DBAN with GRUB

jackjack

Member
Hi I was wondering how I can use the latest DBAN beta with GRUB as said at the FAQ on the main homepage.
I have 50mb on the boot partition where grub is located. What file am I supposed to put on that partition and what do I write in the the menu.lst file to actually be able to start DBAN.
 
Use a menu.lst stanza like this:

Code:
title   DBAN 1.0.7
root    (hd0,0)
kernel  /dban.bzi nuke="dwipe --autonuke"
initrd  /initrd.gz
boot

Get the dban.bzi and initrd.gz files from the DBAN boot media. Get command line examples from the SYSLINUX.CFG file.

Note that DBAN will wipe the entire hard disk, including the grub boot partition from which it was started.
 
Back
Top