中尉
- 注册时间
- 2011-1-11
- 金币
- 531 个
- 威望
- 8 个
- 荣誉
- 0 个
累计签到:31 天 连续签到:0 天 [LV.50]初入江湖
|
本帖最后由 bants 于 2012-3-16 07:39 编辑
看到论坛中有人问起硬盘启动的问题,索性发一个单独的帖子。
1、编辑C盘下的boot.ini,在boot.ini的最后加上一行:c:\grldr="Load CDlinux"。如果boot.ini中的timeout值为零,把它设置为大于0的数字,例如timeout=3,然后保存boot.ini。
2、将minileaf大侠的CDlinux 0.9.6.1的ISO文件用WINRAR打开,将CDlinux目录解压至C盘根目录。
下载地址:
http://www.ctdisk.com/file/5254131
http://115.com/file/anfrfadg
3、在C盘根目录中建立grldr、menu.lst、grldr.mbr三个文件(见附件)。
C盘下的menu.lst内容如下
color black/cyan yellow/cyan
timeout 5
default 0
title [1] Start BT5
kernel /CDlinux/bzImage quiet CDL_LANG=zh_CN.UTF-8 vga=791
initrd /CDlinux/initrd
title [2] Start Windows
rootnoverify (hd0,0)
makeactive
chainloader +1
title [3] Shutdown the Computer
halt
title [4] Reboot the Computer
reboot
其实grldr中也是以上内容,并不是找个grldr拷贝过去就行的。
附件(含grldr、menu.lst、grldr.mbr三个文件)地址:
http://115.com/file/e7lg1dgf
CDlinux硬盘启动文件.rar
4、启机,ok。
|
|