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
## Enable PXE workaround
Make sure your aims2 client version is at least 2.11.
Add affected system to AIMS2:
```bash
# aims2 addhost HOSTNAME
```
Enable PXE workaround:
```bash
# aims2 pxelgcyon HOSTNAME
```
Optional: Set PXE boot target:
```bash
# aims2 pxeon HOSTNAME TARGET
```
Wait until AIMS2 reloads dnsmasq configuration, this takes up to 30s.
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):