From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Qemu image broken? Date: Wed, 22 Jan 2020 14:13:08 -0500 Message-ID: <20200122191308.GA17785@jasmine.lan> References: <87r1zrflzz.fsf@nckx> <87pnfbfltg.fsf@nckx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40430) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iuLRC-0000nw-1I for help-guix@gnu.org; Wed, 22 Jan 2020 14:13:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iuLRB-0007iR-3Z for help-guix@gnu.org; Wed, 22 Jan 2020 14:13:13 -0500 Received: from wout3-smtp.messagingengine.com ([64.147.123.19]:49885) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iuLRA-0007dj-SI for help-guix@gnu.org; Wed, 22 Jan 2020 14:13:13 -0500 Content-Disposition: inline In-Reply-To: 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: Josh Marshall Cc: help-guix 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!