From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fox Subject: disk order Date: Wed, 24 May 2017 11:24:42 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDSXG-0005sn-Vv for guix-devel@gnu.org; Wed, 24 May 2017 05:24:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDSXE-0002At-Bf for guix-devel@gnu.org; Wed, 24 May 2017 05:24:54 -0400 Received: from [195.159.176.226] (port=55106 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dDSXE-0002Ag-4r for guix-devel@gnu.org; Wed, 24 May 2017 05:24:52 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dDSX6-00012G-JP for guix-devel@gnu.org; Wed, 24 May 2017 11:24:44 +0200 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: guix-devel@gnu.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 \