QUOTE (ylafont @ Jul 9 2009, 02:49 AM)

I am sorry, i think i posted this on the wrong forum by accident.
Moved to TFTP32 Forum, where most of PXE thingies are discussed, though possibly it should go on LiveXP Forum.

QUOTE (ylafont @ Jul 9 2009, 02:42 AM)

I have created a Winbuilder SDI image and placed in my PXE server. The image donwloads to the workstation tries to boot and gives the me the"NTLDR is compressed" errors. I purposely tool the files out of the image to make sure it was the problem and now i get "NTLDR is missing", which is a good thin. I have tried all the NTLDR loaders files that i know of. XP, 2003 server and 2003 server with SP1. Am i missing something? can anyone point me in right direction? Please let me know.
Usually (actually rarely when we are talking about MS error messages

) an error message telling that NTLDR is compressed means that NTLDR is compressed.

Is the image actually a NTFS compressed image?
Did you "fiddle" with it?
Did you apply compression to the whole image?
(you should uncompress selectively the NTLDR, but the one used in "normal" PXE booting is outside the image)
Read this thread:
http://www.boot-land.net/forums/index.php?showtopic=4952AND links therein.
You need either of two specific set of files (Server 2003 SP1 or R2, NOT XP , NOT Server 2003 "gold", NOT SP2).
You don't normally use memdisk as a kernel to load a NT based system build.

You use
QUOTE
Expand SETUPLDR.EX_ from the CD-ROM's i386 directory to file D:\TFTPDRoot\NTLDR
(NOTE! The file is renamed to NTLDR WITHOUT any extension!)
Expand STARTROM.CO_ from the CD-ROM's i386 directory to file D:\TFTPDRoot\startrom.com
Expand STARTROM.N1_ from the CD-ROM's i386 directory to file D:\TFTPDRoot\startrom.n12
see here:
http://krokodox.winbuilder.net/PXE.htmlOr am I getting your report wrong?

Also check the tutorials here:
http://www.boot-land.net/forums/index.php?showtopic=1961
jaclaz