Setup Imaging Station - ntai/WCE-Installation GitHub Wiki

1. Installed lucid (Ubuntu 10.04 LTS)

a. Download

http://mirror.iawnet.sandia.gov/ubuntu-iso/CDs/lucid/ubuntu-10.04.4-desktop-i386.iso

b. Burn CD from this image or you can use Universal USB Installer to create a USB boot key

http://www.pendrivelinux.com/downloads/Universal-USB-Installer/Universal-USB-Installer-1.9.0.0.exe

2GB USB Key will do...

2. Once Lucid is setup ...then install following software. Open Terminal.

a. wget -q http://drbl.org/GPG-KEY-DRBL -O- | sudo apt-key add -

b. Append following two lines in /etc/apt/sources.list

deb http://free.nchc.org.tw/drbl-core drbl stable

deb http://free.nchc.org.tw/ubuntu lucid main restricted universe multiverse

c. Enter these commands. Open Terminal.

sudo apt-get update sudo apt-get install -y lm-senors fancontrol wireless-tools python-dialog xz-utils wipe pigz lzop partclone

Make sure these packages install correctly

3. Connect SATA/PATA via USB or eSATA

a. Use Disk Utility ...System>Administration>Disk Utility

MAKE SURE DRIVE is UNMOUNTED b. Open Terminal. To create clones...enter this command.

sudo ./install-ubuntu.py --batch-install wce-2012-05-31.partclone.lzo

It should say that drive has been cloned successfully and you are done.