Question Need a Low Level Format bootable tool suggestion

cybercore

Commendable
Jan 23, 2021
31
0
1,530
I got suggested to ran an low level format,because my pc is infected with boot sector virus.
Any help with be HIGHTLY appreciated !
 
I'm fighting with that infection from very looong time.
About that who told me,i asked in other forums and one guy told me to do this ''overwrite with zeros the first 10 Mbytes of the disk using dd in case a boot sector virus managed to survive after year 2000''
But since i'm unfamiliar with linux and especially to dd command i decided to ask here :).
 
I'm fighting with that infection from very looong time.
About that who told me,i asked in other forums and one guy told me to do this ''overwrite with zeros the first 10 Mbytes of the disk using dd in case a boot sector virus managed to survive after year 2000''
But since i'm unfamiliar with linux and especially to dd command i decided to ask here :).
The easy solution is to simply replace the drive.

What make/model drive is this?
 
TOSHIBA HDWD110

NOTE: I've never used this, don't know how well it works.
But there it is.
 
  • Like
Reactions: cybercore
I'm fighting with that infection from very looong time.
About that who told me,i asked in other forums and one guy told me to do this ''overwrite with zeros the first 10 Mbytes of the disk using dd in case a boot sector virus managed to survive after year 2000''
But since i'm unfamiliar with linux and especially to dd command i decided to ask here :).
This is basically the same as writing a new bootsector to the drive, no special tools required, and no low level format, especially not of the whole disk.
Just boot from a dvd and not from a usb so that the virus can't write to the medium and do a /fixmbr

You can also do a normal format, again from the PE, without the /q parameter so it won't do a quick format but a full format which is pretty much the same as low level, you can quit it after a few seconds since it will have overwritten the start of the disk where the bootsector is by then.