zorphnog Posted February 26, 2008 Posted February 26, 2008 Thanks for this information. When I attempt to boot I am getting an Invalid of corrupt kernel image. What should my pxelinux.cfg file look like? Mine looks like this.LABEL winpe KERNEL startrom.n12 APPEND initrd=winpe.isoI have my winpe.iso in the root of my tftpboot directory.First of all, your startrom.n12 should be renamed to startrom.0. The entry for winPE should look like this:label winpe kernel startrom.0If your iso is in root directory, your winnt.sif should look like this:[SetupData]BootDevice = "ramdisk(0)"BootPath = "\I386\System32\"OsLoadOptions = "/noguiboot /fastdetect /minint /rdexportascd /rdpath=winpe.iso"Architecture = "I386"
D8TA Posted February 26, 2008 Author Posted February 26, 2008 Thanks for this information. When I attempt to boot I am getting an Invalid of corrupt kernel image. What should my pxelinux.cfg file look like? Mine looks like this.LABEL winpe KERNEL startrom.n12 APPEND initrd=winpe.isoI have my winpe.iso in the root of my tftpboot directory.First of all, your startrom.n12 should be renamed to startrom.0. The entry for winPE should look like this:label winpe kernel startrom.0If your iso is in root directory, your winnt.sif should look like this:[SetupData]BootDevice = "ramdisk(0)"BootPath = "\I386\System32\"OsLoadOptions = "/noguiboot /fastdetect /minint /rdexportascd /rdpath=winpe.iso"Architecture = "I386"Getting a little further along. Now no error but it just sits there. Not sure what is wrong. Maybe I need to try and create WinPE 2.0 image file, iso. Does this method work for booting other iso's?
D8TA Posted February 27, 2008 Author Posted February 27, 2008 Yes, I burned the iso to a CD and it does boot and run with no issues. I am wondering if there is something wrong with my startrom.0, ntdetect.com or ntldr file? I copied them from Server 2003 R2. It seems like it wants to but runs out of gas.
zorphnog Posted February 27, 2008 Posted February 27, 2008 Perhaps you have a bad file, I'm not sure. Have you checked out your TFTP log to see what file its getting stuck on? It should try to read the files in this order:startrom.0ntldrbootfont.bin (not needed)ntdetect.comwinnt.sifwinpe.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