Requirements
1.pc running linux
2.cf card reader
Steps to create dd image
1.connect the cf card reader to the linux pc
2.take out the CF card from elastix mini
3.insert the CF card inside the reader
4.in the linux pc, determine the device assigned to the cf reader using 'df -h' (the device name is machine-dependent, eg /dev/sdc ,etc.)
5.create a disk image using dd command as below:
dd if=/dev/sdc of=
** pls check whether the sdcard is /dev/sdc
Restore DD Image from SD Card
1. dd if=
2. Insert the new SD card into MiniUCS and boot it
3. Use computer to connect COM port of MiniUCS ( 115200 8N1, flow control=none )
4. login root/palosanto
5. Modity the file /etc/sysconfig/network-scripts/ifcfg-eth0 to use dhcp
DEVICE=eth0
BOOTPROTO=dhcp
BROADCAST=
DHCPCLASS=
HWADDR=a0:98:05:01:be:9b
IPADDR=
NETMASK=
NETWORK=
ONBOOT=yes
TYPE=Ethernet
NOZEROCONF=yes
3. Finally, you need to restart the networking service, enter:
service network restart
4. Determine the ip address by 'ifconfig'
5. Login elastix by https://
No comments:
Post a Comment