I was suspecting hardware, eeprom, firmware because I could not boot from the USB no matter what I tried. This is the same hardware that was doing great until I did sudo apt-get update && sudo apt full-upgrade. The image I downloaded to use with RPI Imager was newer, but I doubt that was the problem
Anyway, I managed to get it to boot from the USB drive after populating cmdline.txt. I found it to be empty and had never seen that before, so I copied the one from the function SD CARD boot cmdline.txt and I only changed the root=PARTUUID= to match the partuuid of /dev/sda2 which is where my USB OS partition is. Now it boots fine but after I run sudo apt-get update && sudo apt-get upgrade (not full upgrade just yet) I did get asked if I wanted to proceed this time, and I pressed N for now until I make sure I can get the dmesg before and after.
After I do the apt full-upgrade I will post the dmesg. Thanks for all the help!!!
Anyway, I managed to get it to boot from the USB drive after populating cmdline.txt. I found it to be empty and had never seen that before, so I copied the one from the function SD CARD boot cmdline.txt and I only changed the root=PARTUUID= to match the partuuid of /dev/sda2 which is where my USB OS partition is. Now it boots fine but after I run sudo apt-get update && sudo apt-get upgrade (not full upgrade just yet) I did get asked if I wanted to proceed this time, and I pressed N for now until I make sure I can get the dmesg before and after.
Code:
$ sudo apt-get updateGet:1 http://archive.raspberrypi.com/debian bookworm InRelease [39.3 kB]Get:2 http://archive.raspberrypi.com/debian bookworm/main armhf Packages [549 kB]Get:3 http://archive.raspberrypi.com/debian bookworm/main arm64 Packages [520 kB]Get:4 http://raspbian.raspberrypi.com/raspbian bookworm InRelease [15.0 kB]Get:5 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf Packages [14.5 MB]Fetched 15.6 MB in 13s (1,232 kB/s)Reading package lists... DoneW: http://raspbian.raspberrypi.com/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.$ sudo apt-get upgradeReading package lists... DoneBuilding dependency tree... DoneReading state information... DoneCalculating upgrade... DoneThe following packages have been kept back: linux-headers-rpi-v6 linux-headers-rpi-v7 linux-headers-rpi-v7l linux-image-rpi-v6 linux-image-rpi-v7 linux-image-rpi-v7l linux-image-rpi-v8:arm64The following packages will be upgraded: initramfs-tools initramfs-tools-core libcamera-ipa libcamera0.3 linux-libc-dev raspberrypi-net-mods raspberrypi-sys-mods raspi-config raspi-firmware rpi-eeprom rpicam-apps-lite11 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.Need to get 25.8 MB of archives.After this operation, 1,282 kB disk space will be freed.Do you want to continue? [Y/n]
Statistics: Posted by HopWorks — Sun Jan 05, 2025 5:47 pm