Can't install guest additions in a win10 guest

Discussions about using Windows guests in VirtualBox.
Post Reply
lesjen
Posts: 2
Joined: 23. Apr 2016, 21:09

Can't install guest additions in a win10 guest

Post by lesjen »

Hi All.

I'm posting again with the hope that someone has a solution. This is really bugging me :-0

Win10 guest on MAC I've had problems with installing the guest additions since the 5.0.14 release and it's still not working.

In the directory

C:\Windows\System32\DriverStore\FileRepository

are on my VM 7 different folders named like this:

vboxguest.inf_amd64_4dc302fb4f5cdcb9

and another 7 folders named like this:

vboxvideow8.inf_amd64_0fdc0e68ee25ecc1

It seems that these folders are disturbing the installation of GA!

The windows utility pnputil can list and remove these, but some of the drivers cannot be removed because the system have the drivers registered as in use.

A search in the registry database reveals entries that are not removed even-though a full de-installation is performed. The entries cannot be removed and one cannot change rights on these entries.

Code: Select all

--------------------------------Install logfile--------------------------------------------

(1) 0 - ENTER:  DriverPackageInstallW
(1) 0 - Installing INF file 'C:\Program Files\Oracle\VirtualBox Guest Additions\VBoxGuest.inf' (Plug and Play).
(1) 0 - Looking for Model Section [VBoxGuest.NTamd64]...
(1) 0 - Installing devices with Id "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00" using INF "C:\WINDOWS\System32\DriverStore\FileRepository\vboxguest.inf_amd64_b7160dff38c270b4\vboxguest.inf".
(1) 0 - Will force install because driver is not better and force flag is set.
(1) 0 - ENTER UpdateDriverForPlugAndPlayDevices...
(0) 0 - RETURN UpdateDriverForPlugAndPlayDevices.
(1) 0 - Installation was successful.
(0) 0 - Install completed
(1) 0 - RETURN: DriverPackageInstallW  (0x0)
(1) 0 - ENTER:  DriverPackageInstallW
(1) 0 - Installing INF file 'C:\Program Files\Oracle\VirtualBox Guest Additions\VBoxVideoW8.inf' (Plug and Play).
(1) 3758096640 - Could not open file C:\WINDOWS\System32\DriverStore\FileRepository\vboxvideow8.inf_amd64_543ec0b4c42cbc39\vboxvideow8.inf.
(3) 1006 - PnP Install failed.
(1) 0 - Attempting to rollback ...
(1) 0 - No devices to rollback
(1) 0 - Successfully removed '{7d2c708d-c202-40ab-b3e8-de21da1dc629}' from reference list of driver store entry 'C:\WINDOWS\System32\DriverStore\FileRepository\vboxvideow8.inf_amd64_543ec0b4c42cbc39\vboxvideow8.inf'
(1) 0 - RETURN: DriverPackageInstallW  (0x3EE)
(1) 0 - ENTER:  DriverPackageInstallW
(1) 0 - Installing INF file 'C:\Program Files\Oracle\VirtualBox Guest Additions\VBoxGuest.inf' (Plug and Play).
(1) 0 - Looking for Model Section [VBoxGuest.NTamd64]...
(1) 0 - Installing devices with Id "PCI\VEN_80EE&DEV_CAFE&SUBSYS_00000000&REV_00" using INF "C:\WINDOWS\System32\DriverStore\FileRepository\vboxguest.inf_amd64_b7160dff38c270b4\vboxguest.inf".
(1) 0 - Will force install because driver is not better and force flag is set.
(1) 0 - ENTER UpdateDriverForPlugAndPlayDevices...
(0) 0 - RETURN UpdateDriverForPlugAndPlayDevices.
(1) 0 - Installation was successful.
(0) 0 - Install completed
(1) 0 - RETURN: DriverPackageInstallW  (0x0)
(1) 0 - ENTER:  DriverPackageInstallW
(1) 0 - Installing INF file 'C:\Program Files\Oracle\VirtualBox Guest Additions\VBoxVideoW8.inf' (Plug and Play).
(1) 3758096640 - Could not open file C:\WINDOWS\System32\DriverStore\FileRepository\vboxvideow8.inf_amd64_543ec0b4c42cbc39\vboxvideow8.inf.
(3) 1006 - PnP Install failed.
(1) 0 - Attempting to rollback ...
(1) 0 - No devices to rollback
(1) 0 - Successfully removed '{7d2c708d-c202-40ab-b3e8-de21da1dc629}' from reference list of driver store entry 'C:\WINDOWS\System32\DriverStore\FileRepository\vboxvideow8.inf_amd64_543ec0b4c42cbc39\vboxvideow8.inf'
(1) 0 - RETURN: DriverPackageInstallW  (0x3EE)


------------------------------------end----------------------------------------
Post Reply