This must be done after writing your boot media but before first boot.
The short version:
For the long version see attached:
The short version:
- Find your subnet (e.g. 10.0.0.0/24)
- Find your gateway (e.g. 10.0.0.1)
- Find your nameserver (e.g. 10.0.0.1)
- Find a free IP address (e.g. 10.0.0.101)
- Open the file network-config (in the boot partition)
- For each interface requiring a static address:
- Remove
Code:
dhcp4: true - Replace with
Code:
addresses: [10.0.0.101/24] routes: - to: default via: 10.0.0.1 nameservers: addresses: [10.0.0.1]
- Remove
For the long version see attached:
Statistics: Posted by thagrol — Mon Feb 23, 2026 9:18 pm