This commit is contained in:
2023-12-03 02:25:01 -06:00
parent e546e179b6
commit 22f765e37c
8 changed files with 17 additions and 10 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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