I have two Pi4 absolutely same with absolutely same SSD USB adapters and same SSDs.
I am trying to boot from SDcard but having SSD connected via USB adapter
It looks like it should work by default. First Pi is working absolutely fine but second Pi stucks on boot. Unfortunately second Pi is remote, and I cannot see the screen.
First look gave this:
When SSD is attached and SSD has as minimum one partition pi does not boot
When SSD is attached and has no partitions pi boots normally
When SSD is not attached pi boots normally
so it looks like it is trying to boot from SSD partition first on failing pi.
I looked deeper and have found difference between these Pi`s - otp boot parameter is different:
I tried to play with parameters on /boot/config.txt but it does not look that it changes a much to OTPfirst_pi:~ $ vcgencmd otp_dump | grep 17
17:000008b0
second_pi:~ $ vcgencmd otp_dump | grep 17
17:000808b0
could you please give a hint how to change this OTP parameter or any direction should I dig?
