ubuntu10.04不能重启

编译打包和其他
回复
y284663247
帖子: 13
注册时间: 2009-05-15 8:52

ubuntu10.04不能重启

#1

帖子 y284663247 » 2010-05-19 21:06

本人Z99dc的本,以后安装过ubuntu9.04版本,不能重启,现在安装ubuntu10.04仍不能重启,具体不清楚是哪里的原因!!
希望给予解答。谢谢!!!
levee
帖子: 3030
注册时间: 2009-10-03 23:31

Re: ubuntu10.04不能重启

#2

帖子 levee » 2010-05-19 23:51

在终端输入sudo reboot也不行?
y284663247
帖子: 13
注册时间: 2009-05-15 8:52

Re: ubuntu10.04不能重启

#3

帖子 y284663247 » 2010-05-20 20:34

恩,也不行!!!还是那样,在出Ubuntu图标时,下面的点亮三个就卡了!!!
头像
zmywahrheit
帖子: 67
注册时间: 2009-08-17 8:14
联系:

Re: ubuntu10.04不能重启

#4

帖子 zmywahrheit » 2010-05-26 16:39

没遇见过
热死了
头像
dhw1978
帖子: 42
注册时间: 2009-09-25 14:24

Re: ubuntu10.04不能重启

#5

帖子 dhw1978 » 2011-01-19 0:53

我的机器也是这个样子!关机 注销都正常 就是不能重启 老郁闷的拉!从8.04/9.04/10.10一直这个老毛病!
不知道如何解决!
http://shop35124114.taobao.com/
欢迎光临 外贸原单男装
==============================
Model: HP NC6230
CPU: Intel PM 2.03GHz
chipsets: 915PM+ICH6
VIdeo: ATI X300 64M
Memory: 768M
HDD: HItachi PATA 5400/40G
OS: Ubuntu 9.10
==============================
头像
doki
帖子: 27
注册时间: 2011-12-26 0:48

Re: ubuntu10.04不能重启

#6

帖子 doki » 2012-01-19 20:11

我昨晚也装了Ubuntu10.04,也不能正常重启,键盘灯闪亮后,就一直停在那个Logo画面。不知道是什么原因。
先前安装Ubuntu11.04、Ubuntu8.04.4都有不能正常重启的问题。Ubuntu8.04.4后来在menu.lst在启动加启动参数就可以了。但是Ubuntu10.04、11.04却不行。(电源管理方面的问题吗?)
试过网上说的这方法:

1、打开一个“终端”,然后在终端输入“gconf-editor”,打开“配置编辑器”,

2、在左侧的菜单里依次找到“apps > indicator-sessions > suppress_logout_restart_shutdown"

3、然后在 suppress_logout_restart_shutdown的后面的“值”上打上对号就可以了。


但是,不行。本人也不是很理解——这里的参数是说,禁止注销、重启、关机的提示确认面板窗口,钩上应该是不显示而已!???为什么会对关机或重启有影响呢???

开始好像Ubuntu10.04还有不能正常关机,我就加了启动的内核参数:

代码: 全选

1. 在终端输入:sudo gedit /etc/default/grub
2. 找到GRUB_CMDLINE_LINUX=""
修改成:GRUB_CMDLINE_LINUX="acpi=on noapic=force"
保存,退出
3. 在终端输入:sudo update-grub
就可以正常关机了。

我觉得应该跟主板也有点关系,我这里大概的报一下我的配置(旧电脑)CPU赛扬2.26G、主板是foxconn 661FX4MR,北桥SiS661FX 南桥SiS963L(主要是主板吧),显卡是GF4 Ti 4200。
@$@思考是我的个性!%! ?&?习惯更好的习惯#¥#
头像
doki
帖子: 27
注册时间: 2011-12-26 0:48

Re: ubuntu10.04不能重启

#7

帖子 doki » 2012-01-22 15:00

重装了Ubuntu 10.04, 什么都没有配置(就是没有升级),关机正常但重启还是不正常。

代码: 全选

 dmesg |grep ACPI
[    0.000000]  BIOS-e820: 000000002fff0000 - 000000002fff3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000002fff3000 - 0000000030000000 (ACPI data)
[    0.000000]  modified: 000000002fff0000 - 000000002fff3000 (ACPI NVS)
[    0.000000]  modified: 000000002fff3000 - 0000000030000000 (ACPI data)
[    0.000000] ACPI: RSDP 000f6d40 00014 (v00 AWARD )
[    0.000000] ACPI: RSDT 2fff3000 0002C (v01 AWARD  AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: FACP 2fff3040 00074 (v01 AWARD  AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: DSDT 2fff30c0 03521 (v01 AWARD  AWRDACPI 00001000 MSFT 0100000D)
[    0.000000] ACPI: FACS 2fff0000 00040
[    0.000000] ACPI: APIC 2fff6600 00068 (v01 AWARD  AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 dfl dfl)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.042205] ACPI: Core revision 20090903
[    0.100001] ACPI: bus type pci registered
[    0.111456] ACPI: EC: Look up EC in DSDT
[    0.118899] ACPI: Interpreter enabled
[    0.118907] ACPI: (supports S0 S1 S3 S4 S5)
[    0.118955] ACPI: Using IOAPIC for interrupt routing
[    0.126046] ACPI: No dock devices found.
[    0.126242] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.127517] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.149269] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[    0.149462] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.149636] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[    0.149815] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.149990] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.150168] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[    0.150340] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.150510] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
[    0.151696] ACPI: WMI: Mapper loaded
[    0.151700] PCI: Using ACPI for IRQ routing
[    0.155352] pnp: PnP ACPI init
[    0.155388] ACPI: bus type pnp registered
[    0.159399] pnp: PnP ACPI: found 11 devices
[    0.159406] ACPI: ACPI bus type pnp unregistered
[    0.159414] PnPBIOS: Disabled by ACPI PNP
[    0.289079] ACPI: Power Button [PWRB]
[    0.289173] ACPI: Sleep Button [FUTS]
[    0.289268] ACPI: Power Button [PWRF]
[    0.289369] ACPI: Fan [FAN] (on)
[    0.293126] ACPI: Thermal Zone [THRM] (25 C)
[   21.060356] parport_pc 00:09: reported by Plug and Play ACPI
这个本人不怎么能看懂。希望有朋友来解释一下。
@$@思考是我的个性!%! ?&?习惯更好的习惯#¥#
头像
doki
帖子: 27
注册时间: 2011-12-26 0:48

Re: ubuntu10.04不能重启

#8

帖子 doki » 2012-01-22 15:05

代码: 全选

cat /etc/init.d/halt
#! /bin/sh
### BEGIN INIT INFO
# Provides:          halt
# Required-Start:
# Required-Stop:
# Default-Start:
# Default-Stop:      0
# Short-Description: Execute the halt command.
# Description:
### END INIT INFO

NETDOWN=yes

PATH=/sbin:/usr/sbin:/bin:/usr/bin
[ -f /etc/default/halt ] && . /etc/default/halt

. /lib/lsb/init-functions

do_stop () {
	if [ "$INIT_HALT" = "" ]
	then
		case "$HALT" in
		  [Pp]*)
			INIT_HALT=POWEROFF
			;;
		  [Hh]*)
			INIT_HALT=HALT
			;;
		  *)
			INIT_HALT=POWEROFF
			;;
		esac
	fi

	# See if we need to cut the power.
	if [ "$INIT_HALT" = "POWEROFF" ] && [ -x /etc/init.d/ups-monitor ]
	then
		/etc/init.d/ups-monitor poweroff
	fi

	# Don't shut down drives if we're using RAID.
	hddown="-h"
	if grep -qs '^md.*active' /proc/mdstat
	then
		hddown=""
	fi

	# If INIT_HALT=HALT don't poweroff.
	poweroff="-p"
	if [ "$INIT_HALT" = "HALT" ]
	then
		poweroff=""
	fi

	# Make it possible to not shut down network interfaces,
	# needed to use wake-on-lan
	netdown="-i"
	if [ "$NETDOWN" = "no" ]; then
		netdown=""
	fi

	log_action_msg "Will now halt"
	halt -d -f $netdown $poweroff $hddown
}

case "$1" in
  start)
	# No-op
	;;
  restart|reload|force-reload)
	echo "Error: argument '$1' not supported" >&2
	exit 3
	;;
  stop)
	do_stop
	;;
  *)
	echo "Usage: $0 start|stop" >&2
	exit 3
	;;
esac

:
@$@思考是我的个性!%! ?&?习惯更好的习惯#¥#
回复