Skip to content

iso/ (live-build) is missing several required Calamares module configs — is there a working version somewhere? #27

Description

@cyryllo

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:

  1. Desktop mismatchiso/ 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.
  2. etc/calamares/modules/unpackfs.conf doesn't exist — install failed immediately with "Bad unpackfs configuration - There is no configuration information."
  3. etc/calamares/modules/packages.conf doesn't exist — failed with "Bad backend backend=None" (schema requires backend).
  4. 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.
  5. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions