An error

Error: Address already in use

(Error code 032320)

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=sanboot
  • 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 that you have attempted to attach more than one SAN device using the same drive number.

If you are attempting to use the sanboot or sanhook commands to attach multiple different SAN drives, then you will need to specify explicit drive numbers. For example:

  sanhook --drive 0x80 iscsi:192.168.0.1::::iqn.2010-04.org.ipxe.chipmunk:boot
  sanhook --drive 0x81 iscsi:192.168.0.1::::iqn.2010-04.org.ipxe.chipmunk:data
  sanboot --drive 0x80

If you are attempting to use the sanboot or sanhook commands to attach a multipath SAN drive, then you will need to specify the full list of SAN URIs in a single command. For example:

  sanboot iscsi:192.168.0.1::::iqn.2010-04.org.ipxe.chipmunk:boot \
          iscsi:192.168.0.2::::iqn.2010-04.org.ipxe.chipmunk:boot

If you are attempting to replace an existing SAN drive then you must first use the sanunhook command to disconnect the existing SAN drive.

err/032320.txt ยท Last modified: 2021/02/12 22:55 by mcb30
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.