Score:0

How to run Ubuntu RISC-V guest using qemu in Windows 10 host?

us flag

I've run Ubuntu RISC-V using Qemu in Ubuntu 22.04 guest in VirtualBox that installed in a Windows 10 host. The Qemu command is a following.

qemu-system-riscv64 \
-machine virt -nographic -m 2048 -smp 4 \
-bios /usr/lib/riscv64-linux-gnu/opensbi/generic/fw_jump.elf \
-kernel /usr/lib/u-boot/qemu-riscv64_smode/uboot.elf \
-device virtio-net-device,netdev=eth0 -netdev user,id=eth0 \
-drive file="ubuntu-22.04.1-preinstalled-server-riscv64 unmatched.img",format=raw,if=virtio

I am now trying to run RISC-V Ububtu guest directly in Windows 10 host using Qemu. But I don't know how to provide bios, kernel and other items in Windows host.

Rishon JR avatar
pl flag
AFAIK, you need a RISC-V processor to do that.
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.