unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#51261: Guix from qcow2 image refuses to boot after reconfigure
@ 2021-10-18 10:38 Jonathan Brielmaier
  2021-10-18 16:10 ` Jonathan Brielmaier
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Brielmaier @ 2021-10-18 10:38 UTC (permalink / raw)
  To: 51261

[-- Attachment #1: Type: text/plain, Size: 714 bytes --]

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

[-- Attachment #2: failed_boot.png --]
[-- Type: image/png, Size: 68783 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#51261: Guix from qcow2 image refuses to boot after reconfigure
  2021-10-18 10:38 bug#51261: Guix from qcow2 image refuses to boot after reconfigure Jonathan Brielmaier
@ 2021-10-18 16:10 ` Jonathan Brielmaier
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Brielmaier @ 2021-10-18 16:10 UTC (permalink / raw)
  To: 51261

It's because `/dev/vda1` is mounted to `/`. If I change that to
`/dev/vda2` it works again :)




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-18 16:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18 10:38 bug#51261: Guix from qcow2 image refuses to boot after reconfigure Jonathan Brielmaier
2021-10-18 16:10 ` Jonathan Brielmaier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).