[Bug 1476178] Re: Installer tries to install grub on the wrong disk
Launchpad Bug Tracker
1476178 at bugs.launchpad.net
Thu Oct 15 05:59:03 UTC 2015
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: ubiquity (Ubuntu)
Status: New => Confirmed
--
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/1476178
Title:
Installer tries to install grub on the wrong disk
Status in ubiquity package in Ubuntu:
Confirmed
Bug description:
I have just installed Ubuntu 14.04 on a Dell precision M3800, via
download of the USB network installer.
This gave me some headache installing grub, since during the install, the hard disk was assigned to /dev/sdb.
Installing the file system worked well, but the grub part failed. No matter what I did, it always tried to install grub on /dev/sda
I ended up in continuing the install without bootloader, and when finished, I escaped the install sequence and executed a shell where I executed this command:
grub-install --root-directory=/target /dev/sda
Thus I worked around the problem, but I think that this is an easily
fixable bug in the installer. It should just check which device is
mounted on /target
PS: I guess the cause of this behaviour, is that the USB stick which I
use, does not contain a driver for the disk controller. Thus the
driver module is first loaded when the USB gets network access and can
fetch the driver from the net. Thus the USB is always assigned
/dev/sda. When the system is installed the kernel knows the driver and
the disk gets /dev/sda
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1476178/+subscriptions
More information about the foundations-bugs
mailing list