|
|
发表于 2008-2-28 15:41:04
|
显示全部楼层
配置完全错误了
我贴下我的grub你参考一下- [root@localhost ~]# cat /etc/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,6)
- # kernel /vmlinuz-version ro root=/dev/VolGroup00/root
- # initrd /initrd-version.img
- #boot=/dev/sda
- default=0
- timeout=0
- splashimage=(hd0,6)/grub/splash.xpm.gz
- hiddenmenu
- #password --md5 $1$GsEPN$ohmYEvLNUHqEdHyLFuOKX1
- title Fedora (2.6.23.15-137.fc8)
- #lock
- root (hd0,6)
- kernel /vmlinuz-2.6.23.15-137.fc8 ro root=/dev/VolGroup00/root rhgb quiet
- initrd /initrd-2.6.23.15-137.fc8.img
- #title Fedora (2.6.23.1-42.fc8)
- #root (hd0,6)
- #kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/VolGroup00/root rhgb quiet
- #initrd /initrd-2.6.23.1-42.fc8.img
复制代码 |
|