On Sun, Sep 06, 2020 at 10:45:22AM +0200, Andreas Enge wrote: > guix system disk-image -e "(@ (gnu system install) novena-installation-os)" > executed on an aarch64 machine should have created a bootable SD card > image with only Guix.
I could not resist and gave it a try, however it failed (very late, after building the kernel and qemu) with this message: ================================== 2 of 16 tests failed Please report to bug-gu...@gnu.org ================================== make[4]: *** [Makefile:797: check-TESTS] Error 1 make[4]: Leaving directory '/tmp/guix-build-guile-1.8.8.drv-0/guile-1.8.8/test-suite/standalone' Do we really still depend on guile-1.8.8? I doubt the guile maintainers will fix this bug... Maybe building the package on a real armhf machine will work. Andreas