Comment 41 for bug 391044

Revision history for this message
Steven Farmer (stevenleefarmer) wrote : Re: grub2 update adds --no-floppy to "search " lines

>Did you saw the output of grub-install? I.e. the `Installation finished.

[Apologies for any line wraps]

---
root@spooky:~# grub-install /dev/sda
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.

(hd0) /dev/sda

root@spooky:~# fdisk -l

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x17381737

   Device Boot Start End Blocks Id System
/dev/sda1 * 1 10504 84373348+ 7 HPFS/NTFS
/dev/sda2 10505 19457 71914972+ 5 Extended
/dev/sda5 10505 19271 70420896 83 Linux
/dev/sda6 19272 19457 1494013+ 82 Linux swap / Solaris

---

/dev/sda is the only disk. This parition layout has been used for
several generations of ubuntu. /dev/sda5 is an ext4 filesystem.

Thanks,

Steve
--