Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 操作系统 > Linux > SLES FAQ -- Grub serial setup
【标  题】:SLES FAQ -- Grub serial setup
【关键字】:SLES,FAQ,--,Grub,serial,setup
【来  源】:http://blog.chinaunix.net/article.php?articleId=62850&blogId=5724

SLES FAQ -- Grub serial setup

Your Ad Here 这是我作的SLES 9 Grub serial support test的步骤。

I make a grub console test based on Xin Wei and Coly's suggestion and bellow is the summary:

1) first check if the machine BIOS support 'console redirection' function, if BIOS support it
    user can get all POST info. I do not find out this option in IBM x225's BIOS. but it's ok without
    it for grub serial support and linux serial console support

2) change /boot/grub/menu.lst, add serial/terminal instruction and kernel option 'console=ttyS0,9600 console=tty0'
color white/blue black/light-gray
default 0
timeout 8
# new add serial settings, COM1(9600,8N1) <==
serial --unit=0 --speed=9600 --word=8 --parity=no --stop=1
# new add terminal settings, serial and local <==
terminal serial console
# comment the following line to make a text based menu
# gfxmenu (hd0,4)/boot/message <==

###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE LINUX
    kernel (hd0,4)/boot/vmlinuz root=/dev/sda5 selinux=0 elevator=cfq console=ttyS0,9600 console=tty0 showopts
    initrd (hd0,4)/boot/initrd

3) modify /etc/inittab file and uncomment ttyS0 line
S0:12345:respawn:/sbin/agetty -L 9600 ttyS0 vt102

一些想法:【上一篇】
FB磁盘空间的限额:【下一篇】
【相关文章】
  • ASP入门与实例---IIS的安装与配置
  • C#编写的windows计算器----源代码
  • C++性能优化实践1---设计数据结构
  • flash声音特效实例精选--音量调节
  • flash声音特效实例精选--架子鼓
  • flash声音特效实例精选--声音开关按钮
  • Flash 3d效果精彩实例--时空隧道
  • 跨平台的JAVA调不跨平台的C--(JNI在Win32&&Linux下的使用)
  • Java容器分析--List和Set
  • Unix环境高级程序设计入门----文件系统的相关编程(下)
  • 【随机文章】
  • 评论: 网页浏览速度提高切实可行的七个方法
  • sed 文章精选
  • BitTorrent 协议规范(BT协议集合)一
  • 信号的发送
  • 青春痘的治疗清除青春痘祛除青春痘如何治疗青春痘青春痘就这样没有了
  • 路由器的工作原理
  • 哇呀呀……
  • ROUTE命令详解下(linux)
  • 常用oracle函数
  • Visual C++ ADO数据库编程入门
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 bbb软讯网络 All Rigths Reserved.