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:
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.
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.