<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: serial console on redhat in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/serial-console-on-redhat/m-p/3142885#M8538</link>
    <description>kudos to you Tom, you hit it on the spot. It was the splash image that is causing me headache. &lt;BR /&gt;&lt;BR /&gt;Thanks to all of you for your help.</description>
    <pubDate>Mon, 15 Dec 2003 16:17:24 GMT</pubDate>
    <dc:creator>K.C. Chan</dc:creator>
    <dc:date>2003-12-15T16:17:24Z</dc:date>
    <item>
      <title>serial console on redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serial-console-on-redhat/m-p/3142877#M8530</link>
      <description>All,&lt;BR /&gt;I am trying to implement serial console on redhat.  But I am having a bit of problem when trying to select boot up options in grub when connected via serial line "cu -s 115200 -l /dev/ttyS0", here's the output of it:&lt;BR /&gt;Press any key to continue.&lt;BR /&gt;Press any key to continue.&lt;BR /&gt;Press any key to continue.&lt;BR /&gt;Press any key to continue.&lt;BR /&gt;Press any key to continue.&lt;BR /&gt;Press any key to continue.&lt;BR /&gt;Press any key to continue.&lt;BR /&gt;Press any key to continue.&lt;BR /&gt;Press any key to continue.&lt;BR /&gt;Press any key to continue.&lt;BR /&gt;&lt;BR /&gt;It just stops here, pressing any key will not help, until enter is press; which booted the defualt kernel. This is what I have in inittab file:&lt;BR /&gt;s0::respawn:/sbin/mgetty -s 115200 ttyS0 linux&lt;BR /&gt;&lt;BR /&gt;Any idea? Thanks.</description>
      <pubDate>Thu, 11 Dec 2003 18:15:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serial-console-on-redhat/m-p/3142877#M8530</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2003-12-11T18:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: serial console on redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serial-console-on-redhat/m-p/3142878#M8531</link>
      <description>Have you read:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.gnu.org/software/grub/manual/html_mono/grub.html.gz#Serial%20terminal" target="_blank"&gt;http://www.gnu.org/software/grub/manual/html_mono/grub.html.gz#Serial%20terminal&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I'm picking this will help.</description>
      <pubDate>Thu, 11 Dec 2003 19:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serial-console-on-redhat/m-p/3142878#M8531</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-12-11T19:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: serial console on redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serial-console-on-redhat/m-p/3142879#M8532</link>
      <description>Stuart, yes. I have read something similar to that.  It is for the most part working.  But the part where you can select which kernel to boot besides that default is not working.  This is never display.  The process seems to hang at "Press any key to continue.", Until enter is press  and the default kernel is booted.  I am thinking it has to do with TERM type, like my Eterm which I used to connected via serial line is "linux". Maybe it is expecting a vt100 terminal?  Any idea?  Thanks.</description>
      <pubDate>Thu, 11 Dec 2003 20:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serial-console-on-redhat/m-p/3142879#M8532</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2003-12-11T20:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: serial console on redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serial-console-on-redhat/m-p/3142880#M8533</link>
      <description>No.  ETerm most certainly can do 'vt100' emulation.  A great deal of terminal emulations are based upon it, or atleast understand them.&lt;BR /&gt;&lt;BR /&gt;I'm assuming you told Grumb that the baud rate is 115200 (you're not getting garbage, but english), so I'm left assuming that the grub on the machine is compiled saying '--disable-serial'.&lt;BR /&gt;&lt;BR /&gt;*looks into the RH grub src rpm*&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;nope.. that leaves it enabled.&lt;BR /&gt;&lt;BR /&gt;So that leaves me out cold..  Sorry.</description>
      <pubDate>Thu, 11 Dec 2003 20:26:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serial-console-on-redhat/m-p/3142880#M8533</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-12-11T20:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: serial console on redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serial-console-on-redhat/m-p/3142881#M8534</link>
      <description>And a 10s google search shows:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mail.gnu.org/archive/html/bug-grub/2002-01/msg00108.html" target="_blank"&gt;http://mail.gnu.org/archive/html/bug-grub/2002-01/msg00108.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;(search: grub serial "Press any key to continue.")&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tldp.org/HOWTO/Remote-Serial-Console-HOWTO/configure-boot-loader-grub.html" target="_blank"&gt;http://www.tldp.org/HOWTO/Remote-Serial-Console-HOWTO/configure-boot-loader-grub.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;might also be of help.</description>
      <pubDate>Thu, 11 Dec 2003 20:29:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serial-console-on-redhat/m-p/3142881#M8534</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-12-11T20:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: serial console on redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serial-console-on-redhat/m-p/3142882#M8535</link>
      <description>Perhaps you're going too fast.  I have an old PC as a linux server and found it couldn't handle 115220, but it does work ok at 57600.&lt;BR /&gt;&lt;BR /&gt;from /boot/grub/grub.conf&lt;BR /&gt;#boot=/dev/hda&lt;BR /&gt;#serial --unit=0 --speed=11520 --word=8 --parity=no --stop=1 too fast for grub&lt;BR /&gt;serial --unit=0 --speed=57600 --word=8 --parity=no --stop=1 &lt;BR /&gt;#serial --unit=0 --speed=9600 --word=8 --parity=no --stop=1 too slow&lt;BR /&gt;#terminal --timeout=5 serial console&lt;BR /&gt;terminal serial console&lt;BR /&gt;timeout=5&lt;BR /&gt;default=0&lt;BR /&gt;fallback=1&lt;BR /&gt;title Red Hat Linux 7.3SMP (2.4.20-20.7smp)&lt;BR /&gt;root (hd0,0)&lt;BR /&gt;kernel /vmlinuz-2.4.20-20.7smp ro root=/dev/hda2 hdc=ide-scsi text console=ttyS0&lt;BR /&gt;,57600,vt102&lt;BR /&gt;initrd /initrd-2.4.20-20.7smp.img&lt;BR /&gt;( I know I need to update the kernel)&lt;BR /&gt;&lt;BR /&gt;from /etc/inittab&lt;BR /&gt;##co:2345:respawn:/sbin/agetty ttyS0 115200 vt102&lt;BR /&gt;co:2345:respawn:/sbin/agetty -h -t 60 ttyS0 57600 vt102&lt;BR /&gt;&lt;BR /&gt;This works fine for me.  Good luck,&lt;BR /&gt;Tom</description>
      <pubDate>Fri, 12 Dec 2003 10:44:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serial-console-on-redhat/m-p/3142882#M8535</guid>
      <dc:creator>Tom Ward_1</dc:creator>
      <dc:date>2003-12-12T10:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: serial console on redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serial-console-on-redhat/m-p/3142883#M8536</link>
      <description>All, this is not working as I expected. Here's what I have tried so far, file "/etc/grub.conf", tried various speed 9600,57600,115200:&lt;BR /&gt;default=0&lt;BR /&gt;timeout=10&lt;BR /&gt;splashimage=(hd0,0)/grub/splash.xpm.gz&lt;BR /&gt;serial --unit=0 --speed=9600 --word=8 --parity=no --stop=1&lt;BR /&gt;terminal --timeout=5 serial console&lt;BR /&gt;title Red Hat Linux (2.4.18-27.7.x)&lt;BR /&gt;        root (hd0,0)&lt;BR /&gt;        kernel /vmlinuz-2.4.18-27.7.x ro root=/dev/hda5 text console=tty0 consol&lt;BR /&gt;e=ttyS0 linux&lt;BR /&gt;        initrd /initrd-2.4.18-27.7.x.img&lt;BR /&gt;title Red Hat Linux (2.4.18-27.7.x) Single User Mode&lt;BR /&gt;        root (hd0,0)&lt;BR /&gt;        kernel /vmlinuz-2.4.18-27.7.x ro root=/dev/hda5 console=tty0 console=tty&lt;BR /&gt;S0,115200n8 s&lt;BR /&gt;&lt;BR /&gt;file: /etc/inittab&lt;BR /&gt;co::respawn:/sbin/mgetty -s 9600 ttyS0 linux&lt;BR /&gt;&lt;BR /&gt;file: mgetty.config, which I don't think it's using.&lt;BR /&gt;port ttyS0&lt;BR /&gt;  debug 4&lt;BR /&gt;  direct y&lt;BR /&gt;  ignore-carrier true&lt;BR /&gt;  login prompt @ console login:&lt;BR /&gt;  speed 9600&lt;BR /&gt;  toggle-dtr n&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any idea, why I can not select the listed kernel of choice from the grub boot list? Thanks.&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Dec 2003 14:07:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serial-console-on-redhat/m-p/3142883#M8536</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2003-12-15T14:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: serial console on redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serial-console-on-redhat/m-p/3142884#M8537</link>
      <description>I see one thing that's not right.&lt;BR /&gt;Try removing &lt;BR /&gt;splashimage=(hd0,0)/grub/splash.xpm.gz&lt;BR /&gt;&lt;BR /&gt;You don't want a splash image on your serial console.  I hope that fixes it. If not please followup.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
      <pubDate>Mon, 15 Dec 2003 14:57:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serial-console-on-redhat/m-p/3142884#M8537</guid>
      <dc:creator>Tom Ward_1</dc:creator>
      <dc:date>2003-12-15T14:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: serial console on redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serial-console-on-redhat/m-p/3142885#M8538</link>
      <description>kudos to you Tom, you hit it on the spot. It was the splash image that is causing me headache. &lt;BR /&gt;&lt;BR /&gt;Thanks to all of you for your help.</description>
      <pubDate>Mon, 15 Dec 2003 16:17:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serial-console-on-redhat/m-p/3142885#M8538</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2003-12-15T16:17:24Z</dc:date>
    </item>
  </channel>
</rss>

