-
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., for kali2-rpi, set
BOOT_ORDER=0xf12 TFTP_PREFIX=1 TFTP_PREFIX_STR=kali2-rpi-2021.1/boot/ GATEWAY=172.16.0.1
- E.g., for kali2-rpi, set
- Reboot to apply the eeprom update!