I was able to find the problem in the following log file:
C:\$Windows.~BT\Sources\panther\setupact.log
Log files that are created when you upgrade to a new version of Windows
Log files
I searched for Rollback and found the following line:
2021-02-21 12:54:23, Info MOUPG SetupManager: Rollback Enabled via scenario detection.
About a screen up I found the following errors:
2021-02-21 12:54:23, Error CONX Windows::Compat::Appraiser::SdbUtils::CheckForMigShim (1555): Error generating migxml for QualcommRadioDriverMigrationShim / : [0x80070490].[gle=0x80070490]
2021-02-21 12:54:23, Error CONX Windows::Compat::Appraiser::SdbUtils::CheckAppQueryResult (516): Error getting migshim info: [0x80070490].[gle=0x80070490]
2021-02-21 12:54:23, Error CONX Windows::Compat::Appraiser::MatchingInfoSdbDataSource::ApplyEntries (284): Error checking query result 2840808: [0x80070490].[gle=0x80070490]
2021-02-21 12:54:23, Error CONX Windows::Compat::Appraiser::MatchingInfoSdbDataSource::ApplyDataSource (250): Error applying upgrade block entries: [0x80070490].[gle=0x80070490]
2021-02-21 12:54:23, Info CONX Windows::Compat::Appraiser::WicaEngine::CheckComponentResult (2209): Swallowing error [0x800700e8] for [DatasourceWuDriver].
2021-02-21 12:54:23, Error CONX Windows::Compat::Appraiser::WicaEngine::RunComponents (1348): RunDataSources Failed: [0x80070490].[gle=0x80070490]
2021-02-21 12:54:23, Info CONX Windows::Compat::Appraiser::WicaEngine::RunComponents (1366): Engine finished.
2021-02-21 12:54:23, Error CONX Windows::Compat::Appraiser::WicaFactory::DoWicaRun (366): Failed to run engine: [0x80070490].[gle=0x80070490]
2021-02-21 12:54:23, Error CONX Windows::Compat::Appraiser::SetupAppraiser::ScanInternal (285): WicaRun failed: [0x80070490].[gle=0x80070490]
2021-02-21 12:54:23, Info CONX Windows::Compat::Appraiser::SetupAppraiser::StartScan (159): Start Scan Done
In the top lone I noticed QualcommRadioDriverMigrationShim, and the only Qualcomm device I have is the build in network card.
I did the following to remove the Qualcomm device and driver:
- I disabled the build in LAN in the BIOS settings. (I don't know if the rest is needed, but I did it to be safe)
- I uninstalled the driver with Add/Remove programs.
- Lastly I remove the drivers from Device Manager (View -> Enable
Show Hidden Devices). Right click on the applicable devices, and select Uninstall Device.
The update worked perfectly after that.