auto dban on boot

Dade22

New Member
Im looking for a way to automate the process of DBAN. I would like to set up a boot disk that will nuke all detected drives on boot without any user interaction.

I need to set it up so that it wipes on boot with the 2nd to highest security setting.

Anyone have a way to do this with DBAN???
 
dajhorn said:
Edit the A:\SYSLINUX.CFG file.

this is what he ment:

right click the .cfg file and open with notepad.

It will look like this:

Code:
# syslinux.cfg: Boot loader configuration file for Darik's Boot and Nuke.

#  WARNING: Only use notepad to edit this file.
#
#    This file is line and case sensitive. Ensure that your text editor does not
#    automatically insert line breaks or otherwise apply automatic formatting.
#


# Set this option to zero if you wish to skip the boot prompt.
PROMPT 0

# This label will be started if you just push enter at the boot prompt, or if
# you set the PROMPT option above to zero.
DEFAULT dod

I set my Prompt to 0 and mt default to dod
 
Back
Top