|
大侠,救救我 我刚刚学习使用grub。我的操作如下:我用flashboot创建dos启动盘,再在该
2G金士顿U盘上放入grub.exe(版本0.4.4) grldr menu.lst以及wipeboot.iso等文件(均
在U盘根目录),并将menu.lst用记事本打开编辑如下:
color black/green yellow/green
timeout 30
title enter winxp
rootnoverify (hd0,0)
makeactive
chainloader +1
title enter winpe
map --mem (fd0)/winpeboot.iso (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title back to dos
savedefault --wait=2
quit
title reboot
savedefault --wait=2
reboot
title halt
savedefault --wait=2
halt
设置BIOS后正常进入dos,再运行grub.exe正常显示menu.lst内容可是却无法正常引导
winpeboot.iso其它引导项目正常。当引导winpeboot.iso是提示如下错误:
autodetect number-of-heads failed use default value 255
autodetect sectors-per-track failed use default value 63
floppies_orig=0,harddrives_orig=1.floppies_curr=1.harddeives_curr=1
chainloader (fd0+1)
error13:invalid or unsupported executable format 请叫各位大侠有启动成功的winpe iso格式的指导下,如果不能启动iso格式的winpe能不能提供winpe.img格式的文件或下载地址。谢谢各位了。我是菜鸟问的不对的地方请勿见笑! |
|