Jump to content

made the RamDisk PE failed that following the help file of WINPE.chm


Recommended Posts

Posted

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.iso

md c:\work

copy c:\winpex86.iso c:\work

md c:\work\i386

copy c:\winpe\i386\bootfix.bin c:\work\i386

copy c:\winpe\i386\ntdetect.com c:\work\i386

copy c:\winpe\i386\Setupldr.bin c:\work\i386

creat winnt.sif

SetupData]

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.iso

modify the last line.!

oscdimg -bc:\build_x86\etfsboot.com -n c:\work c:\winperam86.iso


Posted (edited)

Edited

I'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 by Albuquerque
Posted

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?

Posted

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>"

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...