KMODE_EXCEPTION_NOT_HANDLED when booting some Windows RT 8-8.1 builds in QEMU

Discuss Windows Vista/Server 2008 to Windows 10.
Post Reply
johndoe123
Posts: 72
Joined: Sat May 02, 2020 9:49 am

KMODE_EXCEPTION_NOT_HANDLED when booting some Windows RT 8-8.1 builds in QEMU

Post by johndoe123 »

I'm experiencing a KMODE_EXCEPTION_NOT_HANDLED BSOD when booting into some Windows RT builds
It seems like 85XX and above builds until 9600 are affected by this issue. I can boot 8422 and 9600 just fine.
Boot command: qemu-system-arm -M virt,highmem=false -cpu cortex-a15 -accel tcg,tb-size=10240,thread=multi -m 2G -bios QEMU_EFI_1512_driver1998.fd -device VGA -device usb-kbd -device usb-tablet -drive id=mydrive,if=none,file=9468.vhd -device sd-card,drive=mydrive -rtc base=2013-07-25,clock=vm
I am using the driver1998 fork of qemu.

Post Reply