(Error code 460220)
This error originated from one of the following locations within the iPXE source code:
DEBUG=exec
(Please edit this page to include any of your own useful hints and tips for fixing this error.)
This error indicates that the iseq
command has compared two strings and found them to be not equal.
When using the iseq
command, you should always use the ||
operator to handle the case when the two strings are not equal. For example:
iseq ${answer} Y && goto is_correct ||
On Centos7 try disabling the firewall: systemctl stop firewalld.service