Re: Bootloader problems deploying from ostree repo using anaconda kickstarter (reproductible, configuration files attached)
- From: Colin Walters <walters verbum org>
- To: ostree-list gnome org
- Subject: Re: Bootloader problems deploying from ostree repo using anaconda kickstarter (reproductible, configuration files attached)
- Date: Mon, 25 May 2015 21:34:32 -0400
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]