GNU bug report logs -
#28772
guix system reconfigure after kernel panic user or group not created
Previous Next
Full log
Message #40 received at 28772 <at> debbugs.gnu.org (full text, mbox):
ludo <at> gnu.org (Ludovic Courtès) writes:
[...]
> Did you eventually gather more info?
In addition to previous message.
--- /home/natsu/r/bootstrap.sh 2017-10-22 04:48:42.992394510 +0300
+++ ./bootstrap.sh 2017-10-22 23:33:54.113495658 +0300
@@ -11,7 +11,7 @@
SIG=guixsd-vm-image-$VERSION.$KERNEL.xz.sig
pull_release () {
- if [ ! -f $RELEASE ] || [ ! -f $RELEASE.xz ] || ! gpg --verify $SIG
+ if [ ! -f $RELEASE ] || [ ! -f $RELEASE.xz ]
then
gpg --keyserver pgp.mit.edu --recv-keys $GPG_KEY
wget --output-document=$RELEASE.xz https://alpha.gnu.org/gnu/guix/$RELEASE.xz
@@ -23,6 +23,7 @@
if pull_release
then qemu-system-x86_64 \
+ -enable-kvm \
-daemonize \
-m 1024 \
-virtfs local,path=$PWD,security_model=none,mount_tag=TAG_pwd \
Also need to increase a size of qemu image. I don't know how I
reconfigured successfully in previous message.
This bug report was last modified 3 years and 199 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.