*RESOLVED* Issues caused by booting from USB vs SD

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
#2
Information 
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:
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.
Reply
#2
Information 
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:
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.
Reply


Messages In This Thread
RE: Journal shows errors, cannot change rules or reach internet. help! - by ubik - 02-06-2022, 09:07 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)