GNU bug report logs - #51261
Guix from qcow2 image refuses to boot after reconfigure

Previous Next

Package: guix;

Reported by: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>

Date: Mon, 18 Oct 2021 10:39:02 UTC

Severity: normal

To reply to this bug, email your comments to 51261 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#51261; Package guix. (Mon, 18 Oct 2021 10:39:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jonathan Brielmaier <jonathan.brielmaier <at> web.de>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 18 Oct 2021 10:39:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: bug-guix <bug-guix <at> gnu.org>
Subject: Guix from qcow2 image refuses to boot after reconfigure
Date: Mon, 18 Oct 2021 10:38:39 +0000
[Message part 1 (text/plain, inline)]
Imagine follow scenario:

wget
https://ftp.gnu.org/gnu/guix/guix-system-vm-image-1.3.0.x86_64-linux.qcow2

Boot the VM:
qemu-system-x86_64 -enable-kvm -m 4G -device e1000,netdev=net0 \
  -netdev user,id=net0,hostfwd=tcp::5522-:22 \
  -drive
file=guix-system-vm-image-1.3.0.x86_64-linux.qcow2,if=virtio,cache=writeback,werror=report

Inside the VM do a:
sudo su
guix system reconfigure /run/current-system/configuration.scm
reboot

Boot fails (see attached image: failed_boot.png).

Its the same if I do:
sudo su
guix pull
GUIX_PROFILE="$HOME/.config/guix/current"
. "$GUIX_PROFILE/etc/profile"
hash guix
guix system reconfigure /run/current-system/configuration.scm
reboot

~Jonathan
[failed_boot.png (image/png, attachment)]

Information forwarded to bug-guix <at> gnu.org:
bug#51261; Package guix. (Mon, 18 Oct 2021 16:11:01 GMT) Full text and rfc822 format available.

Message #8 received at 51261 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 51261 <at> debbugs.gnu.org
Subject: Guix from qcow2 image refuses to boot after reconfigure
Date: Mon, 18 Oct 2021 16:10:32 +0000
It's because `/dev/vda1` is mounted to `/`. If I change that to
`/dev/vda2` it works again :)




This bug report was last modified 2 years and 183 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.