|
发表于 2008-7-4 11:50:41
|
显示全部楼层
ubuntu menu.list
Post by killdog1982;1870777
多谢
我的进不去了
[root@fc8 mnt]# cat boot/grub/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,0)
# kernel /boot/vmlinuz-version ro root=/dev/hda1
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Red Hat 9 (hda1) (2.4.20-8)
root (hd0,0)
kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /boot/initrd-2.4.20-8.img
title Debian 3.1 (hda6) kernel 2.4.27-2-386
root (hd0,5)
kernel /boot/vmlinuz-2.4.27-2-386 root=/dev/hda6 ro
initrd /boot/initrd.img-2.4.27-2-386
savedefault
boot
title ubuntu 8.04, kernel 2.6.24-16-generic
root (hd0,6)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=f44c3db4-6f3f-49b2-aa5f-0c7433a80294 ro quiet splash locale=zh_CN
initrd /boot/initrd.img-2.6.24-16-generic |
|