diff --git a/boot.ipxe.cfg b/boot.ipxe.cfg index 7f7bbf1..c2c5dfe 100644 --- a/boot.ipxe.cfg +++ b/boot.ipxe.cfg @@ -21,3 +21,4 @@ set http-path http://${deploysvr}/ # Platform # BIOS or UEFI, that is the question. # This is stupid - "platform" exists. Using that. + diff --git a/menu.ipxe b/menu.ipxe index 3c26bdd..dd4aca5 100644 --- a/menu.ipxe +++ b/menu.ipxe @@ -79,8 +79,8 @@ initrd ${tftp-path}\debian\live-initrd.img boot :fedoralatest -kernel ${tftp-path}\fedora\39vmlinuz initrd=39initrd.img inst.stage2=https://download.fedoraproject.org/pub/fedora/linux/releases/39/Server/x86_64/os/ -initrd ${tftp-path}\fedora\39initrd.img +kernel ${tftp-path}\fedora\41vmlinuz initrd=41initrd.img inst.stage2=https://download.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/os/ +initrd ${tftp-path}\fedora\41initrd.img boot :arch64 @@ -90,6 +90,11 @@ initrd ${tftp-path}\arch\amd-ucode.img initrd ${tftp-path}\arch\x86_64\initramfs-linux.img boot +:alpine +kernel ${tftp-path}\boot\alpine\vmlinuz-virt console=tty0 modules=loop,squashfs quiet nomodeset alpine_repo=https://dl-cdn.alpinelinux.org/alpine/v3.21/main modloop=${http-path}/isosrc/alpine/modloop-virt +initrd ${tftp-path}\boot\initramfs-virt +boot + ### Utilities :utilmenu menu System Tools and Utilities