Jump to content

Rootkit after total reformat from hidden drive, contaminated recovery


Go to solution Solved by JSntgRvr,

Recommended Posts

Boot the computer with the bootable Windows media. Select repair my computer and obtain a Command Prompt in the Recovery Options. At the prompt type the following: Do not include the information I am including between parenthesis:

  1. Diskpart
  2. List Disk
  3. Select Disk 0 (That is Disk zero)
  4. select part 1  (EFI is always partition one.)
  5. delete part override  (Wiped clean.)
  6. create part EFI  size=100 
  7. format fs=fat32 quick label=EFI
  8. assign letter=Y
  9. exit
  10. bcdboot C:\windows /s Y: /f UEFI

If an error is experienced, stop. See if you can provide me with a screenshot.

  • Like 1
Link to post
Share on other sites

That may be an issue as the letter is being use. Try this

  1. Diskpart
  2. List Disk
  3. Select Disk 0 (That is Disk zero)
  4. select part 1  (EFI is always partition one.)
  5. assign letter=M
  6. exit
  7. bcdboot C:\windows /s M: /f UEFI

If an error is experienced, stop. See if you can provide me with a screenshot.

Link to post
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
Back to top
×
×
  • Create New...

Important Information

This site uses cookies - We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.