Had the same problem this morning. I followed all chef1998's steps and ran into the same thing. It turns out my C: ended up getting assigned as E: for some reason. Once I figured this out everything worked.
BSOD Loop - CorsairVBusDriver.sys failure
After running optional system update for Corsair devices, my ASUS RoG G771 laptop is completely unusable. It's stuck in a BSOD reboot loop and not one recovery method is working. I wasn't provided a recovery disk with the laptop and apparently it's unable to boot from USB. I can't even reset the OS because it prompts for an outlook.com password and says the one I provide is incorrect (I've confirmed I am entering the latest password for the account and it's working on other devices). Safe mode doesn't work, either.
Others have posted this on the Corsair forum and the company doesn't answer. My laptop is now a boat anchor and I'm desperate for a solution...
Windows for home | Windows 10 | Performance and system failures
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
63 answers
Sort by: Most helpful
-
Anonymous
2020-12-18T16:01:00+00:00 -
Anonymous
2020-12-18T15:45:29+00:00 I managed to uninstall the drivers, but when I restart my machine they get reinstalled and I get the BSOD again!!
Can anyone help stop them being reinstalled?
I followed these steps:
At the command prompt,
dism /Online /Get-Drivers>drivers.txt
If you get an error "DISM does not support servicing Windows PE" follow these steps to remove a key:
https://www.winhelponline.com/blog/fix-dism-error-50-minint-windows-pe-servicing/
Then try the dism command again.
Once you get the list of .inf files, use this command to remove them:
pnputil /delete-driver <example.inf> /uninstall From: https://docs.microsoft.com/en-us/windows-hardware/drivers/install/how-devices-and-driver-packages-are-uninstalled
and if you run the dism command again they are not listed.
Then I used Corsair instruction to remove the source files and reg keys
And you would think that would do it, but when I reboot I get the BSOG and when I investigate the drivers are there again.
I have tried a few things to stop them being reinstalled but no luck!
Can anyone else offer any help please?
-
Anonymous
2020-12-18T15:21:46+00:00 Hi folks,
I've also just encountered this mess...
I'm trying to follow the steps that chef1998 posted, but the dism command is failing since my C:\ drive appears to be empty:
C:\>dir Volume in drive C is System Reserved Volume serial number is ... Directory of C:\ File Not FoundShould I be trying this on the X:\ drive instead?
-
Anonymous
2020-12-18T12:00:36+00:00 Hi, thanks for this but I keep getting an errors trying to get drivers. I am in admin cmd prompt via the recovery options. My cmd prompt shows x:\windows\system32\cmd.exe. I have tried lots of different image drive letters but keep getting error 2 Unable to access the image.
Thanks
-
Anonymous
2020-12-15T00:21:33+00:00 This worked for me. You're a blessing.