Hi Max, I think you need to use --image-type=efi-raw for this to work. To boot from an USB stick, also make sure to use an USB A to C adapter and put the stick into the USB port on the left side of your computer. I actually installed my Guix system from another distro. I roughly followed this guide here: https://guix.gnu.org/blog/2019/guix-on-an-arm-board/ I'm not sure if I can link to it here, so I will just mention that I have a Guix channel that contains some of the Asahi Linux packages, which you might want at some point. Roman Max Brieiev writes: > Hi Roman, > > Roman Scherer writes: > >> I'm running Guix system on an Apple M1 and also run into these >> issues. At the moment I'm using the following commit to build my system: >> >> 7833acab0da02335941974608510c02e2d1d8069 > > Thank you, I managed to build installation image from this commit like > this: > > guix time-machine --commit=7833acab0da02335941974608510c02e2d1d8069 -- system image --system=aarch64-linux -t iso9660 ~/code/guix/gnu/system/install.scm > ... > /gnu/store/rqf53a5xx3dknk689ag620n5617pqpj3-image.iso > > But now I have another problem, this image throws an error after > selecting the "GNU Guix installation 1.4.0" entry in Grub: > > error: invalid magic number. > error: you need to load the kernel first. > > I googled a bit about this error and most answers suggest that the image > is corrupted in one way or another. > > How can I debug this error?