[Bug 1012629] Re: grub-installer ignores "bootdev" setting in preseed file
Dimitri John Ledkov
launchpad at surgut.co.uk
Fri Feb 7 18:44:13 UTC 2014
On 7 February 2014 17:07, Dave Chiluk <1012629 at bugs.launchpad.net> wrote:
> The above two debdiffs modify the precedence of the grub-
> installer/bootdev option to take precedence over grub-
> installer/with_other_os and grub-installer/only_debian, so that if it is
> set it will not get over-written by the other options.
>
> @cjwatson, @xnox
> Please review and let me know what I should've done differently.
>
It looks ok to me, but i'd like to run it through both bios & uefi
across most of our test-cases to see if there are any regressions.
Gladly this should only affect automatic preseeds. Some help with
testing this patch via kickstart would be appreciated as I haven't
used kickstart yet (maybe a good time to learn that).
--
Regards,
Dimitri.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to grub-installer in Ubuntu.
https://bugs.launchpad.net/bugs/1012629
Title:
grub-installer ignores "bootdev" setting in preseed file
Status in “grub-installer” package in Ubuntu:
Confirmed
Status in “grub-installer” source package in Precise:
Confirmed
Status in “grub-installer” source package in Trusty:
Confirmed
Status in “grub-installer” package in Debian:
New
Bug description:
I am installing an Ubuntu system with two disks attached; I want the
OS to be installed on the second disk /dev/sdb; the first disk
/dev/sda is currently completely empty (not even partitioned). The
install process works fine, but then GRUB ignores the line:
d-i grub-installer/bootdev string /dev/sdb
and complains that it cannot write to /dev/sda (because it does not
even have a partition table).
Same happens if I use GRUB's own notation "(hd1)" instead of /dev/sdb
in the preseed file.
If I omit the "grub-installer/bootdev" line in the preseed, then D-I
stops to ask me if I want to install GRUB on sda or sdb.
The issue can be replicated with virtual machines: add two disks (one
of the empty / zeroed out), and instruct the preseed to install on the
second one.
I think this is the same as Debian bug #666974, but I'm filing it
separately as I'm not sure what/how much is changed in Ubuntu's
version of D-I. See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666974
Preseed options used for partitioning / target selection:
### Partitioning
d-i partman-auto/method string lvm
d-i partman-auto/choose_recipe select atomic
# do not ask for confirmation, ever
d-i partman-basicfilesystem/no_swap boolean false
d-i partman-lvm/confirm boolean true
d-i partman-lvm/confirm_nooverwrite boolean true
d-i partman-lvm/device_remove_lvm boolean true
d-i partman-md/confirm boolean true
d-i partman-md/device_remove_md boolean true
d-i partman-partitioning/confirm_write_new_label boolean true
d-i partman/choose_partition select finish
d-i partman/confirm boolean true
d-i partman/confirm_nooverwrite boolean true
d-i partman/exception_handler select Retry
GRUB-related preseed options:
### Boot loader installation
d-i grub-installer/only_debian boolean true
d-i grub-installer/with_other_os boolean true
d-i grub-installer/bootdev string /dev/sdb
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1012629/+subscriptions
More information about the foundations-bugs
mailing list