fixing stuff

This commit is contained in:
technik
2023-04-13 21:24:44 +00:00
parent ca1b340fd7
commit db9d8d5522
5 changed files with 555 additions and 4 deletions

View File

@@ -143,6 +143,11 @@ MENU BEGIN
INITRD non-free/windows/winpe.iso
APPEND iso raw
LABEL win10
MENU LABEL * Windows 10 iPXE Test
KERNEL ipxe.lkrn
APPEND dhcp && chain non-free/wimboot.ipxe
LABEL zurueck...
MENU EXIT
MENU END

11
resources/wimboot.ipxe Normal file
View File

@@ -0,0 +1,11 @@
#!ipxe
prompt --key 0x02 --timeout 2000 Press Ctrl-B for the iPXE command line... && shell ||
set keep-san 1
sanhook http://192.168.75.3/non-free/windows
kernel free/wimboot
initrd boot/bcd BCD
initrd boot/boot.sdi boot.sdi
initrd http://192.168.75.3/non-free/windows/sources/boot.wim boot.wim
boot