|
按 照 hpy7332 制作了启动u盘,用的是usb-zip+ 。
在单位电脑上用usbzip和usbhdd启动成功。(可以显示中文和背景)
在家用同样u盘也可启动,但无法显示背景和中文。(我没有改菜单)。望高手指点。
find --set-root /123456
splashimage /boot/hpy.xpm.gz
fontfile /boot/fonts
timeout 10
default 0
title 0: 返回 Windows XP 启动菜单
root (hd0,0)
chainloader (hd0,0)+1
title 1: 启动 Windows PE 微型系统
find --set-root /123456
chainloader /MiniPE/LDRXPE
title 2: 运行 Zghost(ZIP方式启动)
find --set-root /123456
map --mem /boot/Zghost11.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 3: 运行 Hghost(HDD方式启动)
find --set-root /123456
map --mem /boot/Hghost11.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 4: 运行 DOS 计算机维护工具
find --set-root /123456
map --mem /boot/DOSTOOLS.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 5: 重新启动计算机
reboot
title 6: 关闭计算机
halt
[ 本帖最后由 7218 于 2008-12-9 11:18 编辑 ] |
|