Unsolved
This post is more than 5 years old
50 Posts
0
15206
February 18th, 2005 20:00
DFFR Methods...Which Is Right?!?
I have recently done 2 DFFRs on Windows XP Pro (Dimension 8400) using a DEBUG method that begins with: F 200 L100 0 ...A CS:100...MOV AX,301...
I was just told by another tech that that was for ME that I should have used a method that begins with:A 100.....INT 13...[enter]...RAX...
Which is correct? Is the first one really only for ME and did I therefore not do a complete or correct job? Will this create problems later on? There were no error messages along the way.
I would really appreciate your help...thank you!
No Events found!


BigBrother
2 Intern
•
4.8K Posts
0
February 18th, 2005 22:00
JJC777,
The one that you choose to use is up to you. The difference is primarily with syntax of how the command file is handed to the debug executable. With large drives, the L1000 parameter of the debug script that you used should be increased to account for a larger boot strap. If you look at the second debug script, it has an L parameter which is much larger -- usually 9000.
Either one is correct. However, in Windows XP, it is usually not necessary to wipe the boot strap on the hard drive. Simply deleting the desired partition and reformatting is usually sufficient.
The reason for wiping the boot strap on a hard drive is to insure that any potential boot sector virus will be eradicated. Boot sector viruses are rare these days. It does not hurt the hard drive to run either of these scripts if your objective is to insure a truly clean reinstall of the OS.
Steve
PoGi-TaZ
31 Posts
0
February 20th, 2005 14:00
BigBrother
2 Intern
•
4.8K Posts
0
February 20th, 2005 14:00
PoGi-TaZ,
On Dell's newest systems, debugging the hard drive will destroy access to the "restore" partition. The restore partition is what is needed to reinstall the OS, drivers and all of the applications. Debugging the hard drive will complicate the situation if you ever need to do a complete OS Reinstall.
Steve
JJC777
50 Posts
0
February 24th, 2005 23:00
JJC777
50 Posts
0
February 24th, 2005 23:00