Hello
On 12/13/20 7:35 PM, Sérgio Basto wrote:
> ~]# grubby --remove-args="rhgb quiet" --args=console=ttyS0,115200 --
> update-kernel /boot/vmlinuz-4.2.0-1.fc23.x86_64
This worked... thanks!
>
>
> This command removes the Red Hat graphical boot argument, enables
> boot message to be seen, and
On Sun, 2020-12-13 at 16:58 -0500, Steve Dickson wrote:
> Hello,
>
> How does one set up a serial console with F33?
>
> In the past I would edit kernelopts with grub2-editenv
> and set "console=tty0 console=ttyS0,115200n8".
>
> As well as set the following in /etc/grub2.conf
> terminal_output co
Steve Dickson writes:
Hello,
How does one set up a serial console with F33?
In the past I would edit kernelopts with grub2-editenv
and set "console=tty0 console=ttyS0,115200n8".
As well as set the following in /etc/grub2.conf
terminal_output console
#set timeout=5
serial --unit=0 --speed=1152
On 12/13/20 1:58 PM, Steve Dickson wrote:
How does one set up a serial console with F33?
In the past I would edit kernelopts with grub2-editenv
and set "console=tty0 console=ttyS0,115200n8".
As well as set the following in /etc/grub2.conf
terminal_output console
#set timeout=5
serial --unit=0 -