[SOLVED] W2008R2 Unkown Device

bensode

Member
Jan 9, 2019
61
4
13
54
Harrisburg, PA
I've been a busy poster here and thanks for all the help and tips thusfar :) I've been able to correctly get all of the VirtIO drivers working on 2012R2 but am still finding that there is one unknown device within W2008R2 that I've been unable to identify.

I have the VirtIO drivers installed for storage, network and baloon. There is still an Unknown device that I've not been able to identify that IDs itself as an ACPI/QEMUVGID. Any ideas?

upload_2019-2-6_13-25-23.png

upload_2019-2-6_13-25-40.png
upload_2019-2-6_13-25-58.png
 
Hi, I have exactly the same problem, with the Windows Server 2008 R2 and the unknown device (ACPI\QEMUGID) that I can't solve.

@bensode how did you solve it?

Best regards
 
This looks not like a real issue. As you run really old OS like windows 2008r2, you got some not supported features and missing/bad driver support in future.

I would Just ignore it.
 
.. if anyone needs to get rid of those unknown devices --- I finally tracked down proper cab files x64 and x86 that needs to be installed on guest Windows VMs. Email me if you wish direct download links...
 
For the record to newbies:
1. Download windows update KB3063109 (this update from this page) to desktop. File name is windows6.x-hypervintegrationservices-x64.cab
2. Run PowerShell as Administrator:
Code:
Dism /online /Add-Package /PackagePath:C:\Users\Administrator\Desktop\windows6.x-hypervintegrationservices-x64.cab
3. Restart and the unknown device is gone.
 
For the record to newbies:
1. Download windows update KB3063109 (this update from this page) to desktop. File name is windows6.x-hypervintegrationservices-x64.cab
2. Run PowerShell as Administrator:
Code:
Dism /online /Add-Package /PackagePath:C:\Users\Administrator\Desktop\windows6.x-hypervintegrationservices-x64.cab
3. Restart and the unknown device is gone.

Thank you very much!
 
For the record to newbies:
1. Download windows update KB3063109 (this update from this page) to desktop. File name is windows6.x-hypervintegrationservices-x64.cab
2. Run PowerShell as Administrator:
Code:
Dism /online /Add-Package /PackagePath:C:\Users\Administrator\Desktop\windows6.x-hypervintegrationservices-x64.cab
3. Restart and the unknown device is gone.
Thank you, that worked for me too :)
 
For the record to newbies:
1. Download windows update KB3063109 (this update from this page) to desktop. File name is windows6.x-hypervintegrationservices-x64.cab
2. Run PowerShell as Administrator:
Code:
Dism /online /Add-Package /PackagePath:C:\Users\Administrator\Desktop\windows6.x-hypervintegrationservices-x64.cab
3. Restart and the unknown device is gone.
solved great job man..
 
For the record to newbies:
1. Download windows update KB3063109 (this update from this page) to desktop. File name is windows6.x-hypervintegrationservices-x64.cab
2. Run PowerShell as Administrator:
Code:
Dism /online /Add-Package /PackagePath:C:\Users\Administrator\Desktop\windows6.x-hypervintegrationservices-x64.cab
3. Restart and the unknown device is gone.

I have the same issue on a Server 2008 (64-bit, not R2). Old environment, currently not possible to migrate.

DISM isn't available in this Server 2008 version (DISM started with S2008 R2).
So I unpacked the cab file and had device manager search in the uppacked cab folder.
It installs Microsoft Hyper-V generation counter as device, but the driver can't be loaded in memory, error 39.
Reboot doesn't help and this is not a hidden device.

Whatever I try, I can't get this to work. There seem to be no other drivers for hardware ID ACPI\QEMUVGID for Server 2008 (or Vista, should also work).
And it's not the virtio-serial driver. I tested a lot of older driver ISO's for Proxmox, there just is no driver available what is recognized.

The VM runs fine, that's not the issue.
But I would like to get the guest agent working...