はじめての自宅サーバ構築 - Fedora/CentOS - Last Update 2008/11/05
It opened to 2004/09/19. Visitors
Pageviews
Today(IP/PV)
3,587,000
14,044,484
280/1,294
このページは表示専用です。新規投稿・レスや最新情報はこちらです。

このスレッドはクローズされています。記事の閲覧のみとなります。
電源が切れない現象について
日時: 2006/12/17 18:38
名前: kumasan
参照: http://city21.homedns.org/info/


@不明点・障害内容:自作サーバの電源が切れない問題について
BDistribution  :2.6.11-1.1369_FC4
CService Name  :
      Version:
Dネットワーク構成:STNet光+FC4

kumasanです。いつもお世話になっています。
自作サーバを作成し、Fedora Core4をインストールしました。
windows2000をインストールした時はWindowsからシャットダウンしたら
自然に電源がきれるのですが

上記のFedora Core4をインストールしてシャットダウンすると、
電源がきれず、再立ち上げになってきます。
あるサイトを調べていると、
/etc/grub.confを開けて

kernelの行の最後にacpi=off
と書けばうまくいったといった記事をみました。早速記載しようとしたのですが
さて、どこに入れていいのかわかりません。

申し訳ないのですが、どこに記載したらいいのか教えていただけませんか
よろしくお願いします。

当方の/etc/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/VolGroup00/LogVol00
#     initrd /initrd-version.img
#boot=/dev/sda
default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.17-1.2142_FC4)
root (hd0,0)
kernel /vmlinuz-2.6.17-1.2142_FC4 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.17-1.2142_FC4.img
title Fedora Core (2.6.17-1.2142_FC4smp)
root (hd0,0)
kernel /vmlinuz-2.6.17-1.2142_FC4smp ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.17-1.2142_FC4smp.img
title Fedora Core (2.6.11-1.1369_FC4smp)
root (hd0,0)
kernel /vmlinuz-2.6.11-1.1369_FC4smp ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.11-1.1369_FC4smp.img
title Fedora Core-up (2.6.11-1.1369_FC4)
root (hd0,0)
kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.11-1.1369_FC4.img
Re: 電源が切れない現象について ( No.1 )
日時: 2006/12/18 17:30
名前: ZERO

>kernelの行の最後にacpi=off
>と書けばうまくいったといった記事をみました。早速記載しようとしたのですが
>さて、どこに入れていいのかわかりません。


# vi /etc/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/VolGroup00/LogVol00
#     initrd /initrd-version.img
#boot=/dev/sda
default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.17-1.2142_FC4)
root (hd0,0)
kernel /vmlinuz-2.6.17-1.2142_FC4 ro root=/dev/VolGroup00/LogVol00 rhgb quiet acpi=off  ← ここかと・・

Copyright(©)2004-2008 First home server construction. All Right Reserved.