Re: System image boots but fails to start essential shepherd services

2024-05-23 Thread Richard Sent
I figured out my issue. It was a result of inheriting qemu-binfmt-service-type from lan-minimal-system. The problem occurs when qemu-binfmt is used with a target platform matching the target system. In my case, qemu-binfmt-service-type was emulating the aarch64 platform which also matched my target

System image boots but fails to start essential shepherd services

2024-05-23 Thread Richard Sent
Hi Guix! I'm trying to generate a system image for an Arm SBC, flash the image to an SD card, and run Guix on that SD card. The image does boot with the help of an onboard UEFI bootloader, but Shepherd fails to start any services. I generated my image with this command: --8<---cut he