|
U盘:天朗2G
用UltraISO9.2把DOS.ima三个基本文件写入U盘,写入方式,USB-ZIP+
根目录放上grub.exe,新建dosboot.txt、autoexec.bat和menu.lst
U盘根目录:
autoexec.bat:
grub --config-file=(fd0)/menu.lst
menu.lst:
find --set-root /dosboot.txt
splashimage /IMG/image.xpm.gz
fontfile /IMG/fonts
background bbbbbb
foreground 0000ff
timeout 10
default 0
title [0]启动盛世雄风WINPE
find --set-root /dosboot.txt
chainloader /WXPE/SETUPLDR.BIN
boot
title [1]启动加载USB2.0的盛世雄风PE (老机专用)
find --set-root /dosboot.txt
map --mem /IMG/usb40.gz (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
......
在虚拟机和技嘉845的机子上,没有任何问题。
在新装的机子,AMD双核CPU,串口硬盘,主板(铭瑄MS-N68、MS-N570T; 七彩虹C.N520E智能网吧版)从U盘启动能看见grub菜单,随便选择一项菜单都出现:
Error 17:Filenot fouand
Press any key to continue...
请问下高手,哪个地方出错了?
[ 本帖最后由 wq168111 于 2008-7-28 19:00 编辑 ] |
|