On 28.03.2021 20:42, Peter Robinson
wrote:
Is the output over HDMI or Serial TTY? If the later can you edit the option at the grub2 menu (hit 'e' on the kernel entry) and remove the "rhgb quiet console=tty0" section of the kernel command line and then proceed to boot and see if you get output.
Thnx, Yes, ooutput is via serial console. Had to remove kernel parameter console=tty0.
Afterwards the boot setup menu came up. See below. That was the reason why it stopped.
Afterwards edit boot parameter permanently.
nano -w -I /boot/grub2/grub.cfg
if [ -z "${kernelopts}" ]; then
#set kernelopts="root=/dev/mapper/fedora_fedora-root ro
rd.lvm.lv=fedora_fedora/root console=tty0 "
set kernelopts="root=/dev/mapper/fedora_fedora-root ro
rd.lvm.lv=fedora_fedora/root "
fi
Thnx.
Ciao,
Gerhard
_______________________________________________ arm mailing list -- arm@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to arm-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/arm@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure