Neil Bothwick wrote on 28/12/2021 14:40: > So the bootloader has loaded the kernel but then there is absolutely > nothing. I tried removing the initrd option, but then it went straight to > a blank screen without the above message. I left it for a while, in case > it was just a case of no output, but nothing happened, not disk or > network activity, nothing.
You could try adding the following to the kernel command-line: earlyprintk=efi,keep earlycon=efifb It allows seeing the early kernel output on the EFI framebuffer. It's exceedingly slow, but at least you might see what's going wrong. -- Remy