我正在努力奔跑适用于 Raspberry Pi 3 的 Ubuntu Core 16 映像在 QEMU 中,但它不起作用。我按照以下步骤操作:
- 山适用于 Raspberry Pi 3 的 Ubuntu Core 16 映像
- 提炼内核镜像
开始库姆
qemu-system-arm -kernel ./kernel.img \ -cpu arm1176 \ -m 256 \ -M versatilepb \ -no-reboot \ -serial stdio \ -append "root=/dev/sda2 panic=1 rootfstype=ext4 rw init=/bin/bash" \ -drive "file=pi3.img,index=0,media=disk,format=raw" \ -redir tcp:2222::22
QEMU 启动了,但没有其他反应。控制台中没有错误消息。
有人知道如何在 QEMU 中武装 Ubuntu Core(arm Arch)吗?
致以最诚挚的问候 Rustam
答案1
您是否安装了 seabios?(dpkg -l|grep seabios)尝试使用任何“seabios”rom。(-bios path/to/anybios.rom)我没有测试过,但它可能会有帮助。
https://github.com/virtualopensystems/qemu-arm/tree/master/roms