B.6.4 start the dhcp, tftp and http, B.6.5 create shared directory – IEI Integration IMB-H612A User Manual
Page 177

IMB-H612 Mic ro -ATX Mo th e rb o a rd
P a g e 162
S te p 2:
Extract the recovery package to /.
#cp RecoveryR10.tar.bz2 /
#cd /
#tar –xvjf RecoveryR10.tar.bz2
S te p 3:
Copy “pxelinux.0” from “syslinux” and install to “/tftboot”.
#cp /usr/lib/syslinux/pxelinux.0 /tftpboot/
B.6.4 S ta rt th e DHCP, TFTP a n d HTTP
Start the DHCP, TFTP and HTTP. For example:
#service xinetd restart
CentOS
#service httpd restart
#service dhcpd restart
#/etc/init.d/xinetd reload
Debian
#/etc/init.d/xinetd restart
#/etc/init.d/dhcp3-server restart
B.6.5 Cre a te S h a re d Dire c to ry
S te p 1:
Install the samba.
#yum install samba
S te p 2:
Create a shared directory for the factory default image.
#mkdir /share
#cd /share
#mkdir /image
#cp iei.gho /image