-1
Im building a PXE boot environment to move away from many CD's / DVD's to one organized fast source for tools and installations. I want to do some unattended Windows installations and know the way I have to go. I setup WinPE for PXE boot and it's working. I also have the needed installations files ready and can install one Windows edition this way. However I would like to be able to install different versions of Windows with one WinPE, but I would need some kind of parameter which I can pass to WinPE to choose which installation file should be used to install the system.
I was thinking about a unix like init=/some/script/to/execute.sh
parameter for the WinPE kernel, but it seems like WinPE does not accept any parameter at all.
My last way would be to just show Windows Install as menu entry in the PXE menu and then wait until WinPE got loaded and started a installation script which would provide a menu with the different installations listed, but I would prefer to have everything in PXE only.
I also thought about using a file which gets read by WinPE over the net which contains some sort of Key<->Value structure to save which installation was selected at PXE selection however I would need to write from the PXE menu to a remote file system which is, as far as I know, not possible.
Does anyone have a better idea?
Interesting.. Maybe I look into this again. Thanks for digging this up – Kimmax – 2017-07-12T16:57:09.357