beautypg.com

C.6.4 start the dhcp, tftp and http, C.6.5 create shared directory – IEI Integration IMB-Q870-i2 User Manual

Page 206

background image

IMB-Q870-i2 microATX Motherboard

Page 190

Step 2:

Extract the recovery package to /.

#cp RecoveryR10.tar.bz2 /

#cd /

#tar –xvjf RecoveryR10.tar.bz2

Step 3:

Copy “pxelinux.0” from “syslinux” and install to “/tftboot”.

#cp /usr/lib/syslinux/pxelinux.0 /tftpboot/

C.6.4 Start the DHCP, TFTP and HTTP

Start the DHCP, TFTP and HTTP. For example:

CentOS

#service xinetd restart

#service httpd restart

#service dhcpd restart

Debian

#/etc/init.d/xinetd reload

#/etc/init.d/xinetd restart

#/etc/init.d/dhcp3-server restart

C.6.5 Create Shared Directory

Step 1:

Install the samba.

#yum install samba

Step 2:

Create a shared directory for the factory default image.

#mkdir /share

#cd /share

#mkdir /image

#cp iei.gho /image