** Description changed:

  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.
+ To fix that, I had to manually edit the boot/grub/menu.lst file,
+ changing hd1(the ide one) with hd0(the sata one).

-- 
Installer misconfigures grup with scsi and ide devices
https://launchpad.net/bugs/60881

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to