Quote:
I'd like to write zeros to the whole drive and not just on the partition table. What is the command for doing that?

Is it: dd if=/dev/zero of=/dev/hda


Yes, or even just

cat /dev/zero > /dev/hda
.

No need to boot from elsewhere for this -- it will work just fine (on the empeg).

Cheers