[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: grub2 + serial redirect



>> Here's a WAG:

>> Change
>> GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,9600"
>> to
>> GRUB_CMDLINE_LINUX="console=ttyS0,9600"
>> and run
>> update-grub
>> and reboot to see if you have the serial output (and still have the
>> console output).

> Here is mine and I have the same problem as the OP.

> % cat /etc/default/grub
> # This file is sourced by update-grub, and its variables are propagated
> # to its children in /etc/grub.d/
> GRUB_DEFAULT=0
> GRUB_TIMEOUT=5
> GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
> GRUB_CMDLINE_LINUX="rootdelay=15 console=ttyS0,9600"
> GRUB_TERMINAL=serial

That answers my WAG, in the negative...


Reply to: