On Fri, Apr 23, 2021 at 06:45:59PM -0400, Leo Famulari wrote: > However, with this patch, the installer crashes after partitioning, like > this: By the way, I'm testing this by building the installer in the same way as our Makefile: $ guix environment guix -- ./pre-inst-env guix system image -t iso9660 --label="GUIX_x86_64-linux-leo" --system=x86_64-linux gnu/system/install.scm I create a QEMU disk: $ qemu-img create -f qcow2 guix-system.img 50G And then I use the ISO I built, after copying it out of the store: $ qemu-system-x86_64 -m 1024 -smp 1 -enable-kvm -nic user,model=virtio-net-pci -boot menu=on,order=d -drive file=guix-system.img -drive media=cdrom,file=image.iso