Windows – Bootkit.0010 issues

-setupvirus-removalwindows 7

Did read this: How can I remove malicious spyware, malware, adware, viruses, trojans or rootkits from my PC?

But, computer I have is out of the box (OEM) and I've never connected it to the internet. Just did the install, and was starting working on moving applications (anti-spyware, etc) over to it via a USB drive, when I got a notification saying I have bootkit.0010:

enter image description here

Of course the AVG on the computer won't do anything (nothing happens when clicking 'protect me'), not connected to the internet so can't get 'show details'.

https://support.kaspersky.com/viruses/solutions/2727#block2

Downloaded that, and moved it (via the same USB drive, only one available and not formattable) to the computer, installed/run it, and it finds nothing.

Found this, trying it next: http://www.avg.com/us-en/remove-win32-bootkit.tpl-stdfull

What else should I be trying?

Best Answer

Your flash drive is infected, not the computer itself.

  • The AVG dialog states that the detected object is Boot sector (e:). I'm pretty sure E: is the flash drive as your images indicates that there is only one hard drive on the machine.

  • Removing the infection requires erasing its boot sector and reformatting the drive. This will make all data on the drive unreadable, so you should back up the contents of the drive before you proceed. Be sure the files are not themselves infected with malware.

  • To clean the drive:

    • Open an elevated command prompt and type diskpart.
    • Use list disk to find the correct drive, then use select disk x to specify the disk you want to clean (replace x with the number corresponding to your flash drive).
    • Type clean to erase the boot sector and partition table.
  • Once you've erased the boot sector, you can reformat the drive and it should no longer be infected. If it is still infected, the drive may have been compromised at the firmware level, which would render it unusable.

Related Question