Reply to this topic
 Need help with LiveXP SDI from PXE, PXE, Winbuilder
post Jul 9 2009, 12:42 AM
Post #1
ylafont
Newbie   *
Group: Members

  Joined: 13-August 07
Posts: 11
Thank(s): 0


United States


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.

Winnt.sif
[SetupData]
BootDevice="ramdisk(0)"
BootPath="\i386\System32\"
OsLoadOptions="/noguiboot /fastdetect /minint /rdexportashd /rdpath=\i386\BootSDI.img"

PXE Default file
LABEL Windows Live
MENU LABEL Windows Live
MENU LABEL Windows Live
KERNEL memdisk
append initrd=\i386\BootSDI.img
Attached thumbnail(s)
Attached Image
 


+Quote Post
post Jul 9 2009, 12:49 AM
Post #2
ylafont
Newbie   *
Group: Members

  Joined: 13-August 07
Posts: 11
Thank(s): 0


United States


QUOTE (ylafont @ Jul 9 2009, 01: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.

Winnt.sif
[SetupData]
BootDevice="ramdisk(0)"
BootPath="\i386\System32\"
OsLoadOptions="/noguiboot /fastdetect /minint /rdexportashd /rdpath=\i386\BootSDI.img"

PXE Default file
LABEL Windows Live
MENU LABEL Windows Live
MENU LABEL Windows Live
KERNEL memdisk
append initrd=\i386\BootSDI.img



I am sorry, i think i posted this on the wrong forum by accident.
+Quote Post
post Jul 9 2009, 06:53 AM
Post #3
maanu
Silver Member   ****
Group: Advanced user

  Joined: 31-October 08
Posts: 949
Thank(s): 169


Pakistan


well i guess ,

\i386\setupldr.bin , should work .

i have never used pxe stuff myself , so dont know really how it works .

kindly RECHECK , that u have setupldr.bin and ntdetect.com from the windows server 2k3 sp1.
u could rename setupldr.bin to ntldr ,and copy it to root as well as ntdetect.com and see if u could go through it .

also try mapping ur whole iso via modded memdisk icecube posted here ,

http://www.boot-land.net/forums/index.php?...art=#entry70059

make a new iso with bootsi method , and try to load the iso with the above method .

+Quote Post
post Jul 9 2009, 08:24 AM
Post #4
was_jaclaz
Finder   ******
Group: Advanced user

  Joined: 14-July 06 From: Gone in the mist

Posts: 7,230
Thank(s): 564


Italy


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. unsure.gif

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 wink.gif) an error message telling that NTLDR is compressed means that NTLDR is compressed. happy22.gif

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=4952
AND 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. w00t.gif

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

Or am I getting your report wrong? unsure.gif

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

cheers.gif

jaclaz


--------------------
+Quote Post
post Jul 9 2009, 11:12 AM
Post #5
Nuno Brito
Platinum Member   ******
Group: .script developer

  Joined: 13-July 06 From: Pittsburgh

Posts: 8,638
Thank(s): 464


Portugal


Hi ylafont,

Please modify the topic title to something more meaningful, like "Need help with LiveXP SDI from PXE" or similar.

Otherwise it might pass unnoticed (as Jaclaz mentioned) to LiveXP developers or members with more experience booting LiveXP from PXE.

cheers.gif


--------------------


Join us at the Virus removal forums!
+Quote Post
post Jul 15 2009, 04:50 PM
Post #6
diddy
Member   **
Group: Tutorial Writer

  Joined: 3-July 08
Posts: 78
Thank(s): 48


@ylafont

My own LiveXP based image works using the following -

winnt.sif contents
CODE
[SetupData]
BootDevice = "ramdisk(0)"
BootPath = "\i386\System32\"
OsLoadOptions = "/noguiboot /fastdetect /minint /rdpath=\I386\PE.IMG"


pxelinux configuration file (default) contents
CODE
LABEL livexp
MENU LABEL LiveXP (RamLoad)
KERNEL startrom.0


Files - all from Windows 2003 Service Pack 1 source
  • setupldr.ex_ - extract file from cab archive and rename to ntldr
  • startrom.n1_ - extract file from cab archive and rename to startrom.0
  • NTDETECT.COM


Hope this helps

diddy


--------------------
+Quote Post

Reply to this topic
1 User(s) are reading this topic ()



Collapse

  Topic Replies Topic Starter Views Last Action
No new Topic has attachmentsLiveXP wb server discussion
14 amalux 270 Today, 12:55 PM
Last post by: Nuno Brito
No New Posts Help please! problems in 1st build attempt
Vista PE 1st Build
1 dlands 146 Yesterday, 11:34 AM
Last post by: dera
No new Topic has attachmentsneed help with virtual floppy
in Vista Home Basic 32bits
65 ady 1,867 26th August 2010 - 09:06 AM
Last post by: Wonko the Sane
No New Posts help to compile grub4dos
7 oscark 457 25th August 2010 - 04:38 PM
Last post by: oscark
No New Posts Help Please !!!!!!!!!!!!!!!!!!!!
3 dr_emad 294 23rd August 2010 - 10:41 PM
Last post by: Nuno Brito