求助:开关机没进度条

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
eliotselina
帖子: 66
注册时间: 2008-11-01 8:25

求助:开关机没进度条

#1

帖子 eliotselina » 2008-11-08 17:20

我开机就没进度条,只有
》》》》》》》》》》》》》》》[ok]
》》》》》》》》》》》》》》》[ok]
》》》》》》》》》》》》》》》[ok]
》》》》》》》》》》》》》》》[ok]
一大堆进程
关机倒好
一按shut down 就马上关机了,连询问一下也没有
貌似我应该高兴,瞧,开关机这么快,可是怕怕,来问问,是什么问题,该如何解决 :em11
64位的用户
头像
Allen1st
帖子: 404
注册时间: 2008-11-08 9:28

Re: 求助:开关机没进度条

#2

帖子 Allen1st » 2008-11-08 17:27

没出问题就不用怕怕啦 :em05
凸-_-
头像
xvholly
帖子: 81
注册时间: 2008-08-19 17:01
来自: HHU&NEU

Re: 求助:开关机没进度条

#3

帖子 xvholly » 2008-11-08 17:32

应该是不选择启动画面引起的。
grub 中 kenel 最后添加 splash
用Linux优化工作
eiexyl
帖子: 27
注册时间: 2008-10-03 15:14

Re: 求助:开关机没进度条

#4

帖子 eiexyl » 2008-11-08 19:54

有时候你按照网上的帖子优化启动项的时候会把boot kenel后面的splash改为nosplash,就会出现这种问题,改回去就可以了
zheng1212
帖子: 8
注册时间: 2008-05-02 21:50

Re: 求助:开关机没进度条

#5

帖子 zheng1212 » 2008-11-08 23:07

怎么改...
eiexyl
帖子: 27
注册时间: 2008-10-03 15:14

Re: 求助:开关机没进度条

#6

帖子 eiexyl » 2008-11-09 0:49

sudo gedit /boot/grub/menu.lst
找到如下行: kernel /boot/........... ro quiet nosplash
把nosplash改为splash,结果如下: kernel /boot/........... ro quiet splash
存盘退出。
eliotselina
帖子: 66
注册时间: 2008-11-01 8:25

Re: 求助:开关机没进度条

#7

帖子 eliotselina » 2008-11-09 8:05

# 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=64713560-5bb0-405a-bfb4-02e3a7627d60 ro locale=zh_CN

## default grub root device
## e.g. groot=(hd0,0)
# groot=d24bef94-da1f-4781-ba80-59a88b2ee4c6

## 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

## 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 8.10, kernel 2.6.27-7-generic
uuid d24bef94-da1f-4781-ba80-59a88b2ee4c6
kernel /vmlinuz-2.6.27-7-generic root=UUID=64713560-5bb0-405a-bfb4-02e3a7627d60 ro locale=zh_CN quiet splash
initrd /initrd.img-2.6.27-7-generic
quiet

title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
uuid d24bef94-da1f-4781-ba80-59a88b2ee4c6
kernel /vmlinuz-2.6.27-7-generic root=UUID=64713560-5bb0-405a-bfb4-02e3a7627d60 ro locale=zh_CN single
initrd /initrd.img-2.6.27-7-generic

title Ubuntu 8.10, memtest86+
uuid d24bef94-da1f-4781-ba80-59a88b2ee4c6
kernel /memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST
没看到,还是我眼花了? :em20
该怎么办 :em02
64位的用户
头像
冲浪板
论坛版主
帖子: 7513
注册时间: 2007-05-06 8:19

Re: 求助:开关机没进度条

#8

帖子 冲浪板 » 2008-11-09 8:08

没splash就是等于nosplash,你添加splash就是了
eliotselina
帖子: 66
注册时间: 2008-11-01 8:25

Re: 求助:开关机没进度条

#9

帖子 eliotselina » 2008-11-09 8:23

:em20 菜鸟阿,不知道添哪里
64位的用户
coverme
帖子: 33
注册时间: 2008-08-03 19:46

Re: 求助:开关机没进度条

#10

帖子 coverme » 2008-11-09 8:45

明显有的么。。。 :em06
coverme
帖子: 33
注册时间: 2008-08-03 19:46

Re: 求助:开关机没进度条

#11

帖子 coverme » 2008-11-09 8:47

刚装好8。10的时候我关机也没什么画面直接就黑了。。。后来更新后就出现进度条了。。。很诡异吧。。
头像
xiooli
帖子: 6956
注册时间: 2007-11-19 21:51
来自: 成都
联系:

Re: 求助:开关机没进度条

#12

帖子 xiooli » 2008-11-09 9:21

不要进度条出问题才能知道阿,我都是不用splash的,还快。
头像
冲浪板
论坛版主
帖子: 7513
注册时间: 2007-05-06 8:19

Re: 求助:开关机没进度条

#13

帖子 冲浪板 » 2008-11-09 10:21

有没有启动的时候按某键来no...的?
因为启不了的时候也没法改了哦,没法改也就看不到哪里出了问题鸟 :em20
回复