Ubiquity's grub-install invocation always runs on /dev/sda

Bug #889143 reported by Delan Azabani
4
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ubiquity (Ubuntu)
New
Undecided
Unassigned

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

Revision history for this message
Delan Azabani (azabani) wrote :
Revision history for this message
Delan Azabani (azabani) wrote :
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.