首 页文章中心

Linux学习网

您的位置Linux学习网 > Linux基本应用 > 文章内容

Grub in Fedora 7

作者:Quickgram  来源:本站整理  发布时间:2007-8-7 8:09:00
# This is a sample menu.lst file. You should make some changes to it.
# Added items for installing GRUB [ which is on your DOS drive C: ] to MBR

color black/cyan yellow/cyan
timeout 5
default 0
splashimage=(hd0,6)/boot/grub/splash.xpm.gz

title DOS/Win9x/Me/NT/2K/XP
root (hd0,0)
chainloader +1

title Fedora 7
root (hd0,6)
kernel /boot/vmlinuz-2.6.21-1.3194.fc7 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.21-1.3194.fc7.img

title Install Grub on MBR
root (hd0,0)
setup (hd0)

title Install Fedora
root (hd0,0)
kernel /isolinux/vmlinuz
initrd /isolinux/initrd.img
收藏本页到: 365Key | del.icio.us | | 添加到雅虎收藏+
  • 上一篇:fedora core 7 下载
  • 下一篇:介绍 Fedora
  • 网站帮助 - 广告合作 - 网站地图