Using Dan's ubuntu-server livefs linked above, and building with
-proposed enabled:

❯ cat noble.sources
Types: deb
URIs: http://archive.ubuntu.com/ubuntu
Suites: noble noble-updates noble-proposed
Components: main restricted
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg

❯ CDIMAGE_LOCAL_LIVEFS_ARTIFACTS=~/tmp/build.output/server 
CDIMAGE_POOL_SOURCES=noble.sources ARCHES=amd64 DIST=noble DEBUG=1 for-project 
ubuntu-server cron.daily-live
[...]
Writing to 
'stdio:/home/skia/tmp/ubuntu-cdimage/scratch/ubuntu-server/noble/daily-live/debian-cd/amd64/noble-live-server-amd64.raw'
 completed successfully.
[...]

❯ file 
scratch/ubuntu-server/noble/daily-live/debian-cd/amd64/noble-live-server-amd64.raw
scratch/ubuntu-server/noble/daily-live/debian-cd/amd64/noble-live-server-amd64.raw:
 ISO 9660 CD-ROM filesystem data (DOS/MBR boot sector) 'Ubuntu-Server 24.04.2 
LTS amd64' (bootable)

❯ kvm -m 3G -smp 2 -cdrom scratch/ubuntu-server/noble/daily-live/debian-
cd/amd64/noble-live-server-amd64.raw -boot d

This correctly displays the GRUB menu with three entries:
* Try or Install Ubuntu Server
* Ubuntu Server with the HWE kernel
* Test memory

However upon booting, I've likely messed up the way I built the image, because 
I hit this boot issue:
Unable to find a medium containing a live file system
Attempt interactive netboot from a URL?
yes no (default yes):

If I hit `no`, I get the busybox shell, and can then run `uname -a`.
Depending on what entry choosen in GRUB, I successfully see versions
6.8.0-54-generic (the GA currently in -proposed) and 6.11.0-18-generic
(the HWE currently in -proposed).

I think this is enough to consider the livecd-rootfs changes verified,
but I'll let the release team make the point here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098105

Title:
  Enable the HWE kernel flavor for 24.04.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/2098105/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to