-
Hi! Here's how my ubuntu-live.ipxe looks like:
I'm on Menus Version 2.0.86 and it claims to be up to date. The 24.04 is listed under the As soon as I added: diff --git a/live-ubuntu.ipxe b/live-ubuntu.ipxe
index 62bcf40..6949eb5 100644
--- a/live-ubuntu.ipxe
+++ b/live-ubuntu.ipxe
@@ -6,6 +6,7 @@ goto ${menu} ||
set os Ubuntu Live
menu ${os}
item --gap ${os} Versions
+item noble ${space} ${os} 24.04
item jammy ${space} ${os} 22.04
item focal ${space} ${os} 20.04
choose live_version || goto live_exit
@@ -33,6 +34,10 @@ item ubuntu-20.04-default-squash ${space} Ubuntu 20.04 Gnome
item ubuntu-20.04-kylin-squash ${space} Ubuntu 20.04 Kylin
goto flavor_select
+:noble
+item ubuntu-24.04-default-squash ${space} Ubuntu 24.04 Gnome
+goto flavor_select
+
:flavor_select
choose flavor || goto live_menu
echo ${cls}
@@ -101,6 +106,7 @@ goto 24.04-boot
:20.04-boot
:22.04-boot
+:24.04-boot
imgfree
kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=url url=${squash_url} initrd=initrd.magic ${cmdline}
initrd ${kernel_url}initrd now it boots correctly. Is this a bug, or am I missing something? |
Beta Was this translation helpful? Give feedback.
Answered by
antonym
Mar 29, 2025
Replies: 1 comment 2 replies
-
The newer Ubuntu Live images were pulled because there were changes to how they work that broke our mechanisms for booting them. I'd recommend using the Linux Installers to load Ubuntu as they are much lighter weight. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
antonym
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The newer Ubuntu Live images were pulled because there were changes to how they work that broke our mechanisms for booting them. I'd recommend using the Linux Installers to load Ubuntu as they are much lighter weight.