红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

GRUB boot list:Default Windows Vista ,Ubuntu and Fedora.Three OS

GRUB boot list:Default Windows Vista ,Ubuntu and Fedora.Three OS

title        Windows Vista/Longhorn (loader)
root        (hd0,1)
savedefault
makeactive
chainloader    +1

title        Ubuntu 7.10, kernel 2.6.22-14-generic
root        (hd0,9)
kernel        /boot/vmlinuz-2.6.22-14-generic root=UUID=70abc7b2-0e2c-4d99-aa59-cf17ef89528d ro quiet splash locale=zh_CN
initrd        /boot/initrd.img-2.6.22-14-generic
quiet

title        Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root        (hd0,9)
kernel        /boot/vmlinuz-2.6.22-14-generic root=UUID=70abc7b2-0e2c-4d99-aa59-cf17ef89528d ro single
initrd        /boot/initrd.img-2.6.22-14-generic

title        Ubuntu 7.10, memtest86+
root        (hd0,9)
kernel        /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title        Other operating systems:
root


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda8.
title        Fedora (2.6.21-1.3194.fc7) (on /dev/sda8)
root        (hd0,7)
kernel        /boot/vmlinuz-2.6.21-1.3194.fc7 ro root=LABEL=/1 rhgb quiet
initrd        /boot/initrd-2.6.21-1.3194.fc7.img
savedefault
boot

TOP

发新话题