ubuntu无法重启

启动讨论 grub/grub2/syslinux/grub4dos/Lilo
misu1979
帖子: 17
注册时间: 2009-05-11 10:21

ubuntu无法重启

#1

帖子 misu1979 » 2009-07-20 16:40

我在电脑里安了个ubuntu 9.04单系统.重启的时候就停在Restarting system不动了。用命令reboot也不行。键盘也没反应了。不知是什么原因?
怎么解决呀。!!谢谢



自己解决了。无奈之下,先安了个XP,又安的Ubuntu9.04。但是同样还是出错,就像上传的图片那样,只不过现在能重启了。不知道是不是光盘的问题。唉先用吧。

总结:不能安单系统呀
上次由 misu1979 在 2009-08-06 10:06,总共编辑 3 次。
头像
peteryeh64
论坛版主
帖子: 9379
注册时间: 2008-12-20 15:43
系统: 家kubuntu20.04
来自: 心靈深處

Re: ubuntu无法重启

#2

帖子 peteryeh64 » 2009-07-20 18:06

要不要.........咬緊牙根.........重裝試試......... :em06
[论坛版主行为规定]+[PITIVI簡易教程]+[ubuntu裝迅雷]
[releases.ubuntu.com]+[cdimage.ubuntu.com]+[old-releases.ubuntu.com]
[學ubuntu必須拜讀懶蝸牛"笨兔兔的故事"=viewtopic.php?f=112&t=162040][Linux明日的希望在中國]
misu1979
帖子: 17
注册时间: 2009-05-11 10:21

Re: ubuntu无法重启

#3

帖子 misu1979 » 2009-07-21 7:44

不会吧。大哥, :em20
misu1979
帖子: 17
注册时间: 2009-05-11 10:21

Re: ubuntu无法重启

#4

帖子 misu1979 » 2009-07-21 15:10

有没有人知道呀。给解决一个呀!!!!
lokicarey
帖子: 3
注册时间: 2009-07-21 15:21

Re: ubuntu无法重启

#5

帖子 lokicarey » 2009-07-21 15:47

编辑menu.lst
kernel /boot/vmlinuz-[xxxxxxxx]-generic root=UUID=[xxxxxxxxx] ro quiet splash
后面加上noapic=yes
misu1979
帖子: 17
注册时间: 2009-05-11 10:21

Re: ubuntu无法重启

#6

帖子 misu1979 » 2009-07-22 8:17

我的menu.lst里就没这一句。奇怪啦。 :em20


# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 3

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=e6106f98-3c17-46b2-8323-b6abebfcca6f ro locale=zh_CN

## default grub root device
## e.g. groot=(hd0,0)
# groot=33754837-78dd-45cb-ae64-0cb5951ff235

## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash

## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all

## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
## indomU=true
## indomU=false
# indomU=detect

## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title Ubuntu 9.04, kernel 2.6.28-13-generic
uuid 33754837-78dd-45cb-ae64-0cb5951ff235
kernel /vmlinuz-2.6.28-13-generic root=UUID=e6106f98-3c17-46b2-8323-b6abebfcca6f ro locale=zh_CN quiet splash
initrd /initrd.img-2.6.28-13-generic
quiet

title Ubuntu 9.04, kernel 2.6.28-13-generic (recovery mode)
uuid 33754837-78dd-45cb-ae64-0cb5951ff235
kernel /vmlinuz-2.6.28-13-generic root=UUID=e6106f98-3c17-46b2-8323-b6abebfcca6f ro locale=zh_CN single
initrd /initrd.img-2.6.28-13-generic

title Ubuntu 9.04, kernel 2.6.28-11-generic
uuid 33754837-78dd-45cb-ae64-0cb5951ff235
kernel /vmlinuz-2.6.28-11-generic root=UUID=e6106f98-3c17-46b2-8323-b6abebfcca6f ro locale=zh_CN quiet splash
initrd /initrd.img-2.6.28-11-generic
quiet

title Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)
uuid 33754837-78dd-45cb-ae64-0cb5951ff235
kernel /vmlinuz-2.6.28-11-generic root=UUID=e6106f98-3c17-46b2-8323-b6abebfcca6f ro locale=zh_CN single
initrd /initrd.img-2.6.28-11-generic

title Ubuntu 9.04, memtest86+
uuid 33754837-78dd-45cb-ae64-0cb5951ff235
kernel /memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST
xuweisky
帖子: 48
注册时间: 2009-07-17 20:01

Re: ubuntu无法重启

#7

帖子 xuweisky » 2009-07-23 13:25

你的menu.lst这么长啊?我的似乎只有10行以内……
misu1979
帖子: 17
注册时间: 2009-05-11 10:21

Re: ubuntu无法重启

#8

帖子 misu1979 » 2009-07-30 17:00

我又重新安装了两次,安装完出现这个画面,就没法重启了。但能正常进入。有谁知道是什么原因呀。用这张盘在别的机子上安装就没这种情况。
附件
20090730319.jpg
51573391
帖子: 2
注册时间: 2009-07-09 13:46

Re: ubuntu无法重启

#9

帖子 51573391 » 2009-07-30 17:27

看看是不是有坏道了
头像
wangdu2002
帖子: 13284
注册时间: 2008-12-13 19:39
来自: 物华天宝人杰地灵

Re: ubuntu无法重启

#10

帖子 wangdu2002 » 2009-07-30 17:31

主板没处理关机或重启信号,是不会正常关机或者重启的。 :em20
楼主,找下你的BIOS设置,把ACPI高级电源管理功能打开,ON或者是Enable之。 :em09
行到水穷处,坐看云起时。
海内生明月,天涯共此夕。
--------------------吾本独!
misu1979
帖子: 17
注册时间: 2009-05-11 10:21

Re: ubuntu无法重启

#11

帖子 misu1979 » 2009-07-31 16:52

应该不是BIOS设置问题,它能正常关机、待机、休眠。就是不能正常重启呀!!!!!!!!!
misu1979
帖子: 17
注册时间: 2009-05-11 10:21

Re: ubuntu无法重启

#12

帖子 misu1979 » 2009-08-05 8:59

这个各分区的顺序有关吗。我换了一块硬盘还是老样子啊。
头像
yiding_he
帖子: 2677
注册时间: 2006-10-25 18:10
来自: 长沙
联系:

Re: ubuntu无法重启

#13

帖子 yiding_he » 2009-08-05 9:39

sr0 指的是 CD-ROM,所以不是硬盘问题,而是光驱问题。
你是自由的。别人也是。
misu1979
帖子: 17
注册时间: 2009-05-11 10:21

Re: ubuntu无法重启

#14

帖子 misu1979 » 2009-08-05 16:50

那应该怎么处理呀。这只是安装到最后提示取出光盘时出现的。那时候就不能重启了!!!高人,快帮忙想想办法呀。!!!!!!!!!!!我都快郁闷死啦
ally
帖子: 11
注册时间: 2009-08-05 23:00

Re: ubuntu无法重启

#15

帖子 ally » 2009-08-07 20:09

misu1979,

请问你的问题现在解决了么?我遇到了和你相同的问题。。。。
回复