all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Fox <firefox@firemail.cc>
To: guix-devel@gnu.org
Subject: disk order
Date: Wed, 24 May 2017 11:24:42 +0200	[thread overview]
Message-ID: <og3jgm$3c2$1@blaine.gmane.org> (raw)
In-Reply-To: <og3j2i$d36$1@blaine.gmane.org>

referring to
https://www.gnu.org/software/guix/manual/guix.html#Installing-GuixSD-in-a-VM


qemu-system-x86_64 -m 1024 -smp 1 \
   -net user -net nic,model=virtio -boot menu=on \
   -drive file=guixsd.img \
   -drive file=guixsd-usb-install-0.13.0.system




will not boot in qemu unless you change it to

qemu-system-x86_64 -m 1024 -smp 1 \
   -net user -net nic,model=virtio -boot menu=on \
   -drive file=guixsd-usb-install-0.13.0.system
   -drive file=guixsd.img \

  parent reply	other threads:[~2017-05-24  9:24 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-24  7:59 The broken 0.13 release for GuixSD ng0
2017-05-24  8:41 ` ng0
2017-05-24  9:17   ` Fox
2017-05-24  9:20     ` ngillmann
2017-05-24  9:24     ` Fox [this message]
2017-05-24  9:30       ` disk order ng0
2017-05-24  9:38         ` ng0
2017-05-24  9:58           ` thread hijacking Fox
2017-05-24 10:02             ` ng0
2017-05-24  9:30       ` disk order Vincent Legoll
2017-05-24  9:31       ` Fox
2017-05-24  9:44       ` bug#27052: [PATCH version-0.13.0] doc: Fix qemu-system-x86_64 example Danny Milosavljevic
2017-05-28 19:40         ` Ludovic Courtès
2017-05-31 17:51           ` Danny Milosavljevic
2017-05-31 20:40             ` Ludovic Courtès
2017-05-24 10:26 ` The broken 0.13 release for GuixSD Ricardo Wurmus
2017-05-24 11:27   ` ng0
2017-05-24 11:32     ` Ricardo Wurmus
2017-05-24 11:35     ` Fox
2017-05-24 11:59       ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='og3jgm$3c2$1@blaine.gmane.org' \
    --to=firefox@firemail.cc \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.