In my case the black screen resulted by some kernel issues. Further I couldn't even start the live-cd - it stucked after loading grub.
I could solve the problem by using the acpi=off
option. As I found out the 2nd function keys (like screen-brighter, ...) didn't work.
Therefore, start your notebook and in the grub menu, type e in order to edit the parameters and add this option to the line starting with "linux". After editing the line should somehow look like
linux /boot/vmlinuz-5.4.x-xx-generic root=xx=xx-xx ro quiet splash $vt_handoff acpi=off
Press F10 and the notebook should boot.
First I googled through the kernel development sides and compiled/installed the 5.7 kernel, which worked fine - no problems anymore.
However, Ubuntu released the kernel 5.4.0-31 (I think it was 18 May 2020), and I switched back to the Ubuntu kernel (which also works). All you have to do is an update sudo apt update
and sudo apt upgrade
; this should automatically install the newest kernel. So make sure the 5.4.0-31 kernel is installed (e.g. make a ls /boot
).