test1234 Posted July 15, 2008 Posted July 15, 2008 I used winbuilder for making windows xp live cd called "live Xp" its different from bart's windows xpe. now from pe2usb tool, I also make my usb driver bootable with this Live XP. for maintiang system i want to put this live xp in my hdd in C or D drive with option in boot menu.Is it possible how can i do it.Prefer Live Xp because it is Small, Look like Real XP, Using windows XP explorer (not A4 file Manager), XP start Menu. etc.Try to solve my problem/
Atheros Posted July 16, 2008 Posted July 16, 2008 create 2 partitons on you hard driveinstall windows xp first to partition 1 when in windows copy all your xp live files from your USB key to the second partition. in system porperties go to section ---> advancedclick button in "Startup and recovery" called settingsin system startup section click "edit"add this information below the current information in the boot.ini filemulti(0)disk(0)rdisk(0)partition(2)\WINDOWS="XP Live" /noexecute=optinsave and exitreboot pc and see if it boots.
jaclaz Posted July 16, 2008 Posted July 16, 2008 (edited) add this information below the current information in the boot.ini filemulti(0)disk(0)rdisk(0)partition(2)\WINDOWS="XP Live" /noexecute=optinsave and exitreboot 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 )@test1234Your 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:C:\grldr="grub4dos"and grub4dos will be loaded by NTLDR, and in menu.lst you need only the entry for /minint/setupldr.binAlternatively, 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 Edited July 16, 2008 by jaclaz
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now