2

I've been searching for a way to complete an unattended Windows 10 installation with only bad luck. I have found lots of information on loading and running 10 from a PXE server but nothing saying it is or isn't possible to run what I'm describing here. Is there a way to do this that is supported by Windows or can be at least run by a Windows machine?

Christian
  • 21
  • 1
  • 1
  • 2

2 Answers2

1

The Microsoft supported way is to run Windows Server and WDS.

All versions and editions of Windows can be installed this way, most even supported by Microsoft, and often used in PC manufacture.

I would use iPXEs wimboot You can find a guide on how to run winpe

The basic steps is to start the normal setup environment, which requires boot.wim from the installation media. Then before starting the actual setup, open cmd (Shfit+F10) and mount the installation share with net use ... and then run the setup from that share.

If the PXE setup itself is the issue, and you only want to run Windows software then we are back to Server again, An intersting read even if you are not using iPXE is this MS DHCP howto

You also mention running Windows directly, then iSCSI over PXE is possible, but that has the possibility of getting you in to a deep hole, just say that it is possible, but maybe not worth it.

NiKiZe
  • 197
-1

You can do that with Serva (automated PXE server).

https://www.vercot.com/~serva/an/WindowsPXE1.html

https://www.vercot.com/~serva/an/WindowsPXE2.html#unattended

Pat
  • 3,048