Perform pxe boot winpe in linux

Source: Internet
Author: User
In linux, run pxe to guide winpe-Linux Enterprise Application-Linux server application information. The following is a detailed description. For pxe in linux, tftpd-hpa or atftpd needs to be installed, but the service cannot be started. Using ps aux | grep tftp, you cannot see atftpd or tfypd-hpa, but netstate-l | grep udp can see that the tftp service has been started and is waiting on the udp69 port. If the/etc/init. d/atftpd start or/etc/init. d/tftpd-hpa start. port can't bind 69/udp already in used will be reported in/var/log/syslog, or something similar.

The reason is that the default tftpd service in linux uses/etc/inetd. conf. You only need to cancel the configuration statement in it:

Tftp dgram udp wait root/usr/sbin/in. tftpd/usr/sbin/in. tftpd-s/var/lib/tftp boot

Change

# Tftp dgram udp wait root/usr/sbin/in. tftpd/usr/sbin/in. tftpd-s/var/lib/tftp boot

In addition, if you use atftd, note/etc/init. "USE_INETD = true" is defined in the d/atftpd header, and if [USE_INETD = true] exit 0 is later. This is obviously incorrect. You need to change this true to false.

Tftpd is not used because tsize transmission mode is not supported.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.