From ed6804f81b01fef1c2fc1fa5d1fbdf9cf514b29b Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 4 Oct 2023 09:17:49 -0500 Subject: [PATCH] testing ipxe boot --- files/urbackup/boot.ipxe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/urbackup/boot.ipxe b/files/urbackup/boot.ipxe index 696fd07..cbfb6ee 100644 --- a/files/urbackup/boot.ipxe +++ b/files/urbackup/boot.ipxe @@ -1,4 +1,5 @@ #!ipxe -kernel vmlinuz initrd=initrd.img boot=live config username=urbackup toram noswap fetch=http://192.168.1.50/files/urbackup/filesystem.squashfs +kernel http://192.168.1.50/files/urbackup/vmlinuz initrd=initramfs boot=live username=urbackup noswap noprompt vga=788 fetch=http://192.168.1.50/files/urbackup/filesystem.squashfs live-config ocs_live keymap=NONE ocs_lang=en_US.UTF-8 +initrd --name initramfs http://192.168.1.50/files/urbackup/initrd.img boot