diff options
Diffstat (limited to 'gitlab/issues/target_mips/host_missing/accel_missing/2464.toml')
| -rw-r--r-- | gitlab/issues/target_mips/host_missing/accel_missing/2464.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gitlab/issues/target_mips/host_missing/accel_missing/2464.toml b/gitlab/issues/target_mips/host_missing/accel_missing/2464.toml new file mode 100644 index 00000000..46236d83 --- /dev/null +++ b/gitlab/issues/target_mips/host_missing/accel_missing/2464.toml @@ -0,0 +1,19 @@ +id = 2464 +title = "\"rc4030: invalid read at 0xf0-0xf8\" shows up, then NT MIPS bluescreens" +state = "opened" +created_at = "2024-07-28T16:50:18.179Z" +closed_at = "n/a" +labels = ["target: mips", "workflow::Patch available"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2464" +host-os = "Arch Linux, last updated July 18th 2024" +host-arch = "AMD64" +qemu-version = "QEMU emulator version 9.0.2" +guest-os = "Windows NT 4/Windows NT 3.51/NetBSD 10" +guest-arch = "mips64el" +description = """The problem is fairly nondescript, but it seems to be a chipset regression that popped up between QEMU 8 and QEMU 9. I had a Windows NT 4 VM that I tried booting in the latest QEMU update after a while of not using it, and it just flat-out refused to do that, outputting the ``INACCESSIBLE_BOOT_DEVICE`` error. Any attempt to boot from the hard drive or reinstall the OS from the CD image would return the same bluescreen, and would show the very message shown in the title in the process log.""" +reproduce = """1. Download a Windows NT 3.5x/4.0 ISO. +2. Create a disk image ≤2GB in size. +3. Enter the command above. +4. Go through the preparatory setup, as described in [here](https://computernewb.com/wiki/QEMU/Guests/Windows_NT_3.x-4.0_(MIPS)). (ignore the networking switches, or replace ``dp83932`` with ``ne2k_isa``) +5. Launch the installer by running ``cd:\\mips\\setupldr``.""" +additional = """""" |