Owner manual
Table Of Contents
- 1 Introduction
- 2 Packing List
- 3 Connectors
- 4 Installation
- 5 BIOS
- 5.1 Introduction
- 5.2 Main
- 5.3 Advanced
- 5.4 Chipset
- 5.5 Boot
- 5.6 Security
- 5.7 Save & Exit
- 6 Software Drivers
- A BIOS Options
- B One Key Recovery
- C Terminology
- D Watchdog Timer
- E Hazardous Materials Disclosure

ICE-CV-D25501/N26001 COM Express Module
Page 119
filename “pxelinux.0”;
B.6.2 Configure TFTP Settings
Step 1: Install the tftp, httpd and syslinux.
#yum install tftp-server httpd syslinux (CentOS)
#apt-get install tftpd-hpa xinetd syslinux (Debian)
Step 2: Enable the TFTP server by editing the “/etc/xinetd.d/tftp” file and make it use the
remap file. The “-vvv” is optional but it could definitely help on getting more
information while running the remap file. For example:
CentOS
#vi /etc/xinetd.d/tftp
Modify:
disable = no
server_args = -s /tftpboot –m /tftpboot/tftpd.remap -vvv