I have a few ThinkPads (x280, x390, etc) connected to thunderbolt docking stations. I also have DHCP and PXE set up to boot an ubuntu image I serve over NFS. The DHCP, PXE and NFS boot setups works when laptops or workstations use their internal network interface to boot over LAN.
The problem starts when I connect those laptops to their Lenovo Thunderbolt 3 Gen 2 docking stations. The first dhcp request for the tftp server, bootloader and kernel works, the kernel boots but later when it tries to mount the nfsroot, it starts another DHCP request but seems to only use the internal network interface of the laptop, not the docking station's interface.
Things I have tried:
- I have already tried setting the
BOOTIF=${net_default_mac}
orip=
settings but it appears the kernel does not offer another network interface excepteth0
. - in
/etc/initramfs/initramfs-tools.conf
I have setMODULES=most
- since the x280 and x390 do not have full ethernet ports any more, just connecting the laptops using rj45 cables directly is not an option, unfortunately.
How can I boot from NFS using the thunderbolt docks?