diff --git a/binary/script/ipxe-customizations/common.h b/binary/script/ipxe-customizations/common.h index cef81b9..7609a05 100644 --- a/binary/script/ipxe-customizations/common.h +++ b/binary/script/ipxe-customizations/common.h @@ -38,4 +38,9 @@ #undef USB_HCD_XHCI /* xHCI USB host controller */ #undef USB_KEYBOARD /* USB keyboards */ +//Workaround for Mellanox issue +// https://github.com/tinkerbell/ipxedust/issues/115 +// https://github.com/ipxe/ipxe/issues/1091#issuecomment-1946152615 +#undef NET_PROTO_EAPOL + #define MAX_MODULES 17 diff --git a/binary/script/ipxe.commit b/binary/script/ipxe.commit index ac54b1f..ce9d006 100644 --- a/binary/script/ipxe.commit +++ b/binary/script/ipxe.commit @@ -1 +1 @@ -fbc3b4a104698658202c2a83217ca8722453bf49 +182ee909313fc60875d3f1741cd4a0bb7dfd15e1