QUOTE (Zoso @ Aug 30 2009, 04:13 AM)

what I learned is that formatting does not take care of the MBR. now I need to learn how to prepair a notebook that has no floppy for formatting (BTW this is my first notebook/desktop replacement)
in the past I have allways used a w98 floppy with debug, fdisk, and format commands to start from scratch, my routine was this:
-DEBUG
-F200 L1000 0
-A CS:100
-MOV AX,301
-MOV BX,200
-MOV CX,1
-MOV DX,80
-INT 13
-INT 20
-G
Cntl+Alt+Del
then FDISK then FORMAT
I dont actually know what the DEBUG routine does exactly only that it allways worked on every ATA HDD Ive ever used it on to clear the drive for starting over. it was passed onto me by an online friend many moons ago.
I would like to learn the best routine to get the same or better results with SATA and USB drives in my notebook that has no floppy. is the above DEBUG routine actually safe for all HDD? and if so is it safe to put it on a CD and run it and the same for Fdisk and format w98 style?
Definititely formatting DOES NOT deal with the MBR.
What you may be still missing is that in some cases also FDISK/partitioning may lead to different results.
The BEST choice is to ALWAYS start "from clean", as a number of utilities (and in some cases the OS itself) may "pick up" some OLD values (from the DATA contained in a previous MBR and/or bootsector) creating a resulting "problematic" MBR or partition.
My advice:
1. Zero out first, say 100 sectors:
http://www.boot-land.net/forums/index.php?...=4015&st=212. Start again, basing of reports of "successful" Truecrypt stories:
http://www.boot-land.net/forums/index.php?showtopic=8096Search on the board for posts/threads by members
ktp and
online, they both have experimented several ways "connected" to Truecrypt.

jaclaz