世界上有青丘吗:Redhat linux引导问题

来源:百度文库 编辑:中科新闻网 时间:2024/05/06 02:47:24
dd if=/dev/hda8 of=/redhat.lnx bs=512 count=1

dd if=/dev/hda10 of=/magic.lnx bs=512 count=1

(5) 将刚刚做好的两个文件拷贝到Windows 的 C 盘(Hda1)

修改 C盘下的 boot.ini 文件添加最后两行例如:

[boot loader]

timeout=15

default=multi(0)disk(0)rdisk(0)partition(1)WINDOWS

[operating systems]

multi(0)disk(0)rdisk(0)partition(2)WINDOWS="Windows XP Professional" /fastdetect

c:Redhat.lnx="Redhat 9.0“
我按照这种方法做好听到,选"Redhat 9.0"却没有反应,请问是怎么回事啊?

boot loader