Skip to main content

All Questions

Tagged with
0 votes
0 answers
10 views

How do I solve the booting issue with qemu vexpress-a9 zImage?

I'm studying about the boot loader. I aim to build the Linux kernel and boot the zImage on qemu-system-arm. First, I installed a cross-compiler for vexpress-a9. Using crosstool-ng, I installed arm-...
전기현's user avatar
1 vote
0 answers
33 views

QEMU, Debian VM doesn't boot after shutdown on M1

On M1, I 'm trying to run a Debian 12 VM. After the installation process, whether configured using a deb_preseed.cfg (within the Automated Install) or through the GUI configuration, it fails to run (...
szr's user avatar
  • 11
0 votes
0 answers
147 views

How do I fix my initramfs for booting linux kernel image on qemu?

I am using an M2 mac. I built the linux kernel in a aarch64v8/ubuntu docker container. Here's the docker-compose.yml version: "3" services: dev: image: arm64v8/ubuntu platform: ...
V N's user avatar
  • 9
0 votes
0 answers
75 views

Manjaro won't load after moving .qcow2 file to ~/dir

I moved manjaro.qcow2 from /var/lib/libvirt/images/ to the ~/VM/ and fixed XML <source file="/home/user/VM/manjaro.qcow2"/> After this operations Manjaro says: error: file /boot/...
Fidelity's user avatar
0 votes
0 answers
458 views

How to use qemu to start macOS virtual machine?

I tried qemu-system-x86_64 \ -accel hvf \ -cpu host \ -smp 4 \ -m 8G \ -vga virtio \ -display default,show-cursor=on \ -device virtio-net,netdev=vmnic -netdev user,id=vmnic ...
minseong's user avatar
  • 837
0 votes
1 answer
1k views

Cannot get Qemu to move past "Booting from ROM"?

My custom build kernel 4.9.327 with gcc-11.2 is not booting in Qemu and it is stuck on "Booting from ROM". Just like the screenshot here: Custom 64bit 3.10.9 kernel not booting in qemu and ...
watchy's user avatar
  • 61
5 votes
1 answer
15k views

Booting from real (UEFI) disk image on QEMU

Summary: I wish to boot QEMU with a disk image I created from a real machine running Ubuntu. After creating the image and trying to run QEMU, the VM hangs on "Booting from Hard Disk". ...
TSG's user avatar
  • 281
1 vote
1 answer
251 views

syslinux output duplicated in QEMU serial console

Any idea why syslinux output is duplicated in QEMU serial console? SeaBIOS (version rel-1.14.0-0-g155821a1990b-prebuilt.qemu.org) iPXE (http://ipxe.org) 00:03.0 CA00 PCI2.10 PnP PMM+3FF8F290+3FEEF290 ...
Jiri B's user avatar
  • 531
0 votes
0 answers
883 views

Why uboot x86_64 can not boot alpine vmlinuz-virt, reset after boot

qemu-x86_64 uboot.rom with Alpine's virt get vmlinux wget https://mirrors.aliyun.com/alpine/v3.12/releases/x86_64/netboot/{vmlinuz,initramfs}-virt now boot qemu qemu-system-x86_64 -m 1024 -smp 2 -...
wener's user avatar
  • 466
1 vote
0 answers
562 views

Qemu SPARC boot panic on Solaris

I want to boot Solaris8 SPARC version by Qemu. $ qemu-system-sparc64 -boot d -cdrom SOL_8_204_SPARC.iso -net nic -net user -m 2048 But it shows this error: OpenBIOS for Sparc64 Configuration device ...
mortymacs's user avatar
  • 131
0 votes
1 answer
4k views

qemu-kvm Windows won't start

I know that theres similar questions, but this kind of question hasn't only one solution, it depends on the user situation, even if the same message is displayed, so what i've found don't work for me ...
aaa's user avatar
  • 167
0 votes
1 answer
977 views

How can one install Slax to a qemu img?

Per the title, I want to install Slax (version 9.11.0) to a .img file for use with qemu, as a virtual machine. I've tried a bunch of things over four hours, and I've been unable to do this. My ...
lynn's user avatar
  • 103
9 votes
4 answers
23k views

QEMU doesn't respect the boot order when booting with UEFI (OVMF)

Using qemu-system-x86_64, I want QEMU to start a virtual machine with a drive and a few virtual cdrom drives and floppy drives attached. I need it to automatically boot from the first virtual cdrom ...
Forivin's user avatar
  • 897
1 vote
1 answer
15k views

How to clone a single partition from a HD to a qcow2 disk image for use in qemu-kvm?

Edit (1&2): I cloned my working OS (powered off, HD mounted on USB drive, > dd if=/dev/sdc1 of=/data/system.img The original SSD is as follows: > sfdisk -d /dev/sdc # partition table of /...
asoundmove's user avatar
  • 2,515
3 votes
0 answers
2k views

Building a box with packer that runs on vagrant-libvirt

I would like to build a Debian stretch to run on vagrant with the libvirt provider. I have tried building from scratch and also with packer and the best I get is an "OS not found" error on ...
jamiguet's user avatar

15 30 50 per page