“issue is that you get disk cannot be found”
Solution is to edit main file like so
- Run it so it comes up with your error, then press ALT-F4 and Enter to get a shell
- cd /etc/init.d
- vi main
- find line with sd[a-z] change to c[0-9]d[0-9]
- :wq – this writes file and quits
- then do ./main
- it will now detect disks
- for faster wipe make sure disks are in raid 0
Hope this helps
J