[Bug 889143] Re: Ubiquity's grub-install invocation always runs on /dev/sda
Delan Azabani
delan at azabani.com
Fri Nov 11 15:27:59 UTC 2011
** Attachment added: "the drive selection page"
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/889143/+attachment/2593314/+files/1.png
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/889143
Title:
Ubiquity's grub-install invocation always runs on /dev/sda
Status in “ubiquity” package in Ubuntu:
New
Bug description:
In the Oneiric setup, I chose the default 'whole disk' installation
option, then selected /dev/sde as the installation target drive.
Later, during installation, grub-install was invoked with /dev/sda,
installing the stage1 bootloader to the wrong drive.
I had to fix this incorrect behaviour manually after installation
using:
$ sudo mkdir /m
$ sudo mount /dev/sde1 /m
$ sudo mount -obind /dev /m/dev
$ sudo mount -obind /proc /m/proc
$ sudo mount -obind /sys /m/sys
$ sudo chroot /m
# grub-install /dev/sde
# exit
$ sudo umount /m/dev /m/proc /m/sys /m
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/889143/+subscriptions
More information about the foundations-bugs
mailing list