FreeBSD 7.2 無法 reboot 或是shutdown -r - BBS

Table of Contents

小弟最近用FreeBSD架了一台Server

MB 是GA-8S661FXMP-RZ


可是後來發現如果下reboot 或是 shutdown -r 的指令

當畫面出現rebooting後...就會當在哪裡...不會重開

小弟有上網找了...發現了一段說明

Reboot Problem with 5.2.1
http://lists.freebsd.org/pipermail/freebsd-questions/2004-April/043080.html

文中有提到:
Setting both the BROKEN_KEYBOARD_RESET and hw.acpi.disable_on_powerff to 0
fixed my problem. Now the systems reboot properly.

意思是在kernel中加入
#options BROKEN_KEYBOARD_RESET

重新make install kernel

然後在/boot/loader.conf中加上 hw.acpi.disable_on_powerff="0"嗎?

小弟有試過..可是沒有用....

另外..我有找到一篇文是關於kernel中要加入BROKEN_KEYBOARD_RESET的問題
http://markmail.org/message/df7mimukan33ozkt
不過他是針對3.2-stable無法只用這個參數的解決方法
我可以順利make kernel成功..應該是沒有關係吧

能否請各位大大指導一下...謝謝


--

All Comments