diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
| commit | 3e4c5a6261770bced301b5e74233e7866166ea5b (patch) | |
| tree | 9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_missing/host_missing/accel_missing/774 | |
| parent | e5634e2806195bee44407853c4bf8776f7abfa4f (diff) | |
| download | qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip | |
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/774')
| -rw-r--r-- | gitlab/issues_text/target_missing/host_missing/accel_missing/774 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/774 b/gitlab/issues_text/target_missing/host_missing/accel_missing/774 deleted file mode 100644 index ada08ec11..000000000 --- a/gitlab/issues_text/target_missing/host_missing/accel_missing/774 +++ /dev/null @@ -1,15 +0,0 @@ -Win(PE) NIC issue with pc-q35-6.1 -Description of problem: -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. -Steps to 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 information: - |