[SOLVED] BSOD on W7 upgrade to W10 & in driver verifier, no dumps. FIX: FEW drivers (and devices) removed; TPKD was the last one which blocked the upgrade.

I've got a system image with Macrium (untested though), and a working Macrium recovery disk now.
I did not have a Broadcom card I had a Edimax EW-7722In Wifi card, but that's been disconnected since before I made this thread. The Wacom drivers do say router but they're for a graphics tablet (deleted them anyway).

Uninstalled all the stuff you guys said, uninstalled iobit too since I know someone will tell me to later ;)
All the checks come up clean.

Tried to delete all the stuff I have from Windscribe, Hamachi and Tuungle (another networking thing which I had uninstalled but randomly found a driver for in system32/drivers)
 

Attachments

  • devmanview.txt
    devmanview.txt
    131.8 KB · Views: 0
  • driverview.txt
    driverview.txt
    10.9 KB · Views: 0
  • ss+(2020-12-20+at+08.57.08).png
    ss+(2020-12-20+at+08.57.08).png
    791.7 KB · Views: 6
  • ss+(2020-12-20+at+08.59.15).png
    ss+(2020-12-20+at+08.59.15).png
    1.3 MB · Views: 6
  • ss+(2020-12-20+at+08.59.39).png
    ss+(2020-12-20+at+08.59.39).png
    1.1 MB · Views: 6
Last edited:
Panther. Can't even remember how much stuff I deleted that time, still no luck and no logs unfortunately. FYI: It failed once, I looked at the Panther log and saw a million entries about the RealTek PCIe drivers so I uninstalled them then upgraded. ...Didn't work but did cut the Panther log size by a third. Reinstalled that driver now so we'll see if it inflates again.
 
If you mean the upgrade tool I had no internet for the upgrade. I thought this was a fix for some people? I still got the same driver related error. The Windows 10 setup needs internet to check for updates but whenever I use it I see no updates being downloaded.
 
Just once.
I saw some errors for netrasa and netsstpa (also in previous logs).
You should find netrasa.inf and netsstpa.inf in c:\windows\inf or in C:\Windows\System32\DriverStore\FileRepository.
Right-click and install both.
Then, re-try.
 
I have been doing online upgrades the majority of the time.
I had no idea you could do that with .INFs! Unfortunately though they're both saying "The INF file you selected does not support this method of installation". Everything isn't showing copies in FileRepository except for ".inf_loc" files of the same name in DriverStore\en-US. There's also copies of the INF files in their own folders in C:\Windows\winsxs
 
Think the command is wrong, what should it be?

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Jay>pnputil /add-driver c:\windows\inf\netrasa.inf
Microsoft PnP Utility
Usage:
------
pnputil.exe [-f | -i] [ -? | -a | -d | -e ] <INF name>
Examples:
pnputil.exe -a a:\usbcam\USBCAM.INF -> Add package specified by USBCAM.INF
pnputil.exe -a c:\drivers\*.inf -> Add all packages in c:\drivers\
pnputil.exe -i -a a:\usbcam\USBCAM.INF -> Add and install driver package
pnputil.exe -e -> Enumerate all 3rd party packages
pnputil.exe -d oem0.inf -> Delete package oem0.inf
pnputil.exe -f -d oem0.inf -> Force delete package oem0.inf
pnputil.exe -? -> This usage screen
 
Ok, then this:
Code:
pnputil -i -a c:\windows\inf\netrasa.inf
pnputil -i -a c:\windows\inf\netsstpa.inf

In windows 10 I get these options:
Read More:
 
More strangeness, first file can't be found (it's definitely in that directory though)
Second file has opened a Windows Security prompt saying it doesn't have a valid digital signature.
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Jay>pnputil /add-driver c:\windows\inf\netrasa.inf
Microsoft PnP Utility
Usage:
------
pnputil.exe [-f | -i] [ -? | -a | -d | -e ] <INF name>
Examples:
pnputil.exe -a a:\usbcam\USBCAM.INF -> Add package specified by USBCAM.INF
pnputil.exe -a c:\drivers\*.inf -> Add all packages in c:\drivers\
pnputil.exe -i -a a:\usbcam\USBCAM.INF -> Add and install driver package
pnputil.exe -e -> Enumerate all 3rd party packages
pnputil.exe -d oem0.inf -> Delete package oem0.inf
pnputil.exe -f -d oem0.inf -> Force delete package oem0.inf
pnputil.exe -? -> This usage screen

C:\Users\Jay>pnputil -i -a c:\windows\inf\netrasa.inf
Microsoft PnP Utility

Processing inf : netrasa.inf
Adding the driver package failed : The system cannot find the file specified.

Total attempted: 1
Number successfully imported: 0


C:\Users\Jay>pnputil -i -a C:\Windows\inf\netrasa.inf
Microsoft PnP Utility

Processing inf : netrasa.inf
Adding the driver package failed : The system cannot find the file specified.

Total attempted: 1
Number successfully imported: 0


C:\Users\Jay>pnputil -i -a c:\windows\inf\netsstpa.inf
Microsoft PnP Utility

Processing inf : netsstpa.inf
 
Then this:
Code:
pnputil -i -a "c:\windows\inf\netrasa.inf"
pnputil -i -a "c:\windows\inf\netsstpa.inf"

Or this
Code:
CD /d c:\windows\inf
pnputil -i -a netrasa.inf
pnputil -i -a netsstpa.inf
 
Device manager, network adapters.
For every wan device:
Open it, drivers tab, update driver, search automatically.
If it says it's already updated but offers the option to search it in windows update, click it.
 
First device I tried (WAN Miniport (IKEv2)) when I tried to update automatically found a driver but brought me to another unsigned driver warning. Windows Defender is still off btw. I'm going to have to get back to you in the morning, getting late here!
 
I'm not sure of it...
If you want to try it, rename and move them in another place.
By the way, even their copies could be unsigned and, if SFC should replace them, they'll be always unsigned.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top