QUOTE (Atheros @ Jul 16 2008, 04:54 PM)

add this information below the current information in the boot.ini file
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="XP Live" /noexecute=optin
save and exit
reboot pc and see if it boots.
Hmmm, it would seem to me rather difficult

it would boot because:
1) any XP based PE uses a \minint\ structure on HD (instead of a \windows\ one)
2) any XP based PE uses SETUPLDR.BIN instead of NTLDR

(Yes, Winbuilder LiveXP is a form of PE

)
@test1234
Your best option is reading this threads:
http://www.911cd.net/forums//index.php?showtopic=18031http://www.911cd.net/forums//index.php?showtopic=18045You do not need to rename grldr to NTLDR (latest releases need modifying to allow that), but you can just add to your existing boot.ini a line like:
CODE
C:\grldr="grub4dos"
and grub4dos will be loaded by NTLDR, and in menu.lst you need only the entry for /minint/setupldr.bin
Alternatively, you can change the invoked file in the bootsector:
http://www.boot-land.net/forums/?showtopic=2362You can as well have the PE on the same partition as your XP, but be aware of possible conflicts with other folders, like "Program Files" and the like.
jaclaz