From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: Re: disk order Date: Wed, 24 May 2017 11:30:52 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53214) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDSd5-0008B4-SD for guix-devel@gnu.org; Wed, 24 May 2017 05:30:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDSd4-00047H-PS for guix-devel@gnu.org; Wed, 24 May 2017 05:30:55 -0400 Received: from mail-qt0-x232.google.com ([2607:f8b0:400d:c0d::232]:33459) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dDSd4-00046X-Kk for guix-devel@gnu.org; Wed, 24 May 2017 05:30:54 -0400 Received: by mail-qt0-x232.google.com with SMTP id t26so150032075qtg.0 for ; Wed, 24 May 2017 02:30:53 -0700 (PDT) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Fox Cc: guix-devel Hello, On Wed, May 24, 2017 at 11:24 AM, Fox wrote: > 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 \ Careful with that backslash, Eugene (*)... -- Vincent Legoll