summary refs log tree commit diff stats
path: root/gitlab/issues_toml/target_missing/host_missing/accel_missing/774.toml
blob: bc0b0923c294369d303510a3e34a27710eacfa76 (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
id = 774
title = "Win(PE) NIC issue with pc-q35-6.1"
state = "closed"
created_at = "2021-12-14T13:32:56.816Z"
closed_at = "2025-01-16T22:09:46.686Z"
labels = ["ACPI", "Networking"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/774"
host-os = "Fedora 35"
host-arch = "amd64"
qemu-version = "6.1.0 (qemu-6.1.0-10.fc35)"
guest-os = "WinPE (German localisation) (Setup.wim from Windows 10 21H2 and 20H2 i believe)"
guest-arch = "amd64"
description = """When booting WinPE (via PXE via WDS) on a `pc-q35-6.1` machine, the NIC will not initialize.

What I got with `pnputil.exe /enum-devices /class net` is `Device has problem: 56 0x38 (CM_PROB_NEED_CLASS_CONFIG)` See: [CM_PROB_NEED_CLASS_CONFIG](https://docs.microsoft.com/en-us/windows-hardware/drivers/install/cm-prob-need-class-config)

I'm using virt manager and I've tried both `e1000e` and `virtio` network adapters (virtio with drivers injected into the image of course). Both yield the aforementioned error and `ipconfig` remains empty. This is an obscure problem - I haven't checked if a normal windows install behaves the same way, but it might be unique to winpe.

However, with `pc-q35-5.2`, the NIC initializes without a problem."""
reproduce = """1. Create `pc-q35-6.1` based vm in virt manager with default settings (network bridged to network bridge)
2. PXE boot Windows Setup
3. Observe hang (observe errors with console `SHIFT+F10`)"""
additional = """"""