From 22f765e37c72d7f431b30758d3b0544477a99aee Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 3 Dec 2023 02:25:01 -0600 Subject: [PATCH] testing --- .../boot-live.ipxe | 2 +- .../live/filesystem.packages | 0 .../live/initrd.img-6.1.0-13-amd64 | Bin .../live/vmlinuz | Bin .../live/vmlinuz-6.1.0-13-amd64 | Bin files/ipxe/menu.ipxe | 2 +- files/proxmox8/boot.ipxe | 8 ++++++-- files/winpe/boot.ipxe | 15 +++++++++------ 8 files changed, 17 insertions(+), 10 deletions(-) rename files/{debianlive-12.2 => debianliveinstaller-12.2}/boot-live.ipxe (72%) rename files/{debianlive-12.2 => debianliveinstaller-12.2}/live/filesystem.packages (100%) rename files/{debianlive-12.2 => debianliveinstaller-12.2}/live/initrd.img-6.1.0-13-amd64 (100%) rename files/{debianlive-12.2 => debianliveinstaller-12.2}/live/vmlinuz (100%) rename files/{debianlive-12.2 => debianliveinstaller-12.2}/live/vmlinuz-6.1.0-13-amd64 (100%) diff --git a/files/debianlive-12.2/boot-live.ipxe b/files/debianliveinstaller-12.2/boot-live.ipxe similarity index 72% rename from files/debianlive-12.2/boot-live.ipxe rename to files/debianliveinstaller-12.2/boot-live.ipxe index 30921d6..41000db 100755 --- a/files/debianlive-12.2/boot-live.ipxe +++ b/files/debianliveinstaller-12.2/boot-live.ipxe @@ -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 diff --git a/files/debianlive-12.2/live/filesystem.packages b/files/debianliveinstaller-12.2/live/filesystem.packages similarity index 100% rename from files/debianlive-12.2/live/filesystem.packages rename to files/debianliveinstaller-12.2/live/filesystem.packages diff --git a/files/debianlive-12.2/live/initrd.img-6.1.0-13-amd64 b/files/debianliveinstaller-12.2/live/initrd.img-6.1.0-13-amd64 similarity index 100% rename from files/debianlive-12.2/live/initrd.img-6.1.0-13-amd64 rename to files/debianliveinstaller-12.2/live/initrd.img-6.1.0-13-amd64 diff --git a/files/debianlive-12.2/live/vmlinuz b/files/debianliveinstaller-12.2/live/vmlinuz similarity index 100% rename from files/debianlive-12.2/live/vmlinuz rename to files/debianliveinstaller-12.2/live/vmlinuz diff --git a/files/debianlive-12.2/live/vmlinuz-6.1.0-13-amd64 b/files/debianliveinstaller-12.2/live/vmlinuz-6.1.0-13-amd64 similarity index 100% rename from files/debianlive-12.2/live/vmlinuz-6.1.0-13-amd64 rename to files/debianliveinstaller-12.2/live/vmlinuz-6.1.0-13-amd64 diff --git a/files/ipxe/menu.ipxe b/files/ipxe/menu.ipxe index 0fa1fc3..823048b 100755 --- a/files/ipxe/menu.ipxe +++ b/files/ipxe/menu.ipxe @@ -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 diff --git a/files/proxmox8/boot.ipxe b/files/proxmox8/boot.ipxe index de0fa9b..6625d87 100644 --- a/files/proxmox8/boot.ipxe +++ b/files/proxmox8/boot.ipxe @@ -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 diff --git a/files/winpe/boot.ipxe b/files/winpe/boot.ipxe index 6fd54bd..4096d80 100755 --- a/files/winpe/boot.ipxe +++ b/files/winpe/boot.ipxe @@ -1,7 +1,10 @@ #!ipxe - -kernel wimboot -initrd BCD BCD -initrd boot.sdi boot.sdi -initrd boot.wim boot.wim -boot \ No newline at end of file + +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