ShredOS Usage
Wipe SSDs (NVMe & SATA) and HDDs with ShredOS
Prerequisites:
- USB-Stick (2GB+)
- BIOS+UEFI USB / minimum 2GB RAM / writable
Step 1: Preparations
- Download and flash the ShredOS Image to a USB-Stick with a program like rufus.
- Expand the shredos partition with a partition manager (or linux tools like fatresize etc.)
- Copy the following files to /etc/nwipe/ onto the stick:
- nwipe.conf
- nwipe_customers.csv
- Edit the following bootloader entries as shown below
- boot/grub/grub.cfg
- EFI/BOOT/grub.cfg
menuentry "ShredOS" {
linux /boot/bzImage console=tty3 loglevel=3
}
to:
menuentry "ShredOS" {
linux /boot/bzImage console=tty3 loglevel=3 shredos_exclude_boot_disc="yes" loadkeys=de
}
Then save both files and eject the stick.