From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Aholainen Subject: Re: Trying to install GuixSD on QEMU Date: Tue, 5 Mar 2019 22:20:29 +0200 Message-ID: References: <20190305194653.GA4395@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:50751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h1GYF-0006XA-Q6 for help-guix@gnu.org; Tue, 05 Mar 2019 15:20:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h1GYF-0007y6-0N for help-guix@gnu.org; Tue, 05 Mar 2019 15:20:35 -0500 Received: from mail-it1-x12a.google.com ([2607:f8b0:4864:20::12a]:51356) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h1GYD-0007vP-0A for help-guix@gnu.org; Tue, 05 Mar 2019 15:20:34 -0500 Received: by mail-it1-x12a.google.com with SMTP id e24so6053903itl.1 for ; Tue, 05 Mar 2019 12:20:32 -0800 (PST) In-Reply-To: <20190305194653.GA4395@jasmine.lan> 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: Leo Famulari Cc: help-guix@gnu.org QEMU version is 3.1.50 Commands used : # create file set QEMUDIR="C:\Program Files\qemu" cd D:\qemu %QEMUDIR%\qemu-img.exe create -f qcow2 guixsd.img 32G # boot the installation %QEMUDIR%\qemu-system-x86_64 -m 1024 -smp 1 -net user -net nic,model=virtio -boot menu=on -drive file=guixsd-install-0.16.0.x86_64-linux.iso -drive file=guixsd.img On Tue, Mar 5, 2019 at 9:47 PM Leo Famulari wrote: > > On Tue, Mar 05, 2019 at 08:11:29PM +0200, Markus Aholainen wrote: > > I would really like to try out GuixSD using Windows 10 host. I am following > > the instructions > > https://www.gnu.org/software/guix/manual/en/html_node/Installing-GuixSD-in-a-VM.html > > > > The first question is about the point " In the VM console, quickly press > > the F12 key to enter the boot menu. Then press the 2 key and the RET key to > > validate your selection." > > > > F12 key does absolutely nothing, however Esc shows the boot medium > > selection - is this what F12 is supposed to do? Is there an error in the > > instructions or is the QEMU on Windows is just different? > > > > If I select the 2 (guixsd.img) booting fails. Again, error in the > > instructions? > > > > Selecting 1 (guixsd-install-0.16.0.x86_64-linux.iso) boots and I should > > create partition on the guixsd.img that is /dev/sdb, right? (And after that > > mount it on /mnt, etc...) > > That fails saying "floppy: error 10 while reading block 0". > > > > Help would be helpfull : ) > > I am pretty much stuck now. > > Please share the exact command line you used to start QEMU, and the > version of QEMU used.