Why does my /boot/grub/menu.lst indicate that I have (hd0,0) type drives but if I type "fdisk -l" all drives are listed as sda or sdb. Why? Shouldn't they be the same? "hd0" refers to IDE drives where as "sda" refers to ATA or SCSI drives. I'm confused!
Here is the output of fdisk -l
And here is my grub menu:
All help is greatly appreciated.
Mike
Here is the output of fdisk -l
evice Boot Start End Blocks Id System
/dev/sda1 * 1 6135 49279356 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 6136 9572 27607702+ 83 Linux
Partition 2 does not end on cylinder boundary.
/dev/sda3 9573 9726 1237005 5 Extended
Partition 3 does not end on cylinder boundary.
/dev/sda5 9573 9726 1236973+ 82 Linux swap / Solaris
Disk /dev/sdb: 20.0 GB, 20020396032 bytes
240 heads, 63 sectors/track, 2586 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes
Disk identifier: 0x0000675f
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 1083 8187448+ 83 Linux
/dev/sdb2 1084 2586 11362680 5 Extended
/dev/sdb5 1084 1455 2812288+ 82 Linux swap / Solaris
/dev/sdb6 1456 2586 8550328+ 83 Linux
mrmsudawgs@closet:~$
/dev/sda1 * 1 6135 49279356 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 6136 9572 27607702+ 83 Linux
Partition 2 does not end on cylinder boundary.
/dev/sda3 9573 9726 1237005 5 Extended
Partition 3 does not end on cylinder boundary.
/dev/sda5 9573 9726 1236973+ 82 Linux swap / Solaris
Disk /dev/sdb: 20.0 GB, 20020396032 bytes
240 heads, 63 sectors/track, 2586 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes
Disk identifier: 0x0000675f
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 1083 8187448+ 83 Linux
/dev/sdb2 1084 2586 11362680 5 Extended
/dev/sdb5 1084 1455 2812288+ 82 Linux swap / Solaris
/dev/sdb6 1456 2586 8550328+ 83 Linux
mrmsudawgs@closet:~$
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
title Kubuntu 7.10, kernel 2.6.20-16-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=2a1490dd-8026-4342-af25-61c8d59db830 ro quiet splash
initrd /boot/initrd.img-2.6.20-16-generic
quiet
title Kubuntu 7.10, kernel 2.6.20-16-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=2a1490dd-8026-4342-af25-61c8d59db830 ro single
initrd /boot/initrd.img-2.6.20-16-generic
title Kubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=2a1490dd-8026-4342-af25-61c8d59db830 ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Kubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=2a1490dd-8026-4342-af25-61c8d59db830 ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Kubuntu 7.10, kernel 2.6.20-15-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=2a1490dd-8026-4342-af25-61c8d59db830 ro quiet splash
initrd /boot/initrd.img-2.6.20-15-generic
quiet
title Kubuntu 7.10, kernel 2.6.20-15-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=2a1490dd-8026-4342-af25-61c8d59db830 ro single
initrd /boot/initrd.img-2.6.20-15-generic
title Kubuntu 7.10, memtest86+
root (hd0,1)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
title Kubuntu 7.10, kernel 2.6.20-16-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=2a1490dd-8026-4342-af25-61c8d59db830 ro quiet splash
initrd /boot/initrd.img-2.6.20-16-generic
quiet
title Kubuntu 7.10, kernel 2.6.20-16-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=2a1490dd-8026-4342-af25-61c8d59db830 ro single
initrd /boot/initrd.img-2.6.20-16-generic
title Kubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=2a1490dd-8026-4342-af25-61c8d59db830 ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Kubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=2a1490dd-8026-4342-af25-61c8d59db830 ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Kubuntu 7.10, kernel 2.6.20-15-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=2a1490dd-8026-4342-af25-61c8d59db830 ro quiet splash
initrd /boot/initrd.img-2.6.20-15-generic
quiet
title Kubuntu 7.10, kernel 2.6.20-15-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=2a1490dd-8026-4342-af25-61c8d59db830 ro single
initrd /boot/initrd.img-2.6.20-15-generic
title Kubuntu 7.10, memtest86+
root (hd0,1)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
Mike
Comment