proxmox

Install Windows for PCs over the network | NETVN



How to install Windows for PCs over the network
Download Tiny PXE Server :

Download AOMEI PE Builder :

Download Windows 10 ISO :

Menu :
#!ipxe
#set boot-url
# Setup some basic convenience variables
set menu-timeout 5000
set submenu-timeout ${menu-timeout}
# Ensure we have menu-default set to something
isset ${menu-default} || set menu-default exit
######## MAIN MENU ###################
:start
menu Welcome to iPXE’s Boot Menu
item
item BootHardDisk Boot from Hard Disk
item WinPE Windows PE
choose –default exit –timeout 30000 target && goto ${target}
########## End ####################
:BootHardDisk
exit
:WinPE
kernel ${boot-url}/wimboot
initrd ${boot-url}/BOOTMGR BOOTMGR
initrd ${boot-url}/bootmgr.efi bootmgr.efi
initrd ${boot-url}/Bootx64.efi Bootx64.efi
initrd ${boot-url}/boot/BCD BCD
initrd ${boot-url}/boot/boot.sdi boot.sdi
initrd ${boot-url}/boot/boot.wim boot.wim
boot
goto start

Help me 500K subscribers

#netvn #installwindows

source

 

To see the full content, share this page by clicking one of the buttons below

Related Articles

Leave a Reply