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

Re: grub2 output to both console and serial



Please reply directly to me, I am not on the list.

>On Tue, Mar 17, 2009 at 09:39:32AM -0400, William Thompson wrote:
>
>> I am not on the list, keep me in CC.
>>
>> Is it possible to output to both the vga console and the serial
>> terminal as with older versions of grub?  I thought I did this at one
>> time but am unable to do this now.  At this time, the oldest grub
>> version I used is 1.96+20080724-16
>>
>>
>For grub1 (not grub2) you can add the following lines to you menu.lst
>
>serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1
>terminal --timeout=10 serial console
>
>Add to kernel command line
>
>console=tty0 console=ttyS0,115200
>
>And add ttyS0 line to inittab
>
>This setup favours serial over console.  If you prefer to favour
>console switch tty0 and ttyS0,115200 parts of the kernel command line,
>and switch serial and console in the terminal line. 

I knew grub1 would do it.  Are you saying that grub2 will not?


Please reply directly to me, I am not on the list.


Reply to: