Comment 2 for bug 139041

Revision history for this message
Geza Kovacs (gezakovacs) wrote :

Also, this bug breaks the grub-install command, as entering:

geza@ubuntu:~$ sudo grub-install /dev/sda

returns:

/dev/sda does not have any corresponding BIOS drive.

While entering:

geza@ubuntu:~$ sudo grub-install /dev/sde

returns:

/dev/sda8 does not have any corresponding BIOS drive.

However, judging from the error message, it appears that /dev/sde is mapped, for some reason, to the root device, /dev/sda8. Is this a bug or is it supposed to be a new feature?