I tried to install Ubuntu Server using the official Imager (so without downloading the image myself)
Ubuntu starts to boot, I see some command line output. Too fast to read it all, I see e.g. messages that the processor is not supported, then it looks like normal boot messages from a linux OS starting the default services. But after this, the screen is just turned off and went to standby, so it doesn't get a signal any more.
I tried different options in the usercfg.txt, inspirated by other questions like this one
# Place "config.txt" changes (dtparam, dtoverlay, disable_overscan, etc.) in
# this file. Please refer to the README file for a description of the various
# configuration files on the boot partition.
#hdmi_safe=1
hdmi_force_hotplug=1
config_hdmi_boost=4
hdmi_drive=2
This file didn't contain any settings. I also tried to just set hdmi_safe=1 (uncommented). The only noticeable change is that I get a colored (like rainbow) screen on the start, without any console messages. A few seconds later, it shows the same behavior (screen turns off).
Why doesn't this work? Since I installed Ubuntu Server, I'd expect to get a console login on my screen after the boot.


/boot/config.txtcontains a comment: Please DO NOT modify this file; if you need to modify the boot config, the "usercfg.txt" file is the place to include user changes. Theuser.cfgis also included at the end ofconfig.txt, so I thought it should be the right way to modifyuser.cfg. To be sure, I tried to add those directives directly toconfig.txt, but with the same result. I also switched HDMI ports, without changes. – Lion Nov 27 '21 at 13:31config_hdmi_boostdirective seems to be ignored on the RPI4. The card was re-flashed multipe times, on Linux as well as on Windows. I tried Ubuntu Server 21.10 with the same result. I'll try to film the messages since the green LED no longer blinks after the screen went off, like the pi had been shut down. – Lion Nov 27 '21 at 13:33hdmi_ignore_edid=0xa5000080to your config.txt? That could also work. – Quizzer515SY Nov 27 '21 at 13:42