Open sfxworks opened 3 years ago
Hi, I'm not sure if grub has support for arm. But you can refer official LTSP documentation and try using iPXE instead.
FYI, iPXE is official booting method for LTSP, we use grub as it works better in certain firmwares and efi in our case. You would probably need to modify original Dockerfile and the manifests for LTSP server, but It would be amazing to support both methods.
So in case of success, feel free free to send PR or at least success story to this project :wink:
for raspberries it should work like this
dhcp-mac=set:rpi,b8:27:eb:*:*:*
dhcp-mac=set:rpi,dc:a6:32:*:*:*
pxe-service=tag:rpi,X86PC,"Raspberry Pi Boot ",unused
I am testing out a cluster that uses both arm64 and x64. How would one go about configuring this to serve the proper images depending on what is detected?
I was trying to start as looking how it is done with dnsmasq at the same time as building an arm variant of the image. Though I run into errors:
I could probably knock this out by referencing other packages, but I am still stuck on how to prepare the configuration files for dnsmasq after studying this documentation and rpi's documentation.