danderson / netboot

Packages and utilities for network booting
Apache License 2.0
1.48k stars 181 forks source link

Add some basic arm64 support #121

Open euank opened 4 years ago

euank commented 4 years ago

This was tested with a raspberry pi 4 netbooted with the EDK2 UEFI pxe boot implementation. You can find prebuilt binaries for that over here: https://github.com/pftf/RPi4

Of note, this does not work with the raspberry pi eeprom's pxe implementation as best I can tell. I'm not actually convinced the eeprom pxe impl supports proxyDHCP at all since I wasn't even getting tftp or pxe traffic from it after sending the initial dhcp offer.

euank commented 4 years ago

For reference, I tested this against my raspberry pi 4 using https://github.com/pftf/RPi4 + pixiecore quick debian testing --arch arm64. With these code changes, the above got me to a debian net installer.