Activity log for bug #2046386

Date Who What changed Old value New value Message
2023-12-13 23:30:09 Erich Eickmeyer bug added bug
2023-12-13 23:30:20 Erich Eickmeyer bug task added casper (Ubuntu)
2023-12-13 23:30:27 Erich Eickmeyer casper (Ubuntu): importance Undecided High
2023-12-13 23:31:30 Erich Eickmeyer merge proposal linked https://code.launchpad.net/~ubuntustudio-dev/livecd-rootfs/+git/livecd-rootfs/+merge/457362
2023-12-14 00:59:04 Erich Eickmeyer bug added subscriber Ubuntu Studio Bugs
2023-12-14 00:59:18 Erich Eickmeyer removed subscriber Ubuntu Studio Bugs
2023-12-14 00:59:32 Erich Eickmeyer bug added subscriber Ubuntu Studio Development
2023-12-14 02:33:26 Chris Guiver bug added subscriber Chris Guiver
2023-12-14 16:29:58 Erich Eickmeyer tags rls-nn-incoming
2023-12-14 19:47:25 Erich Eickmeyer merge proposal linked https://code.launchpad.net/~ubuntustudio-dev/debian-cd/+git/ubuntu/+merge/457567
2023-12-14 19:48:52 Erich Eickmeyer bug task added debian-cd (Ubuntu)
2023-12-14 19:49:04 Erich Eickmeyer debian-cd (Ubuntu): importance Undecided High
2023-12-15 21:58:30 Erich Eickmeyer livecd-rootfs (Ubuntu): status New Invalid
2023-12-15 21:58:34 Erich Eickmeyer casper (Ubuntu): status New Invalid
2023-12-15 21:58:43 Erich Eickmeyer affects debian-cd (Ubuntu) debian-cd
2023-12-15 22:02:04 Erich Eickmeyer description This is a tracking bug to figure out the issue with Ubuntu Studio noble images not being built with a live user. This appeared after we started the transition to using ubuntustudio-system-installer (a fork of ubuntu-flavor-installer, itself a layer on top of ubuntu-desktop-installer). With Steve Langasek's guidance, we merged the code to livecd-rootfs to get .iso images building with ubuntustudio-system-installer, but the system boots to a blank black screen with a mouse cursor themed with the Breeze cursor theme from KDE Plasma Desktop, meaning something is attempting to be loaded here. However, switching to a VM results in a login prompt, but attempts to login as "ubuntu-studio" as in the past proved in vain. Upon investigating the squashfs image, no user directories populate the /home directory, suggesting casper never creates the ubuntu-studio user. I noticed that all previous flavors (Ubuntu Desktop, Ubuntu Budgie) using ubuntu-desktop-installer have something similar to the following line: > add_package standard.live linux-$KERNEL_FLAVOURS casper While, in theory, this would mean simply adding casper to the live seed would fix it, in practice, adding casper to the live seed for Ubuntu Studio does not. Therefore, this is either a bug in livecd-rootfs or casper itself. Right now, I have a MP open in livecd-rootfs as I suspect, based on the other flavors' stanzas, that this one line change should fix it, but it could also be that casper itself is not doing its job. This is a tracking bug to figure out the issue with Ubuntu Studio noble images not being built with a live user. This appeared after we started the transition to using ubuntustudio-system-installer (a fork of ubuntu-flavor-installer, itself a layer on top of ubuntu-desktop-installer). With Steve Langasek's guidance, we merged the code to livecd-rootfs to get .iso images building with ubuntustudio-system-installer, but the system boots to a blank black screen with a mouse cursor themed with the Breeze cursor theme from KDE Plasma Desktop, meaning something is attempting to be loaded here. However, switching to a VM results in a login prompt, but attempts to login as "ubuntu-studio" as in the past proved in vain. Upon investigating the squashfs image, no user directories populate the /home directory, suggesting casper never creates the ubuntu-studio user. This is fixed by changing the KERNEL_PARAMS line to the following: > KERNEL_PARAMS="${KERNEL_PARAMS:+$KERNEL_PARAMS }layerfs-path=standard.live.squashfs --- quiet splash"
2023-12-16 17:08:28 Erich Eickmeyer affects debian-cd debian-cd (Ubuntu)
2023-12-16 17:08:38 Erich Eickmeyer debian-cd (Ubuntu): status New Confirmed