You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Took a while to find this info but to, I believe, enable arm booting (either locally off the router or remotely from a separate server) you need to add the following lines to the dnsmasq.conf.add file in /jffs/configs/:
You dont necessarily need to use 192.168.1.1 (which is the router itself) if you are using a separate server, like me with a docker container for it, you can skip the curl of downloading the efi files, enabling tftp, and just point it to the server itself that is hosting netbootxyz.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Took a while to find this info but to, I believe, enable arm booting (either locally off the router or remotely from a separate server) you need to add the following lines to the dnsmasq.conf.add file in /jffs/configs/:
The client code for arm32 is hex code "A" or 10 in decimal where for arm64 it's hex code "B" or 11 in decimal.
so the full dnsmasq config would, more or less, be:
You dont necessarily need to use 192.168.1.1 (which is the router itself) if you are using a separate server, like me with a docker container for it, you can skip the curl of downloading the efi files, enabling tftp, and just point it to the server itself that is hosting netbootxyz.
Beta Was this translation helpful? Give feedback.
All reactions