1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 19The blue screen stop code is ACPI_BIOS_FATAL_ERROR, and using NirSoft's BlueScreenView to inspect the MINIDUMP, I can see bug check code 0x000000e0, at address ntoskrnl.exe+9b53ea
I have an installation log generated by running
VirtualBox-7.1.7-167262-Win.exe -vvv -l --msi-log-file "C:\vbox7.1.7-installer.log"See attached (bigger than 256 KiB uncompressed, so it's in a ZIP archive).
I don't have an installation log for 7.1.6, but the symptom is identical, so I assume it's the same thing. Although I can reproduce it if it's really crucial.
Version 7.1.4 installs fine, and I have a successful installation log from that if it would help to see the difference.
Host is Windows 10 Pro (22H2; build 19045.5371)
The last lines of the installation log seem to indicate a write-protect error when installing VBoxSup.sys or VBoxSup.inf
Code: Select all
VBoxInstallHelper: Installing driver "C:\Program Files\Oracle\VirtualBox\drivers\vboxsup\VBoxSup.inf" ...
VBoxInstallHelper: Setting non-interactive mode ...
VBoxInstallHelper: INF type is: Primitive
VBoxInstallHelper: Determined parameters:
VBoxInstallHelper: INF File: C:\Program Files\Oracle\VirtualBox\drivers\vboxsup\VBoxSup.inf
VBoxInstallHelper: Model: VBoxSup
VBoxInstallHelper: PnP ID: <None>
VBoxInstallHelper: Section: <None>
VBoxInstallHelper: Using g_pfnDiInstallDriverW(), dwInstallFlags=0x2
VBoxInstallHelper: INF file "C:\Program Files\Oracle\VirtualBox\drivers\vboxsup\VBoxSup.inf" opened
VBoxInstallHelper: Installing INF section "DefaultInstall" ...
VBoxInstallHelper: Installing INF section "DefaultInstall" successful
VBoxInstallHelper: INF section "DefaultInstall.Services" not found, skipping
VBoxInstallHelper: Installing INF section "DefaultInstall.NTAMD64" ...
VBoxInstallHelper: Requesting installation media "C:\Program Files\Oracle\VirtualBox\drivers\vboxsup\VBoxSup.sys"...
VBoxInstallHelper: Started copying "C:\Program Files\Oracle\VirtualBox\drivers\vboxsup\VBoxSup.sys" -> "C:\WINDOWS\system32\DRIVERS\VBoxSup.sys"
VBoxInstallHelper: Finished copying "C:\Program Files\Oracle\VirtualBox\drivers\vboxsup\VBoxSup.sys" -> "C:\WINDOWS\system32\DRIVERS\VBoxSup.sys"
VBoxInstallHelper: Installing INF section "DefaultInstall.NTAMD64" successful
VBoxInstallHelper: *** Error: Could not install INF services section "DefaultInstall.NTAMD64.Services": VERR_WRITE_PROTECT (19 / 0x13)
VBoxInstallHelper: *** Error: Trying INF section failed with VERR_WRITE_PROTECT
VBoxInstallHelper: INF file "C:\Program Files\Oracle\VirtualBox\drivers\vboxsup\VBoxSup.inf" closed
VBoxInstallHelper: *** Error: Installing driver(s) failed with 2 errors, 0 warnings (rc=VERR_WRITE_PROTECT)
VBoxInstallHelper: *** Error: Driver installation failed with VERR_WRITE_PROTECT
VBoxInstallHelper: DriverInstall: Handling done (rc=VERR_WRITE_PROTECT)
CustomAction ca_VBoxSupDrvInst returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
Action ended 17:09:10: ca_VBoxSupDrvInst. Return value 3.
Action ended 17:09:10: INSTALL. Return value 3.
MSI (s) (4C:50) [17:09:10:808]: MainEngineThread is returning 1603
MSI (s) (4C:94) [17:09:10:809]: RESTART MANAGER: Failed while closing session. Error: 29
MSI (s) (4C:94) [17:09:10:813]: User policy value 'DisableRollback' is 0
MSI (s) (4C:94) [17:09:10:814]: Machine policy value 'DisableRollback' is 0
MSI (s) (4C:94) [17:09:10:818]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (4C:94) [17:09:10:819]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 19