Re: Bootloader problems deploying from ostree repo using anaconda kickstarter (reproductible, configuration files attached)



You definitely saved my day :-) I have thought about the lack of a
boot partition but never really tried to use it.... :-( But your
solution worked very well!

Thank you a lot :-)

On 26 May 2015 at 03:34, Colin Walters <walters verbum org> wrote:
On Sat, May 23, 2015, at 02:31 PM, Leandro Santiago wrote:
First of all, I found no documentation about doing what I am trying to
do, but it's in theory possible. Please let me know if I am posting to
the wrong mailing list :-)

This is fine, yep.

Basically the error happens then the installer tries to move the
/boot/grub.cfg file to /boot/loader/grub.cfg
(os.rename(boot_grub2_cfg, target_grub_cfg) on rpmostreepayload.py).
But as the directory /boot/loader/ does not exist, the installation
fails.

I looked at this quickly; it's not your fault =)  The bug here is simply
that Anaconda ostreesetup apparently crashes without a separate /boot partition.

Adding:
part /boot --size=300 --fstype="ext4"

or so should fix it.  I filed this as:
https://bugzilla.redhat.com/show_bug.cgi?id=1224842
and will take a look myself.

_______________________________________________
ostree-list mailing list
ostree-list gnome org
https://mail.gnome.org/mailman/listinfo/ostree-list



-- 
Sent from my mind


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]