Install Windows Over Network !new! <ORIGINAL>
# dnsmasq.conf addition dhcp-boot=http://192.168.1.10/boot.ipxe Then serve boot.ipxe :
cp /mnt/sources/boot.wim /srv/tftp/ cp /mnt/boot/boot.sdi /srv/tftp/ File /srv/tftp/pxelinux.cfg/default : install windows over network
#!ipxe kernel http://192.168.1.10/winpe/bootmgr initrd http://192.168.1.10/winpe/boot.wim boot This method allows after initial setup, ideal for computer labs or corporate environments. For small scale (2-5 PCs), a USB drive is simpler – but network install shines when doing 10+ machines simultaneously. # dnsmasq