From: "Richard W.M. Jones" <rjones@redhat.com>
To: "Gabriel L. Somlo" <gsomlo@gmail.com>
Cc: lersek@redhat.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] qemu-system-arm command line question
Date: Fri, 2 Oct 2015 19:37:37 +0100 [thread overview]
Message-ID: <20151002183737.GQ29330@redhat.com> (raw)
In-Reply-To: <20151002181519.GA1977@HEDWIG.INI.CMU.EDU>
On Fri, Oct 02, 2015 at 02:15:20PM -0400, Gabriel L. Somlo wrote:
> Trying to adapt the command line used with 32-bit arm, I ran:
>
> bin/qemu-system-aarch64 -M virt,accel=tcg -m 2048 -cpu cortex-a57 \
> -kernel ./vmlinuz-4.0.4-301.fc22.aarch64 \
> -initrd ./initramfs-4.0.4-301.fc22.aarch64.img \
> -append "console=ttyAMA0 root=/dev/vda3 ro" \
> -device virtio-blk-device,drive=hd0 \
> -drive id=hd0,if=none,snapshot=on,file=./fedora-22.aarch64.img \
> -device virtio-net-device,netdev=usernet \
> -netdev user,id=usernet \
> -monitor stdio
You're presenting a virtio-blk disk, but this guest wants a
virtio-scsi disk, and also needs UEFI. See here for more details:
https://rwmj.wordpress.com/2015/05/26/fedora-22-aarch64-virt-builder-image/
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html
next prev parent reply other threads:[~2015-10-02 18:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-02 18:15 [Qemu-devel] qemu-system-arm command line question Gabriel L. Somlo
2015-10-02 18:37 ` Richard W.M. Jones [this message]
2015-10-02 18:57 ` Gabriel L. Somlo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151002183737.GQ29330@redhat.com \
--to=rjones@redhat.com \
--cc=gsomlo@gmail.com \
--cc=lersek@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.