› Forums › Network Management › ZeroShell › Pls Help how to install ZS on HDD › Reply To: Pls Help how to install ZS on HDD
November 7, 2012 at 2:40 pm
#52501
Member
Alternatively..
i use any linux-live cd (prefer Debian-Rescue-Live distribution)
Boot the linux system with the hard drive to install ZS already installed.
then, i ‘wget http://na.mirror.garr.it/mirrors/zeroshell/ZeroShell-2.0.RC1-IDE-USB-SATA-Disk-2GB.img.gz’ (the current USB/HDD/image file)
After this it’s cake!
gunzip -c ZeroShell-2.0.RC1-IDE-USB-SATA-Disk-2GB.img.gz > /dev/sda (where /dev/sda is the device object name of the hard disk to be installed to)
This assumes the Live-CD detects your hard disk, network hardware, and internet connection.