Error: Invalid argument
Possible sources
This error originated from one of the following locations within the iPXE source code:
General advice
Try using the
latest version of iPXE. Your problem may have already been fixed.
Try building iPXE with the
debug option
DEBUG=netdev_settings
You can
contact the iPXE developers and other iPXE users.
Refresh this page after 24 hours. This page is actively monitored, and further information may be added soon.
Additional notes
(Please edit this page to include any of your own useful hints and tips for fixing this error.)
This error indicates an attempt to set an invalid value for the mac
address of a network interface.
Things to try:
Check the type of the network interface using the
ifstat
command. Some network interfaces will autodetect the type of network that they are attached to (e.g. Ethernet or Infiniband), and will refuse to accept a
mac
address for the wrong type of network.