Use this workaround ONLY for systems which cannot boot using standard configuration, as of Feb 2016 this concerns following types of network cards: Mellanox Connect X-2, Chelsio T520-LL-CR, QLogic cLOM8215
After [OTG0069753](https://cern.service-now.com/service-portal?id=outage&n=OTG0069753), legacy workaround does no longer exist. Nonetheless if you still need to save some old out of warranty nodes and be able to make them PXE boot here is what you need to do. **We hope you never have to do this**:
## Enable PXE workaround
* Identify the node's MAC addresses. If you know which one it is going to use for PXE booting, use that one only, if not, **do this for each of them**.
* You can get the MAC addresses by checking on LANDB or by checking them if it is registered on AIMS with `aims2client showhost TESTNODE --full`
* Create a `dnsmasq` conf file that matches this MAC address
* For a MAC address `FA-16-3E-C2-6A-EC` you will create `/aims_share/dnsmasq/01-fa-16-3e-c2-6a-ec.lgcy`. Note it always starts with `01-`.
* Corresponding file content will be `dhcp-mac=x86PC,fa:16:3e:c2:6a:ec`
***Restart**`dnsmasq` service on all the AIMS hosts otherwise it will not take this configuration into account.
* Create the required PXE conf file for SYSLINUX manually. For the previous example:
Make sure your aims2 client version is at least 2.11.
* Confirm with the user once it has been installed then remove the configuration files you added and restart the `dnsmasq` service once again.
```bash
# aims2 pxeon HOSTNAME TARGET
```
Wait until AIMS2 reloads dnsmasq configuration, this takes up to 30s.
```bash
# aims2 showhost HOSTNAME -all
Hostname: HOSTNAME
Interface HWADDR: XX-XX-XX-XX-XX-XX
PXE status: OFF
PXE boot options: none
PXE boot type: BIOS
PXE boot target: none
PXE noexpiry: N
PXE boot legacy: Y
Registered by: jpolok
Registered at: 2016/02/29 07:48:28
!!! warning
If the machine is still unable to PXE boot as it should, then it may be because it is that old that it cannot even use HTTP to download the required files. In that case you will have to do the following adaptations to the previous instructions
Enabled at: ????/??/?? ??:??:??
* The `dnsmasq` conf file (`/aims_share/dnsmasq/01-fa-16-3e-c2-6a-ec.lgcy`) that matches the MAC address will have to have this content instead:
*`dhcp-mac=x86PClgcy,fa:16:3e:c2:6a:ec`
* This will make it use an older SYSLINUX version
* Add this line to each and every of AIMS nodes `/etc/dnsmasq.conf`:
For systems installed using ai-installhost please add ``-mode bioslgcy` flag to the command (this is temporary until `ai-installhost` will be able to autodetect affected hardware):