blob: bf4bfbad425588a0ad7018d282e980a048e6e50f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
id = 2509
title = "With qemu-system-i386 certain iso images cause looping crashes"
state = "opened"
created_at = "2024-08-17T06:00:08.697Z"
closed_at = "n/a"
labels = ["target: i386"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/2509"
host-os = "Linux"
host-arch = "x86_64"
qemu-version = "QEMU emulator version min. since 7.2.11 (Debian 1:7.2+dfsg-7+deb12u6) until 9.0.92 (v9.1.0-rc2-dirty)"
guest-os = "n/a"
guest-arch = "n/a"
description = """Soon after start seabios tries to boot, a crash followed by a loop occurs. Last line seen before crash and loop:
```
Booting from DVD/CD...
```"""
reproduce = """1. Download https://www.qemu-advent-calendar.org/2018/download/day10.tar.xz
2. Execute QEMU command line"""
additional = """Starting VM with qemu-system-x86_64 works
```
qemu-system-x86_64 -cdrom gamebro.iso
```
Starting VM with qemu-system-i386 using KVM causes looping
```
qemu-system-i386 -accel kvm -cdrom gamebro.iso
```
Starting VM with qemu-system-i386 on Windows using WHPX works
```
qemu-system-i386.exe -accel whpx -cdrom gamebro.iso
```
Starting other iso images works, e.g. https://cdimage.debian.org/mirror/cdimage/archive/10.8.0/i386/iso-cd/debian-10.8.0-i386-netinst.iso
```
qemu-system-i386 -cdrom debian-10.8.0-i386-netinst.iso
```"""
|