|
发表于 2008-11-27 20:13:17
|
显示全部楼层
引导信息安装在/boot分区的话,可以用grub4dos引导。
将grub4dos的grldr文件复制到c:\,然后在c:\boot.init中添加c:\grldr=Fedora 10
在c:\下或c:\boot或c:\grub\boot(都是grub要寻找menu的目录)建立一个叫做menu.lst的文件,与入内容:
color black/cyan yellow/cyan
timeout 5
default /default
title Fedora 10
root (hd0,4)
chainloader +1
boot
title commandline
savedefault --wait=2
commandline
假设你的/boot分区为(hd0,4) |
|