Forum Discussion
Windows 11 installation error
Now, the question arises how I came to know which driver to delete? I searched online for a few days to find that I can learn about it in the Windows logs. They are a bit difficult to access, but you can do it.
First, you need to go to folder options of Windows explorer and allow windows to show hidden files and system files. Then you have to go to "$Windows.~BT\Sources\Panther" and you have to find a file named "setupact.log"
Now it would be a big-**bleep** log file which you need to open up (it took around 1 minute to open completely). Go to the bottom of the log file to see which driver forced the installation to fail. For me it was a driver from a folder named "system32\driverstore\ WDSCAMxAMD64\wdscam.ini" or something like that.
Now all I did was to go to system32\driverstore and find the folder in which the cursed WD drivers were kept, and delete the folder permanently.
For others, the driver could have a name like PeePoo.ini or something; you can always google that stuff to see which company makes those drivers. Remember to look for paths of corrupt drivers at the bottom of the log.
But I faced a problem, that I could not delete the file because it was owned by the system. So you will have to right-click the folder and click security and then edit the settings to make yourself the owner, and give yourself full control of the bad boy. (You can see a video on YouTube for a detailed method to delete system folders.)
Lo and behold! My Windows 11 installed finally after weeks.
- youaremineOct 10, 2021Brass ContributorYou are welcome. Now I am starting to realize why Microsoft wants to delay the rollout of Windows 11 on laptops and PCs until 2022. It's because of all these driver conflicts. But We are too impatient to wait for another 4 months.
- mstradaOct 10, 2021Copper ContributorHow do I know which folder to delete? I know this sounds like a dumb question.
- youaremineOct 10, 2021Brass Contributor
mstrada If you read my original comment, you will know how to know the identity of the driver and the folder in which its located.
In short, you have to access a log file located in "$Windows.~BT\Sources\Panther". You will have to go to Windows explorer's view settings, to allow hidden items to be shown, in order to access this directory. Under this directory, you will have to open the file name setupact.log.
Now here is the slightly tricky part:
1) You will have to open the log file with notepad.
2) Wait for the note pad to completely load the log file, as it can be large in size. (In my case it was around 50MBs.
3) Now the relevant information regarding drivers that are causing Windows 11 installation to fail, are located at the bottom of the log file. In order to directly jump to the end, press the CTRL key and then press the END key.
4) Now you should start reading the log file from the bottom up. Keep reading every line for 5 to 10 minutes, until where you start to see Windows errors 0x80070002 -0x20007 alongside of some driver paths. In my case, the driver folder was something like System32\driverstore\filerepository\WDScamxAMD64\wdscam64.sys or something similar
5) now the moment I saw the line in the log that mentioned WDscam, I knew it had something to do with the Western digital and their crap software.
6) You dont necessarily need to know the origin of the driver, because your mission is to just delete the folder you just discovered in the log file.
7)Just go to the System32\driverstore\filerepository, and find the folder, and delete it.
😎 Remember, you won't be able to delete the file easily as it is a system file. For that purpose, you can refer to my original comment, on how to gain full access to system folders.
9) Your windows 11 should now install easily.
10) if it fails with the same error, repeat the process, because there might be some other bad driver in conflict with Windows 11.