Basically, download http://ubcd.stopspazzing.com/downloads/ ... bcd.iso.gz to "c:\ubcd-extracted\ubcd\images". Then modify "c:\ubcd-extracted\ubcd\menus\hdd\wiping.cfg":
Code: Select all
LABEL -
MENU LABEL HDDErase V4.0
TEXT HELP
Securely erases all data on ATA hard disk drives. It offers the option to run
the drive internal secure erase command, security erase unit, based on the ATA
specification by the T13 technical committee.
ENDTEXT
LINUX /boot/syslinux/memdisk
INITRD /ubcd/images/fdubcd.iso.gz
APPEND iso raw ubcdcmd=hdderase
Make the customized ISO or USB, then try launching HDDErase again.INITRD /ubcd/images/fdubcd.iso.gz
APPEND iso raw ubcdcmd=hdderase
Edit by Icecube: added bolded part
