From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Bad parameter to boot GuixSD in a VM Date: Mon, 10 Apr 2017 14:50:19 +0200 Message-ID: <871st0ctpw.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cxYm8-0008Oe-Hg for help-guix@gnu.org; Mon, 10 Apr 2017 08:50:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cxYm2-000183-W0 for help-guix@gnu.org; Mon, 10 Apr 2017 08:50:32 -0400 In-Reply-To: (=?utf-8?B?IuiJr8+WIidz?= message of "Sun, 9 Apr 2017 18:59:27 +0000") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: =?utf-8?B?6Imvz5Y=?= Cc: pierre@2bst.fr, help-guix@gnu.org Hello, =E8=89=AF=CF=96 skribis: > I've followed instructions on this page: > https://www.gnu.org/software/guix/manual/html_node/Installing-GuixSD-in-a= -VM.html > > Howeverpoint 3 ("Boot the USB installation image in an VM: ") gets: > > qemu-system-x86_64: -net default: Invalid parameter 'default' This section should read: qemu-system-x86_64 -m 1024 -smp 1 \ -net user -net nic,model=3Dvirtio -boot menu=3Don \ -drive file=3Dguixsd.img \ -drive file=3Dguixsd-usb-install-@value{VERSION}.@var{system} (It=E2=80=99s a typo in the manual fixed in commit d36b8457d04286b4db0543656eed69ae050ac783.) > If I remove that parameter I get another error: > > WARNING: Image format was not specified for > 'guixsd-usb-install-0.12.0.x86_64-linux' and probing guessed raw. > Automatically detecting the format is dangerous for raw > images, write operations on block 0 will be restricted. > Specify the 'raw' format explicitly to remove the restrictions. This is just a warning. However, you really need networking support in the VM to install GuixSD. HTH! Ludo=E2=80=99.