VirtualBox

Changes between Version 2 and Version 3 of Ticket #11349, comment 10


Ignore:
Timestamp:
Nov 11, 2014 7:14:27 PM (10 years ago)
Author:
vteich

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11349, comment 10

    v2 v3  
    1313I tried several things.
    1414
    15 I removed drivers
     15What finally worked (making a long story short):
     16 
     17I added the VirtualBox Extension Pack and was able to run VirtualBox again.
    1618
    17 rm C:\Windows\System32\drivers\VBoxNetAdp.sys
     19I also had the error: Bridged Networking does not find any adapters
    1820
    19 rm C:\Windows\System32\drivers\VBoxUSBMon.sys
     21See https://www.virtualbox.org/ticket/3654
    2022
    21 rm C:\Windows\System32\drivers\VBoxDrv.sys
     23I fixed it with the following change and running the below command.
    2224
    23 Stopped and deleted vboxdrv, vboxusbmon, vboxnetflt, vboxnetadp services (if existing)
     25[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network]
    2426
    25 rm %SystemRoot%\System32\DriverStore\INFCACHE.1
     27"MaxNumFilters"="0x20"
    2628
    27 cd C:\Program Files\Oracle\VirtualBox\drivers\USB\filter
     29msiexec /i VirtualBox-4.3.18-r96516-MultiArch_amd64.msi /L*vx VirtualBox-4.3.18-install.log /QB TARGETDIR="C:\Program Files\Oracle\VirtualBox" DDLOCAL=VBoxNetworkFlt
    2830
    29 cd C:\Program Files\Oracle\VirtualBox\drivers\vboxdrv
    30 
    31 cd C:\Windows\System32\DriverStore\FileRepository
    32 rm -rf vbox*
    33 
    34 in Control Panel \ Device Manager, deleted driver "VirtualBox Host-Only Network Adapter"
    35 
    36 deleted drivers VBox* with autoruns (from Sysinternals) 
    37 
    38 rebooted and tried reinstalling Virtualbox but this failed.
    39 
    40 See attached log files.
    41 
    42 
    43 I also tried the following that allows to run VB, but not to start a VM:
    44 VirtualBox-4.3.16-r95972-Win.exe -extract
    45 
    46 cd C:\Users\vteich\AppData\Local\Temp\VirtualBox
    47 
    48 @rem Run this script as administrator
    49 
    50 cd C:\Users\vteich\AppData\Local\Temp\VirtualBox
    51 
    52 msiexec /A VirtualBox-4.3.16-r95972-MultiArch_amd64.msi /L*vx VirtualBox-4.3.16-install.log /QB TARGETDIR="C:\Program Files\Oracle\VirtualBox"
    53 
    54 cd "C:\Program Files\Oracle\VirtualBox"
    55 
    56 VBoxSVC /ReRegServer
    57 
    58 regsvr32 VBoxC.dll
    59 
    60 However, there is no entry in "Control Panel \ Programs and Features".
    61 
    62 Thereafter I rebooted and tried to install 4.3.16 with the Windows installer, but it still fails.
    63 
    64 Can someone help me?
     31HTH others.

© 2023 Oracle
ContactPrivacy policyTerms of Use