Quote:
|
Originally Posted by Nokia
Boot again, open a terminal and post
|
[kpatch____@localhost ~]$ su -l
[root@localhost ~]# fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xf065f065
Device Boot Start End Blocks Id System
/dev/sda1 * 1 2550 20482843+ 7 HPFS/NTFS
/dev/sda2 2551 14592 96727365 f W95 Ext'd (LBA)
/dev/sda5 2551 4462 15358108+ 7 HPFS/NTFS
/dev/sda6 4463 8924 35840983+ 7 HPFS/NTFS
/dev/sda7 8925 10768 14811898+ 7 HPFS/NTFS
/dev/sda8 10769 10793 200781 83 Linux
/dev/sda9 10794 14592 30515436 8e Linux LVM
Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xb616c48f
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 25 200781 83 Linux
/dev/sdb2 26 9729 77947380 8e Linux LVM
Disk /dev/dm-0: 29.1 GB, 29125246976 bytes
255 heads, 63 sectors/track, 3540 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/dm-0 doesn't contain a valid partition table
Disk /dev/dm-1: 2080 MB, 2080374784 bytes
255 heads, 63 sectors/track, 252 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x30307800
Disk /dev/dm-1 doesn't contain a valid partition table
Disk /dev/dm-2: 77.6 GB, 77678510080 bytes
255 heads, 63 sectors/track, 9443 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/dm-2 doesn't contain a valid partition table
Disk /dev/dm-3: 2080 MB, 2080374784 bytes
255 heads, 63 sectors/track, 252 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x30307800
Disk /dev/dm-3 doesn't contain a valid partition table
[root@localhost ~]# cat /boot/grub/menu.lst
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,7)
# kernel /vmlinuz-version ro root=/dev/VolGroup01/LogVol00
# initrd /initrd-version.img
#boot=/dev/sdb
default=2
timeout=10
#hiddenmenu
splashimage=(hd0,7)/grub/splash.xpm.gz
title Fedora (2.6.24.3-50.fc8)
root (hd0,7)
kernel /vmlinuz-2.6.24.3-50.fc8 ro root=/dev/VolGroup01/LogVol00
initrd /initrd-2.6.24.3-50.fc8.img
title Fedora (2.6.23.1-42.fc8)
root (hd0,7)
kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/VolGroup01/LogVol00
initrd /initrd-2.6.23.1-42.fc8.img
title WindowsXP
rootnoverify (hd0,0)
chainloader +1
[root@localhost ~]#