Am Mo., 3. März 2025 um 13:32 Uhr schrieb Hans <hans.ullr...@loop.de>:
At first my advice: please try debian-l...@lists.debian.org My way to build debian live is not with git but according to https://live-team.pages.debian.net/live-manual/html/live-manual/index.en.html Usually I start with "sudo lb clean" and then "sudo lb build". > Reading state information... Done E: Unable to locate package > grub-efi-amd64-unsigned > E: An unexpected failure occurred, exiting... You had replaced bookworm with trixie? Apparently not everywhere. grub-efi-amd64-unsigned is in trixie/testing, but not and has never been in bookworm. see https://qa.debian.org/madison.php?package=grub-efi-amd64-unsigned&table=debian vs. https://qa.debian.org/madison.php?package=grub-efi-amd64-signed&table=debian I can't figure out why your build depends on grub-efi-amd64-unsigned, sorry. > # LANG=C apt-get -d --reinstall install grub-efi-amd64-signed grub-common > Reinstallation of grub-efi-amd64-signed is not possible, it cannot be > downloaded. > Reinstallation of grub-common is not possible, it cannot be downloaded. Is seems to me your repos don't include bookworm/main. To check the availabilty and the versions of packages in the repos of my sources.list I do "apt-cache policy ...": $ sudo apt update $ LANG=C apt-cache policy grub-efi-amd64-signed grub-common grub-efi-amd64-signed: Installed: 1+2.06+13+deb12u1 Candidate: 1+2.06+13+deb12u1 Version table: *** 1+2.06+13+deb12u1 500 500 http://deb.debian.org/debian bookworm/main amd64 Packages 500 https://security.debian.org/debian-security bookworm-security/main amd64 Packages 100 /var/lib/dpkg/status grub-common: Installed: 2.06-13+deb12u1 Candidate: 2.06-13+deb12u1 Version table: *** 2.06-13+deb12u1 500 500 http://deb.debian.org/debian bookworm/main amd64 Packages 500 https://security.debian.org/debian-security bookworm-security/main amd64 Packages 100 /var/lib/dpkg/status HTH Matthias