From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josh Marshall Subject: Re: Qemu image broken? Date: Fri, 7 Feb 2020 15:43:54 -0500 Message-ID: References: <87r1zrflzz.fsf@nckx> <87pnfbfltg.fsf@nckx> <20200122191308.GA17785@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58712) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0ATx-0001x9-23 for help-guix@gnu.org; Fri, 07 Feb 2020 15:44:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j0ATv-0003wo-Vo for help-guix@gnu.org; Fri, 07 Feb 2020 15:44:08 -0500 Received: from mail-qk1-x735.google.com ([2607:f8b0:4864:20::735]:40629) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j0ATv-0003wB-S5 for help-guix@gnu.org; Fri, 07 Feb 2020 15:44:07 -0500 Received: by mail-qk1-x735.google.com with SMTP id b7so433427qkl.7 for ; Fri, 07 Feb 2020 12:44:07 -0800 (PST) In-Reply-To: <20200122191308.GA17785@jasmine.lan> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: Leo Famulari Cc: josh.marshall@jax.org, help-guix Finally getting back to this. Instructions don't work either. The `-nic` param is unsupported, and the `virtio-net-pci` is an unsupported nic model. CC'ing my work email where I'm seeing this. Host OS is CentOS 7.7. On Wed, Jan 22, 2020, 14:13 Leo Famulari wrote: > On Wed, Jan 22, 2020 at 12:41:18PM -0500, Josh Marshall wrote: > > `qemu-system-x86_64 `. Just the naive default starting point. > > At the very least you will need to allocate some more RAM, for example > with '-m 4096'; that will provide 4 GB RAM to the virtual machine. The > default of 128 megabytes is not enough. > > But I agree with the other responders, you should copy the instructions > in our manual unless you need to do something specific. > > I hope that helps! >