blob: 8a148165b7d8aca829f2775d28997d24fa76a7a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
id = 820
title = "Hang During Initramfs"
state = "closed"
created_at = "2022-01-14T22:26:20.681Z"
closed_at = "2022-01-14T23:56:30.585Z"
labels = []
url = "https://gitlab.com/qemu-project/qemu/-/issues/820"
host-os = "Artix Linux"
host-arch = "x86"
qemu-version = "QEMU emulator version 6.2.0"
guest-os = "Windows 10 21H2 English x64"
guest-arch = "x86"
description = """[Hang During Initramfs](https://wiki.archlinux.org/title/QEMU#Hang_during_VM_initramfs)
Is this still not fixed? I hang at startup. Previously I tried WIN11 and it booted fine."""
reproduce = """1. Download Windows10 ISO
2. qemu-img create -f raw Windows10 15G
3. qemu-system-x86_64 -cdrom Win10.iso -boot order=d -drive file=Windows10,format=raw -m 4G"""
additional = """
`-enable-kvm` works but i removed it to slow down a bit to see what is going on."""
|