Skip to content

Commit

Permalink
Work around German Windows ISO NIC detection fallout
Browse files Browse the repository at this point in the history
Use global qemu hotplug switches to handle the Qemu issue #774
reported in

https://gitlab.com/qemu-project/qemu/-/issues/774

whereby we cannot detect the NICs on any Windows 10 and later version
after an unattended install.
  • Loading branch information
pevogam committed Oct 8, 2024
1 parent 941efcf commit d6d7979
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tp_folder/configs/guest-os.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,9 @@ variants:
os_variant = win10
image_name = win10
nic_wname = "Ethernet"
# TODO: hotplug disabling globals needed for German ISO Windows
# as described in: https://gitlab.com/qemu-project/qemu/-/issues/774
extra_params = " -global PIIX4_PM.acpi-root-pci-hotplug=off -global ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off"
variants:
- x86_64:
image_name += -64
Expand Down

0 comments on commit d6d7979

Please sign in to comment.