You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated a headless 3B from buster to bullseye by the usual sed -i s/buster/bullseye/g /etc/apt/sources.list ... method,
and then found out that it does not boot if HDMI is not connected.
It did not even reach network connectivity so I could have ssh'ed into it.
I was able to remedy that behavior by setting hdmi_force_hotplug=1 in /boot/config.txt
The strange thing is, that I did that upgrade on two 2Bs before and those did not show that behavior, although I found out
that the predictive network names do not care about their on/off setting via raspi-config. I had to change my entries for static ip in /etc/dhcpcd.conf therefore.
Hope this helps others who run into that strange issue.
Thanks and Best Regards.
The text was updated successfully, but these errors were encountered:
Hello,
I updated a headless 3B from buster to bullseye by the usual
sed -i s/buster/bullseye/g /etc/apt/sources.list ...
method,and then found out that it does not boot if HDMI is not connected.
It did not even reach network connectivity so I could have ssh'ed into it.
I was able to remedy that behavior by setting
hdmi_force_hotplug=1
in/boot/config.txt
The strange thing is, that I did that upgrade on two 2Bs before and those did not show that behavior, although I found out
that the predictive network names do not care about their on/off setting via raspi-config. I had to change my entries for static ip in
/etc/dhcpcd.conf
therefore.Hope this helps others who run into that strange issue.
Thanks and Best Regards.
The text was updated successfully, but these errors were encountered: