Re: Clearing Old PC's



On Wed, 25 Jul 2007 16:09:11 -0700, Cryptographic_ICE wrote:

I'm interested in creating a boot disk that will "Wipe" the current
hard-drive and create a single Fat32 partition. My company is selling
100 or so PC's that need to be wiped and I'm looking for the easiest way
to do that. The computers have floppy drives, Cd-Roms and I think they
support PXE boot. Would there be an easy way to install a Linux distro
at the same time? (Perhaps Multicasting / PXE boot??) Any help is
appreciated.

The easiest method for a true security "wipe" is to use Darik's Boot and
Nuke (DBAN) floppy (http://dban.sourceforge.net/). You can pick from
about 6 or so various wipes from relatively fast to agonizingly slow up
to the ultimate wipe, which makes 7 passes with various bit patterns to
thoroughly destroy all data. DBAN is a single bootable floppy Linux
system that loads onto a ram disk and runs in a terminal. I use it all
the time to securely wipe old hard drives before I sell or give them away.

As far as formatting the HD FAT32 or any filesystem for that matter at
the same time, that would be a separate operation. One that is not
included on the DBAN floppy. However, you could use DBAN as a foundation
(or any pre-packaged floppy based Linux system like Tom's Root Boot
(http://www.toms.net/rb/) and modify it to suit your purposes making the
process automatic with a boot script. Just insert the floppy, turn on
the computer, walk away, and come back in a few minutes when everything
is done.

Other simple wipes of hard drives can be accomplish with dd (for example,
dd if=/dev/null of=/dev/hda, which is very fast, or if=/dev/random of=/
dev/hda, etc. or calling badblocks, which checks a hard drive for bad
blocks, directly using the "destructive" -w option. This option is
pretty fast as well as thorough making 4 passes writing and reading 4
test patterns (0xaa, 0x55, 0xff, 0x00). Kinda a poor man's DBAN.

Good Luck...

Stef



.



Relevant Pages

  • Re: XP Reinstallation Failure
    ... I have tried to run the reinstallation disk both by installing the LSI Logic SCSI driver from a floppy and by just letting the machine boot up itself. ... Does anyone have any idea why the disk might be recognized in the DOS mode yet consistently refuse to let the XP-Pro reinstallation disk find any hard drives are there. ...
    (microsoft.public.windowsxp.hardware)
  • Automated Recovery Disk versus Image File ?
    ... Recently, due probably to some ill-advised Registry "tweaks", XP Pro ... saved a system Backup.bkf file and created the associated Floppy disk. ... I have two hard drives and I've placed this Backup.bkf file on the ... In the event of a another catastrophic failure to boot, ...
    (microsoft.public.windowsxp.general)
  • Re: Windows 2000 - total cleaning without CD or floppy - is it possibl
    ... > completely de-partition and delete EVERYTHING that is on the hard drives. ... > away) and the BOOT setup does not give me the floppy drive as an available ... check the BIOS to see whether you can change the boot sequence / ...
    (microsoft.public.win2000.general)
  • Re: Disk I/O error when trying to install Windows XP
    ... when u boot up w/o anything in the floppy or cd drive do u see any quick ... try using a boot disk from win98 or winme and do an fdisk to set ur primary ... They wipe out the hard drives and then sell them. ...
    (microsoft.public.windowsxp.hardware)
  • wiping drives on AIX servers
    ... We are getting rid of some AIX servers. ... CD and wipe the hard drive. ... the hard drives on AIX servers such as H80 and B50? ... I could boot from to offer that functionality etc. ...
    (comp.unix.aix)