Robell_Liu Posted April 7, 2006 Posted April 7, 2006 I made the RamDisk PE failed that following the WINPE.chm.the error information is "couldn't dload the winpex86.iso". My methed as below................. (creat winpex86.iso)creat winperam86.isomd c:\workcopy c:\winpex86.iso c:\workmd c:\work\i386copy c:\winpe\i386\bootfix.bin c:\work\i386copy c:\winpe\i386\ntdetect.com c:\work\i386copy c:\winpe\i386\Setupldr.bin c:\work\i386creat winnt.sifSetupData]BootDevice = "ramdisk(0)"BootPath = "\i386\System32\"OsLoadOptions = "/noguiboot /fastdetect /minint /rdexportascd /rdpath=winpex86.iso"Architecture = "i386"oscdimg -bc:\build_x86\etfsboot.com -n c:\winpe c:\winpex86.isomodify the last line.!oscdimg -bc:\build_x86\etfsboot.com -n c:\work c:\winperam86.iso
Albuquerque Posted April 7, 2006 Posted April 7, 2006 (edited) EditedI'd check to make sure you don't have any spelling mistakes in your WINNT.SIF, especially looking for differences in capitalization. You might also try putting a slash in your OSLOADOptions at the beginning of your ISO file name, like this:OsLoadOptions = "/noguiboot /fastdetect /minint /rdexportascd /rdpath=\winpex86.iso" Edited April 7, 2006 by Albuquerque
Robell_Liu Posted April 11, 2006 Author Posted April 11, 2006 TO: AlbuquerqueThe error message as below{FILE <WINPEX86.ISO> Could not be loaded.The error code is 14}could you help me ?
Albuquerque Posted April 11, 2006 Posted April 11, 2006 Is your file named WINPEX86.ISO or is it named winpex86.iso? Notice the difference? Capitalization does matter in the WINNT.SIF file.Also, did you insert the leading backslash in your OsLoadOptions line like I suggested in my example above?
Robell_Liu Posted April 12, 2006 Author Posted April 12, 2006 Thank you for you help.!Now I can boot WINPE from RAMDISK.That is my WINNT.sif write error. as the red below.!OsLoadOptions = "/noguiboot /fastdetect /minint /rdexportascd /rdpath=<winpex86.iso>"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now