blob: 40822dc496d3a9f2e9038a7a893c8d0cf54cca81 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
id = 2206
title = "PAGE_FAULT_IN_NONPAGED_AREA in Windows 7 x64."
state = "closed"
created_at = "2024-03-03T18:15:32.965Z"
closed_at = "2024-03-20T16:57:58.557Z"
labels = ["accel: TCG", "target: i386", "workflow::Patch available"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/2206"
host-os = "Windows 11 Insider Preview Build 26058.1000 (Dev Channel)"
host-arch = "x86-64"
qemu-version = "8.2.50 (v8.2.0-1947-ge1007b6bab-dirty)"
guest-os = "Windows 7"
guest-arch = "x86-64"
description = """When trying to install Windows 7, it always crashes with PAGE_FAULT_IN_NONPAGED_AREA. This also impacts Windows 8.1, but crashes when it tries to start up the installation disc."""
reproduce = """1. Create A VM with the Windows 7 installation disc inside the cdrom.
2. Go through the installation
3. At some point, it will pull a blue screen with a PAGE_FAULT_IN_NONPAGED_AREA. (around expanding windows files or completing installation)"""
additional = """It looks like this bsod is relating to some non-canonical (illegal) virtual address being referenced. (It's just my guess based on the stop code)
"""
|