My goal is to use a Raspberry Pi headless and control it with VNC over wifi. It's a model 4 B with 8 GB RAM, running 64-bit bullseye. It's configured as a routed wireless access point using hostapd and and dnsmasq. It's also configure as a Stratum 1 time server using gpsd and ntp. With ethernet connected, all works as desired, although the only way to get my desired screen resolution of 1920x1080 in VNC is to use an HDMI dummy plug (screen resolution is not the issue I'm attempting to deal with in this question). If ethernet is connected, it will boot fully. If ethernet is disconnected it stops at "NET_BOOT wait for link TFTP: 0.0.0.0". This seems to me to indicate that it has failed to boot from SD. SD boot is first, USB boot is second and network boot is third in the boot order. If I connect ethernet while the NET_BOOT line is displayed, it will resume boot to successful completion from SD. If I allow it to retry network boot before connecting ethernet, it will progress to USB boot. Then, when I manually exit USB boot (I don't recall the button I clicked) it boots to successful completion from SD. If I wait for about 20 minutes without intervening, it boots to successful completion from SD. The line immediately preceding the NET_BOOT line says "HID error 1"; this error shows each time it boots, whether successfully or unsuccessfully. I find no questions here discussing failure to boot when ethernet is disconnected.
Asked
Active
Viewed 102 times
1 Answers
0
A suggestion found here seems to have fixed the problem. I edited the EEPROM config using this command:
sudo -E rpi-eeprom-config --edit
and added the following two lines:
NET_INSTALL_ENABLED=0
NET_INSTALL_KEYBOARD_WAIT=0
The system now boots to completion faster than it has to date. The second line added to the EEPROM config has resolved the HID error I mentioned in my original post.
dcorsello
- 101
- 3