boot iso XP legacy
-
@george1421 thank you very much for your reply.
In fact, I don’t see concretely what is FOG used for compared to ipxe?
Currently I have my ipxe which is on my dhcp server and which will look for the installations which are on my nfs server.
I don’t have a web user interface.
Here my ipxe config (sorry in french) :
UI on boot pxe :
And my problem setup XP on winPE : -
@bluedark OK I see the issue I was having. You said a few things that didn’t link with the way FOG works. I was under the impression you were using FOG as a netboot server as outlined in this tutorial: https://forums.fogproject.org/topic/10944/using-fog-to-pxe-boot-into-your-favorite-installer-images
FOG is a disk imaging tool, where you create a golden/master/mother image on a computer, then capture that image with FOG and deploy that image to many computers. FOG is built on top of other open source projects like iPXE, ISC-DHCP, rEFInd, etc. Within FOG’s web ui there is a utility that FOG Admins can create custom iPXE menus to do other things (like netbooting) that is not related to FOG imaging. I had the impression you where reusing FOG for netbooting and not for imaging as it was designed.
I can offer you a few tips with your ipxe menu. From what I can see of the screen shot of the ipxe menu your winpe entries will (should) only boot under bios, for uefi booting you need to use the -n command switch as in this post: https://forums.fogproject.org/post/103331
Remember you can use different protocols for netbooting beyond nfs. You can use http which is very scalable and fast protocol.
You are running winsetup on your winpe instance. Can winPE see the target disk?
Can you run diskpart from winpe and remove all partitions on the target computer?
What target hardware are you trying to install XP on?
-
@george1421 no need for the -n switch, the winpe boot in legacy as well as uefi.
I can see the disk and partitions from winPE (verified with diskpart).
I do a clean on the disk.
I try to install XP in pxe from several different workstations and I also test on hyper-v virtual machines.
Always the same problem… -
Exactly how large is the ISO, how much memory is available to the machines you’re trying to load the ISO from?
If the ISO is 2GB for example, then you need at least 2GB of RAM for the ISO to load to the machine.
-
@Tom-Elliott the iso is 600MB and the machines are 4GB
-
@bluedark And you’re 100% certain this ISO is capable of installing XP?
-
@Tom-Elliott yes I can install XP with this iso
-
@bluedark What hardware are you trying to install XP on? Manufacturer and model?
-
@george1421 I test on several different machines (HP, dell, …) and also on virtual machines on hyper-v. Always the same problem
-
@george1421 in fact, I have the impression that when I want to start the installation of XP with the iso from a minimum vista machine, it does not work. From a machine already in XP, ok, the line is not grayed out. How then to start installations of XP from winPE?
-
@bluedark See this is where I was saying about WFWG and lanmanager protocol. You have to realize this is a 20 year old OS so my mind is a bit fuzzy, but you need to boot DOS mode where WinPE is probably running in 32 bit mode. I know I did it back in the day… or we just booted off a USB stick with all of the installer files on it.
See if you were using FOG and captured the XP image fully installed, sysprep it and then you could deploy it to other like hardware.
edit: Hmm this looks interesting https://www.netbootdisk.com/
-
@george1421 I have something new.
I recreated a winpe image with adk under windows 8.
This time when I run winnt32 I can start the installation, as the screenshot shows :BUT after 2 or 3 minutes I automatically come back on the winpe command prompt …
-
@bluedark Well its now getting stopped at preparing for the installation. I would think at this point it should try to partition and format the disk. This might be a hardware issue in that XP may not understand the disk controller installed. I remember issues between <something> and ahci mode. If you didn’t have the drivers for ahci mode the system would fail to install.
So are you trying to install under a hypervisor or a physical machine? Right now we don’t know if the fault is in the winpe image or the XP installer.
-
I did a little google-fu and found these two article that may help you get started.
The first one uses a bartpe environment. The instructions are for syslinux pxe booting but they can be converted to ipxe pretty easily.
http://www.codesingh.com/2009/06/walkthrough-install-win-xp-by-booting.htmlThis one is a bit more detailed, but it looks interesting and most likely will work without a bartpe image. The bootfloppy files from the sourceforge site looks interesting too.
https://www.funtoo.org/PXE_Network_Windows_Installation -
@george1421 same probleme whether on physical machines or hyper-v virtual machines. And I am in IDE and not in AHCI in both cases
-
I found a solution. I am using WinNTsetup4 which I run from winPE and it works. I don’t know what else he does but it works so I won’t look. Thank you for helping me !