Quote:
Originally Posted by syg00
From a Ubuntu terminal enter these commands and post the results
Code:
sudo fdisk -l
grep -vE "(^#|^\s*$)" /boot/grub/menu.lst
|
the results are:
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0b39a00b
Device Boot Start End Blocks Id System
/dev/sda1 * 1 12748 102398278+ 7 HPFS/NTFS
/dev/sda2 12749 30400 141789690 f W95 Ext'd (LBA)
/dev/sda5 12749 30400 141789658+ 7 HPFS/NTFS
Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xb41fb41f
Device Boot Start End Blocks Id System
/dev/sdb1 1 3647 29294496 83 Linux
/dev/sdb2 3648 3772 1004062+ 82 Linux swap / Solaris
va@va-desktop:~$ grep -vE "(^#|^\s*$)" /boot/grub/menu.lst
default 0
timeout 10
title windows xp
root (hd0,0)
savedefault
makeactive
chainloader +1
title Ubuntu 8.04.1, kernel 2.6.24-19-generic
root (hd1,0)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=2139c417-ffa0-4f53-8cc3-c9761681d8c9 ro quiet splash
initrd /boot/initrd.img-2.6.24-19-generic
quiet
title Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=2139c417-ffa0-4f53-8cc3-c9761681d8c9 ro single
initrd /boot/initrd.img-2.6.24-19-generic
title Ubuntu 8.04.1, kernel 2.6.24-16-generic
root (hd1,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=2139c417-ffa0-4f53-8cc3-c9761681d8c9 ro quiet splash
initrd /boot/initrd.img-2.6.24-16-generic
quiet
title Ubuntu 8.04.1, kernel 2.6.24-16-generic (recovery mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=2139c417-ffa0-4f53-8cc3-c9761681d8c9 ro single
initrd /boot/initrd.img-2.6.24-16-generic
title Ubuntu 8.04.1, memtest86+
root (hd1,0)
kernel /boot/memtest86+.bin
quiet
va@va-desktop:~$