|
|
发表于 2008-6-5 20:39:13
|
显示全部楼层
我的,但不知道对你有没有用- 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,0)
- # kernel /vmlinuz-version ro root=/dev/sda3
- # initrd /initrd-version.img
- #boot=/dev/sda
- default=0
- timeout=3
- splashimage=(hd0,0)/grub/splash.xpm.gz
- hiddenmenu
- title Fedora (2.6.25.3-18.fc9.x86_64)
- root (hd0,0)
- kernel /vmlinuz-2.6.25.3-18.fc9.x86_64 ro root=UUID=7c67c5b4-2e9b-4da7-90db-863df170fd00 rhgb quiet
- initrd /initrd-2.6.25.3-18.fc9.x86_64.img
- title Fedora (2.6.25-14.fc9.x86_64)
- root (hd0,0)
- kernel /vmlinuz-2.6.25-14.fc9.x86_64 ro root=UUID=7c67c5b4-2e9b-4da7-90db-863df170fd00 rhgb quiet
- initrd /initrd-2.6.25-14.fc9.x86_64.img
复制代码 |
|