|
|

楼主 |
发表于 2007-6-28 00:33:00
|
显示全部楼层
这是grub.conf文件的内容:
# 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/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=1
timeout=5
splashimage=(hd0,7)/grub/splash.xpm.gz
hiddenmenu
title redhat-3 (2.6.21.5)
root (hd0,7)
kernel /vmlinuz-2.6.21.5 ro root=/dev/VolGroup00/LogVol00 enforcing=0 rhgb quiet
initrd /initrd-2.6.21.5.img
title Fedora Core (2.6.18-1.2798.fc6)
root (hd0,7)
kernel /vmlinuz-2.6.18-1.2798.fc6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.18-1.2798.fc6.img
title windows xp
rootnoverify (hd0,0)
chainloader +1
这是fdisk -l 的内容:
[root@linux ~]# fdisk -l
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1275 10241406 7 HPFS/NTFS
/dev/sda2 1276 9729 67906755 f W95 Ext'd (LBA)
/dev/sda5 1276 3825 20482843+ b W95 FAT32
/dev/sda6 3826 6375 20482843+ 7 HPFS/NTFS
/dev/sda7 7715 9729 16185456 b W95 FAT32
/dev/sda8 6376 6388 104391 83 Linux
/dev/sda9 6389 7714 10651063+ 8e Linux LVM
Partition table entries are not in disk order
帮帮我阿
谢谢了 |
|