02-06-2022, 09:07 PM
Issue resolved!
I am booting from a USB vs. SD and the /boot partitions were not identical. Upon running the following commands, I rebooted and everything seems to be working perfectly.
Commands to resolve above issue:
Also, I have reserved that one IP address within the DHCP's address range. releasing the reserved address resolved the error message.
I am booting from a USB vs. SD and the /boot partitions were not identical. Upon running the following commands, I rebooted and everything seems to be working perfectly.
Commands to resolve above issue:
Code:
sudo umount /boot
sudo mount /dev/mmcblk0p1 /boot
sudo apt install --reinstall raspberrypi-bootloader raspberrypi-kernel
sudo reboot
Also, I have reserved that one IP address within the DHCP's address range. releasing the reserved address resolved the error message.