-
Notifications
You must be signed in to change notification settings - Fork 3
Installing from Image USB
Max Dietz edited this page Aug 22, 2014
·
15 revisions
- Insert 32 GB USB into drive.
- Hold F2 on boot to boot into the USB drive.
- Press
s
to skip mounting when the error about the swap drive appears. - After cmdr starts, press
CTRL+ALT+F1
to get to the login screen. - Login with user
cmdr
and the password. - Run
sudo dd if=/dev/sdb of=/dev/sda
. This will take about 40 minutes. - Restart box and remove drive
- Run
ifconfig
, if you see an ethernet device (i.e.eth0
), continue at the next step, otherwise runifconfig -a
and note the number next to the eth device, you should see eithereth0
oreth1
. Runsudo vim /etc/network/interfaces
and replace the name of the eth device with the correct one. - Run
sudo couchdb
. If you encounter an error about a missing directory at/var/run/couchdb
runsudo vim /etc/couchdb/default.ini
and delete the line that mentions that directory. - Set the hostname like described in the other wiki by editing
/etc/hostname
and/etc/hosts
. - Change the MAC Address of the room by going to the CouchDB room and changing it to that of the ethernet device.