testing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!ipxe
|
||||
|
||||
set path http://192.168.1.50/files/debianlive-12.2/live
|
||||
set path http://192.168.1.50/files/debianliveinstaller-12.2/live
|
||||
|
||||
kernel ${path}/vmlinuz
|
||||
initrd ${path}/initrd.img
|
||||
@@ -77,7 +77,7 @@ chain http://192.168.1.50/files/debian-12.2/boot-manual.ipxe || goto failed
|
||||
goto start
|
||||
|
||||
:debian12live
|
||||
chain http://192.168.1.50/files/debianlive-12.2/boot-live.ipxe || goto failed
|
||||
chain http://192.168.1.50/files/debianliveinstaller-12.2/boot-live.ipxe || goto failed
|
||||
goto start
|
||||
|
||||
:debian12livecustom
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
#!ipxe
|
||||
dhcp
|
||||
kernel http://192.168.1.50/files/proxmox8/linux26 vga=791 video=vesafb:ywrap,mtrr ramdisk_size=16777216 rw quiet initrd=initrd splash=silent
|
||||
initrd http://192.168.1.50/files/proxmox8/initrd
|
||||
|
||||
set path http://192.168.1.50/files/proxmox8
|
||||
|
||||
kernel ${path}/linux26 vga=791 video=vesafb:ywrap,mtrr ramdisk_size=16777216 rw quiet initrd=initrd splash=silent
|
||||
initrd ${path}/initrd
|
||||
|
||||
boot
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
#!ipxe
|
||||
|
||||
kernel wimboot
|
||||
initrd BCD BCD
|
||||
initrd boot.sdi boot.sdi
|
||||
initrd boot.wim boot.wim
|
||||
boot
|
||||
|
||||
set path http://192.168.1.50/files/winpe
|
||||
|
||||
kernel ${path}/wimboot
|
||||
initrd ${path}/BCD BCD
|
||||
initrd ${path}/boot.sdi boot.sdi
|
||||
initrd ${path}/boot.wim boot.wim
|
||||
|
||||
boot
|
||||
|
||||
Reference in New Issue
Block a user