Problem / motivation
hile testing the GRUB fix from PR #26 on a real install (Proxmox VM, OVMF/UEFI), I built an ISO from iso/build.sh per docs/BUILD.md and hit a chain of missing/incomplete Calamares configs that suggest iso/ was never finished:
- Desktop mismatch —
iso/ builds Hyprland+DMS, but docs/BUILD.md, the README, CHANGELOG and release notes all describe KDE Plasma. theme/ also ships a full KDE/Plasma theme (Kvantum, plasma-theme, look-and-feel) that iso/ never wires in.
etc/calamares/modules/unpackfs.conf doesn't exist — install failed immediately with "Bad unpackfs configuration - There is no configuration information."
etc/calamares/modules/packages.conf doesn't exist — failed with "Bad backend backend=None" (schema requires backend).
grub-install fails inside the Calamares chroot: grub-install: error: cannot find a device for /boot/efi (is /dev mounted?), even though findmnt from the live session shows /boot/efi correctly mounted on /dev/sda1 (vfat) under /tmp/calamares-root-.../boot/efi. Looks like /dev isn't fully populated/bind-mounted inside the target chroot at the point bootloader runs.
- None of the
apps/ (tuner, hub, ai-panel, monitor, kernel-manager…) get installed by iso/ at all.
I added the missing configs (unpackfs.conf, packages.conf) and swapped the desktop to KDE to match the docs — those are in PR #26 branch — but #4 looks like it needs your actual working Calamares module set (or whatever you run before eggs produce on the dev board) to compare against, since I don't have a second reference to diff.
Would you be willing to share the real /etc/calamares/modules/* you use (even just as a gist, redacted if needed), or point at where in the eggs/penguins-eggs flow the equivalent gets generated? That would save a lot of guesswork for anyone trying to build from iso/ as documented.
Proposed solution
Upload or share
Area
Other
Alternatives considered
No response
Problem / motivation
hile testing the GRUB fix from PR #26 on a real install (Proxmox VM, OVMF/UEFI), I built an ISO from
iso/build.shperdocs/BUILD.mdand hit a chain of missing/incomplete Calamares configs that suggestiso/was never finished:iso/builds Hyprland+DMS, butdocs/BUILD.md, the README, CHANGELOG and release notes all describe KDE Plasma.theme/also ships a full KDE/Plasma theme (Kvantum, plasma-theme, look-and-feel) thatiso/never wires in.etc/calamares/modules/unpackfs.confdoesn't exist — install failed immediately with "Bad unpackfs configuration - There is no configuration information."etc/calamares/modules/packages.confdoesn't exist — failed with "Bad backend backend=None" (schema requiresbackend).grub-installfails inside the Calamares chroot:grub-install: error: cannot find a device for /boot/efi (is /dev mounted?), even thoughfindmntfrom the live session shows/boot/eficorrectly mounted on/dev/sda1(vfat) under/tmp/calamares-root-.../boot/efi. Looks like/devisn't fully populated/bind-mounted inside the target chroot at the pointbootloaderruns.apps/(tuner, hub, ai-panel, monitor, kernel-manager…) get installed byiso/at all.I added the missing configs (unpackfs.conf, packages.conf) and swapped the desktop to KDE to match the docs — those are in PR #26 branch — but #4 looks like it needs your actual working Calamares module set (or whatever you run before
eggs produceon the dev board) to compare against, since I don't have a second reference to diff.Would you be willing to share the real
/etc/calamares/modules/*you use (even just as a gist, redacted if needed), or point at where in theeggs/penguins-eggs flow the equivalent gets generated? That would save a lot of guesswork for anyone trying to build fromiso/as documented.Proposed solution
Upload or share
Area
Other
Alternatives considered
No response