-
Notifications
You must be signed in to change notification settings - Fork 13
RPI4B PXE
reubenajohnston edited this page Apr 21, 2022
·
4 revisions
- Use a clean raspbian sd card to boot the devices that will be pxe booted
- View the eeprom config:
$ rpi-eeprom-config - Edit the eeprom config:
$ sudo -E rpi-eeprom-config --edit- E.g., use below for kali2-rpi with repeating boot order sequence: 1. SD, 2. NETWORK
BOOT_ORDER=0xf21 TFTP_PREFIX=1 TFTP_PREFIX_STR=kali2-rpi-2021.1/boot/
- E.g., use below for kali2-rpi with repeating boot order sequence: 1. SD, 2. NETWORK
- Reboot to apply the eeprom update!
There was an old note to set GATEWAY=172.16.0.1 in the above but I do not believe it is needed