[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] similar init problem in 2 develop iso's
From: |
sacarde |
Subject: |
Re: [Qemu-discuss] similar init problem in 2 develop iso's |
Date: |
Mon, 22 Dec 2014 08:47:48 +0100 |
User-agent: |
KMail/1.9.10 |
>Alle domenica 21 dicembre 2014, Peter Maydell ha scritto:
oh! ... that is the problem...
adding "-m " parameter now boot works OK
thanks a lot
address@hidden
> On 21 December 2014 at 16:29, sacarde <address@hidden> wrote:
> > if I run:
> > qemu-system-x86_64 -cdrom /home/sacarde/dati-estranei/q2/neon5-latest.iso
> > -enable-kvm -k en-us -net nic -net tap,vlan=0,ifname=tap0 -boot d
> >
> > I have error: http://digilander.libero.it/sacarde/np/manjaro1.jpg
>
> For both of these command lines you haven't specified an
> amount of RAM to give the VM, which means they will get
> the default of 128MB. This is probably too small for your
> guests to boot. Try adding "-m 2G" ?
>
> thanks
> -- PMM