Comment 0 for bug 60881

Revision history for this message
Wladston Viana (wladston) wrote : Installer misconfigures grup with scsi and ide devices

Steps to reproduce:
1.Install an IDE HD at first IDE slot
2. Install an SATA HD at first SCSI slot
3. Install ubuntu on the SATA drive via the Live-CD

Grub will have, in device.map
(hd0) /dev/hda
(hd1) /dev/sda

and grub will try to load from hd0, where Ubuntu is not installed.

To fix that, I had to manually edit the boot/grub/device.map file.