Hi,

I have a quick question. How do we add a hard disk to the qemu ARM VM?

I tried:

qemu-system-aarch64 -machine virt -hda disk.img -kernel image -initrd initrd.img

qemu-system-aarch64 -machine virt -sd disk.img -kernel image -initrd initrd.img

qemu-system-aarch64 -machine virt -mtdblock disk.img -kernel image
-initrd initrd.img

Nothing seems to work. I am not able to see any disk (i.e. dev/sdX)
inside guest OS.

Can someone please guide on this?

Many thanks in advance!
Mathew
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to