免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2349 | 回复: 6
打印 上一主题 下一主题

init 0 关了一下机 再开机显示器不亮 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-09-22 22:38 |只看该作者 |倒序浏览
大厦要断电 我把公司的邮件服务器用init 0关闭了
等再开机的时候 前面服务器的自检都能显示
然后就黑屏了 反复试还是这样 谁能帮帮我
现在一直靠远程维护呢

论坛徽章:
0
2 [报告]
发表于 2007-09-22 22:42 |只看该作者
贴一下 /etc/grub.conf 以及 /etc/inittab 的内容

论坛徽章:
0
3 [报告]
发表于 2007-09-22 22:53 |只看该作者
grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,0)
#          kernel /vmlinuz-version ro root=/dev/sda6
#          initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise Linux AS (2.6.9-5.ELsmp)
        root (hd0,0)
        kernel /vmlinuz-2.6.9-5.ELsmp ro root=LABEL=/ rhgb quiet
        initrd /initrd-2.6.9-5.ELsmp.img
title Red Hat Enterprise Linux AS-up (2.6.9-5.EL)
        root (hd0,0)
        kernel /vmlinuz-2.6.9-5.EL ro root=LABEL=/ rhgb quiet
        initrd /initrd-2.6.9-5.EL.img

inittab
# inittab       This file describes how the INIT process should set up
#               the system in a certain run-level.
#
# Author:       Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
#               Modified for RHS Linux by Marc Ewing and Donnie Barnes
#

# Default runlevel. The runlevels used by RHS are:
#   0 - halt (Do NOT set initdefault to this)
#   1 - Single user mode
#   2 - Multiuser, without NFS (The same as 3, if you do not have networking)
#   3 - Full multiuser mode
#   4 - unused
#   5 - X11
#   6 - reboot (Do NOT set initdefault to this)
#
id:5:initdefault:

# System initialization.
si::sysinit:/etc/rc.d/rc.sysinit

l0:0:wait:/etc/rc.d/rc 0
l1:1:wait:/etc/rc.d/rc 1
l2:2:wait:/etc/rc.d/rc 2
l3:3:wait:/etc/rc.d/rc 3
l4:4:wait:/etc/rc.d/rc 4
l5:5:wait:/etc/rc.d/rc 5
l6:6:wait:/etc/rc.d/rc 6

# Trap CTRL-ALT-DELETE
ca::ctrlaltdel:/sbin/shutdown -t3 -r now

# When our UPS tells us power has failed, assume we have a few minutes
# of power left.  Schedule a shutdown for 2 minutes from now.
# This does, of course, assume you have powerd installed and your
# UPS connected and working correctly.

论坛徽章:
0
4 [报告]
发表于 2007-09-22 23:09 |只看该作者
两个问题需要确认一下
1、服务器必须启动 x-window 才能工作吗?
2、启动过程中自检过后马上黑屏,还是过了一会,具体说是进入 x-window 的过程才黑屏的?

论坛徽章:
0
5 [报告]
发表于 2007-09-22 23:27 |只看该作者
开机在自检过后就黑屏了 进界面前就黑了
但现在服务器工作正常 远程还能连上
不一定非要进x-window的

论坛徽章:
0
6 [报告]
发表于 2007-09-22 23:47 |只看该作者
修改一下 grub.conf 和 inittab

  1. --- grub.conf   2007-09-22 23:44:12.000000000 +0800
  2. +++ grub_new.conf       2007-09-22 23:45:04.000000000 +0800
  3. @@ -13,9 +13,9 @@ splashimage=(hd0,0)/grub/splash.xpm.gz
  4. hiddenmenu
  5. title Red Hat Enterprise Linux AS (2.6.9-5.ELsmp)
  6.          root (hd0,0)
  7. -        kernel /vmlinuz-2.6.9-5.ELsmp ro root=LABEL=/ rhgb quiet
  8. +        kernel /vmlinuz-2.6.9-5.ELsmp ro root=LABEL=/ vga=791
  9.          initrd /initrd-2.6.9-5.ELsmp.img
  10. title Red Hat Enterprise Linux AS-up (2.6.9-5.EL)
  11.          root (hd0,0)
  12. -        kernel /vmlinuz-2.6.9-5.EL ro root=LABEL=/ rhgb quiet
  13. +        kernel /vmlinuz-2.6.9-5.EL ro root=LABEL=/ vga=791
  14.          initrd /initrd-2.6.9-5.EL.img
复制代码

  1. --- inittab     2007-09-22 23:44:27.000000000 +0800
  2. +++ inittab_new 2007-09-22 23:45:30.000000000 +0800
  3. @@ -14,7 +14,7 @@
  4. #   5 - X11
  5. #   6 - reboot (Do NOT set initdefault to this)
  6. #
  7. -id:5:initdefault:
  8. +id:3:initdefault:

  9. # System initialization.
  10. si::sysinit:/etc/rc.d/rc.sysinit
复制代码

[ 本帖最后由 platinum 于 2007-9-22 23:49 编辑 ]

论坛徽章:
0
7 [报告]
发表于 2007-09-22 23:48 |只看该作者
谢谢 我现在不在服务器旁 明天去试一下 再次谢谢
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP