Re: Problems making a bootable aarch64-linux system image

2025-01-02 Thread Ian Eure
Hi all, I was able to get this working by looking at another user's VM config.scm. I believe my error is that I provided a list of packages, instead of appending to %base-packages. -- Ian On Thu, Jan 2, 2025, at 5:28 PM, Ian Eure wrote: > Hi Christopher, > > On Thu, Jan 2, 2025, at 9:03 AM,

Re: Problems making a bootable aarch64-linux system image

2025-01-02 Thread Ian Eure
Hi Christopher, On Thu, Jan 2, 2025, at 9:03 AM, Christopher Baines wrote: > Ian Eure writes: > >> I’ve tried multiple paths to get this working, including building both >> installer and system images on arm64 and amd64 hardware. My current >> approach is to make a bootable qcow2 system image us

Re: Problems making a bootable aarch64-linux system image

2025-01-02 Thread Christopher Baines
Ian Eure writes: > I’ve tried multiple paths to get this working, including building both > installer and system images on arm64 and amd64 hardware. My current > approach is to make a bootable qcow2 system image using Guix as a > foreign package manager on top of Debian running in a VM on the AR

Problems making a bootable aarch64-linux system image

2025-01-01 Thread Ian Eure
Hi folks, I’m trying to get Guix System running in a QEMU VM on Apple ARM64 hardware[1]. This has been much more challenging than I expected, and I haven’t been able to get it working at all. I’m completely stuck and could use some advice and/or a working configuration I can hack on. I’ve