guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: disk order


From: Vincent Legoll
Subject: Re: disk order
Date: Wed, 24 May 2017 11:30:52 +0200

Hello,

On Wed, May 24, 2017 at 11:24 AM, Fox <address@hidden> wrote:
> referring to
> https://www.gnu.org/software/guix/manual/guix.html#Installing-GuixSD-in-a-VM
>
> qemu-system-x86_64 -m 1024 -smp 1 \
>   -net user -net nic,model=virtio -boot menu=on \
>   -drive file=guixsd.img \
>   -drive file=guixsd-usb-install-0.13.0.system
>
> will not boot in qemu unless you change it to
>
> qemu-system-x86_64 -m 1024 -smp 1 \
>   -net user -net nic,model=virtio -boot menu=on \
>   -drive file=guixsd-usb-install-0.13.0.system
>   -drive file=guixsd.img \

Careful with that backslash, Eugene (*)...

-- 
Vincent Legoll



reply via email to

[Prev in Thread] Current Thread [Next in Thread]