|
是不是有这样的错误提示:
Windows could not start due to an error while booting from a RAMDISK.
Windows failed to open the RAMDISK image.
File H3PE\WINPE.ISO could not be loaded.
The error code is 14
Setup cannot continue. Press any key to exit.
打开\BOOT\MYPE ,把:(红色处)
[SetupData]
BootDevice="ramdisk(0)"
BootPath="\WXPE\SYSTEM32\"
OsLoadOptions="/minint /fastdetect /rdexportascd /rdpath=H3PE\WINPE.ISO"
改为:
[SetupData]
BootDevice="ramdisk(0)"
BootPath="\WXPE\SYSTEM32\"
OsLoadOptions="/minint /fastdetect /rdexportascd /rdpath=H3PE\WINPE.IS_"
试试看,问题可解决。
[ 本帖最后由 ck 于 2009-6-23 21:32 编辑 ] |
|