Swinder Posted August 11, 2007 Posted August 11, 2007 I have issues with my current boot sector on another system. I used to have some Ontrack software on floppy disk which removed absolutely everything on the drive when booted, unfortunately due to multiple reasons I can no longer use this disk (no floppy drive and I lost the disk).Anyone know of a cd/dvd based version that will boot and allow me to do the same thing?
IcemanND Posted August 11, 2007 Posted August 11, 2007 Haven't tried this from say bartpe or windows pe but how about a debug script that will wipe it.run Debug in cmd window, type the following:A MOV AX,330 MOV CX,1 MOV DX,80MOV BX,3800MOV ES,BX INT 13 INT 3 {ENTER};just press enterG Qmodified code
Stoic Joker Posted August 11, 2007 Posted August 11, 2007 Boot to the recovery console of Win2k/XP CD and run fixmbrWin9x ver (run from startup disk) fdisk /mbr
IcemanND Posted August 11, 2007 Posted August 11, 2007 fdisk /mbr and fixmbr do not erase the boot record they attempt to repair it for their respective OS's
Swinder Posted August 12, 2007 Author Posted August 12, 2007 I get manage to type in up to rax, when I type rax in it comes up with ^Error.
IcemanND Posted August 12, 2007 Posted August 12, 2007 rewrote and edited the post above. no errors with this one.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now