-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RPi 2B Rev 1.1 no longer boots when no monitor is attached via HDMI #4506
Comments
I see you are using the kms driver - is there a reason for this? It is something that should be fixed. |
I'm having an issue with the latest update to 64-bit kernel 5.10.52-v8+ #1440 on a Pi 3B+. It fails to boot when a monitor isn't attached. This was a freshly created Raspi OS Buster 64-bit Lite. No additional software installed. SSH enabled. I found that commenting out the dtoverlay=vc4-kms-v3d entry in /boot/config.txt allows the 3B+ to boot without a monitor attached. That entry is enabled by default in the downloaded image. The issue does not occur when using a Pi 3B or Pi 400. https://www.raspberrypi.org/forums/viewtopic.php?p=1897434#p1897434 |
@mripard I can reproduce this on a Pi 3B+ and a Pi3B. Boot was successful on a Pi4 without HDMI. config.txt
cmdline.txt
|
Possible duplicate of #4457 ? |
Thanks for spotting this. I played around with GPU acceleration one or two years ago and forgot to revert to the non-GL driver. I don't need the KMS driver anymore so I disabled it. I reinstalled the |
Describe the bug
After a Kernel update via the
raspberrypi-kernel
package to version5.10.52-v7+ #1440 SMP Tue Jul 27 09:54:13 BST 2021 armv7l GNU/Linux
package, my headless RPi 2B server no longer booted when no monitor was attached via HDMI. Initially, the activity LED flickers showing that the Pi is doing something but it does not boot far enough to be ping-able or accessible via SSH. I commented outgpu_mem
in/boot/config.txt
as suggested elsewhere but that didn't help.Either one of the following makes it boot again:
e7785df5
viarpi-update
To reproduce
5.10.52-v7+ #1440 SMP Tue Jul 27 09:54:13 BST 2021 armv7l GNU/Linux
viaraspberrypi-kernel
package. Alternatively, the issue is also present with firmware versiond4c184e19b8b48ac358ae595d09db1d77bf0f150
ping
it orssh
into itExpected behaviour
RPi 2B boots up and is accessible via SSH without a monitor connected via HDMI.
Actual behaviour
RPi 2B does not boot successfully and is neither ping-able nor accessible via SSH without a monitor connected via HDMI.
System
This is the output of
raspinfo
with a monitor connected via HDMI and a firmware version which causes the boot issue when no monitor is connected since I cannot access this information otherwise:Logs
It appears that the Pi doesn't write anything to
syslog
orkern.log
when the boot issue occurs.Additional context
I run Raspbian Buster Lite. However, this originally was a Stretch install which I upgraded after Stretch became EOL. I resized the boot partition to 256mb (although rpi-update complains it is
255M
and should be256M
instead). I never had any problems after the upgrade until now.My
/boot/config.txt
:The text was updated successfully, but these errors were encountered: