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
No comments:
Post a Comment