2025-04-24 10:50:18 +02:00
2025-04-24 10:50:18 +02:00
2025-04-24 10:50:18 +02:00
2025-04-24 10:50:18 +02:00
2025-04-24 10:52:57 +02:00

This runs a single docker container which serves netboot.xyz and also a samba server on the same IP to serve e.g. windows installation files.

Setup instructions

Create bootable Windows PE iso according to instructions here. Extract the iso to config/win-pe/x64/

Note that virtio drivers can be included in the iso like this.

Download windows 11 install iso from microsoft. Extract the iso to config/windows/win-os/win11/

Generate autounattend.xml https://schneegans.de/windows/unattend-generator/ and place in assets/win-pe/configs

#In Netboot.xyz web interface: Add the following to windows.ipxe right before the other `initrd´ lines

initrd ${win_base_url}/configs/auto.bat auto.bat
initrd ${win_base_url}/configs/winpeshl.ini winpeshl.ini

Add new file local-vars.ipxe with the following content: set win_base_url http://10.0.0.9/win-pe

Description
No description provided
Readme 28 KiB
Languages
Dockerfile 51.9%
Batchfile 48.1%