confused_ka Posted January 23, 2009 Posted January 23, 2009 Hi,I am looking for a guide to pxe boot 32 or 64 bit Windows pe 2.1. I am using pxelinux for multiboot but due to the hardcoded pxeboot.0 I dont get how to add another Windows PE 2.1 bootimage into it. Since it hardlinks to boot.wim etc...Is there a way to dual boot Windows 2.1 PE (32 or 64 Bit)?Regards,Philipp
kyor Posted January 23, 2009 Posted January 23, 2009 (edited) Hi all,i have the same problem. i also use pxelinux and haven't found a way for dual boot with pxelinux. Hopefully someone have a solution Greetings kyor Edited January 23, 2009 by kyor
Jazkal Posted January 23, 2009 Posted January 23, 2009 Yes, it can be done. We had dual booting using our pxelinux system. pxelinux itself points to a BCD file, which is configured to give you a menu of different options for booting. Our pointed to a x86 and an x64 WinpE boot WIM.I don't remember how we got it to work though, as we did away with the need to dual boot. We now handle all our installs (both 32 and 64 bit) through a 32bit WinPE image.
kyor Posted January 24, 2009 Posted January 24, 2009 Hi Jazkal,we can install Vista 64-bit through a winpe 32-bit Version, too. I have replaced the install.wim from a 32-bit install DVD to a 64-bit.Also i need a a special unattend.xml with both 32-bit and 64-bit entries. The 32 bit-entries are used for the Vista Setup in Winpe. After a reboot the 64-bit entries are used.But how can i install Server 2003, Server 2008 and XP all in 64-bit through winpe 32-bit.Which 64-bit OS do you deploy through winpe 32-bit? Do you use the setup routine or imagex ?Do you have a good link for me?Thankskyor
Jazkal Posted January 24, 2009 Posted January 24, 2009 (edited) I'm lucky in that I only have to support the Server versions of the OS.We have Win2k3 x86 and x64, and Win2k8 x86 and x64 both installing from Winpe2.1 x86.See this article: http://support.microsoft.com/kb/925279/For Win2k3 we use the winnt32.exe for a network install, but most of those are captured to a WIM for a syspreped deployment.And Win2k8 we also do network based installs, as well as syspreped WIM deployments also.I would try out those switches in that article and see if they also work for XP. You may get lucky.If not, I'll see if I can find any of my old notes on multi-boot winpe2.1 and pxelinux. Edited January 24, 2009 by Jazkal
kyor Posted January 25, 2009 Posted January 25, 2009 thanks Jazkali don't know the link you have postedAnd how do you install Server 2008 64-bit from network?Same as Vista? Or does other solution exist ?Greetingskyor
Jazkal Posted January 25, 2009 Posted January 25, 2009 You use the x86 version of the Win2k8 'setup.exe' and run with lots of command line options, including pointing to the 'install.wim' you want. (web, std, x86, x64).Monday I'll post an actual command line.
Tripredacus Posted February 4, 2009 Posted February 4, 2009 Its also the architecture detection of the WDSNBP detects most things as 64bit because its seeing the CPU. Very few 32bit CPUs nowadays, so WDS always tries to boot the x64 option. I just hardcoded the 32bit bootpath into the 64bit field to handle that situation.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now