|
|
发表于 2008-2-27 22:07:34
|
显示全部楼层
我的很正常- [jerry@localhost ~]$ sudo 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,5)
- # kernel /vmlinuz-version ro root=/dev/sda7
- # initrd /initrd-version.img
- #boot=/dev/sda
- default=0
- timeout=-1
- splashimage=(hd0,5)/grub/splash.xpm.gz
- #hiddenmenu
- title Fedora (2.6.23.15-137.fc8)
- root (hd0,5)
- kernel /vmlinuz-2.6.23.15-137.fc8 ro root=LABEL=/ rhgb quiet vga=791
- initrd /initrd-2.6.23.15-137.fc8.img
- #title Fedora (2.6.23.9-85.fc8)
- # root (hd0,5)
- # kernel /vmlinuz-2.6.23.9-85.fc8 ro root=LABEL=/ rhgb quiet vga=791
- # initrd /initrd-2.6.23.9-85.fc8.img
- #title Fedora (2.6.23.1-42.fc8)
- # root (hd0,5)
- # kernel /vmlinuz-2.6.23.1-42.fc8 ro root=LABEL=/ rhgb quiet
- # initrd /initrd-2.6.23.1-42.fc8.img
- title Windows Xp
- rootnoverify (hd0,0)
- chainloader +1
复制代码 |
|