diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/2421.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.tar.gz emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2421.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2421.toml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2421.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2421.toml deleted file mode 100644 index fc868c95..00000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/2421.toml +++ /dev/null @@ -1,26 +0,0 @@ -id = 2421 -title = "Cannot boot ArcaOS 5.1.0 (a distro of OS/2 Warp 4.52) in UEFI mode" -state = "opened" -created_at = "2024-07-03T09:34:55.187Z" -closed_at = "n/a" -labels = [] -url = "https://gitlab.com/qemu-project/qemu/-/issues/2421" -host-os = "macOS 15" -host-arch = "ARM" -qemu-version = "v9.0.0-1954-g1a2d52c7fc-dirty" -guest-os = "ArcaOS" -guest-arch = "x86" -description = """ArcaOS has added the UEFI support since 5.1.0, it has been tested on my physical machine(Ryzen 3300X + RTX2060 Super), and VirtualBox with an `Other x64` machine(the new OS/2 bootloader used in UEFI mode is x64 only). - -Fixes applied to #2198 are perfectly worked in legacy BIOS mode, but if I tried to boot it in UEFI mode, it will stuck on logo screen, and if I enable verbose mode in boot menu, nothing will be shown on the screen and serial ports. - -It happens in both `i440fx` machine type and `q35` machine type.""" -reproduce = """1. Install latest qemu HEAD version via `brew install qemu --HEAD` -2. Create new virtual disk via `qemu-img create -f qcow2 hdd.img 20G` -3. Copy EFI bios file and var file - ``` - cp /opt/homebrew/Cellar/qemu/HEAD-1a2d52c/share/qemu/edk2-x86_64-code.fd bios.fd - cp /opt/homebrew/Cellar/qemu/HEAD-1a2d52c/share/qemu/edk2-i386-vars.fd vars.fd - ``` -4. Launch it""" -additional = """""" |