It takes some hacking to install with inst-manager on the DL380 G3.
Zeroshell detects the HDD like /dev/cciss/c0d01 – c0d03
Instead the correct path is /dev/cciss/c0d0p1 – c0d0p3
It’s relatively easy to resolve by editing inst-manager with vi and hardcoding the paths instead of using the built-in variable, but ideally this should be unnecessary.
Richard