fixing stuff
This commit is contained in:
@@ -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
11
resources/wimboot.ipxe
Normal 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
|
Reference in New Issue
Block a user