admin管理员组

文章数量:1567024

2024年5月22日发(作者:)

第一个问题

可以启动,但启动到一半的时候提示检查分区出错“fsck died with exit status 8”,

这时还可以通过Ctrl+Alt+Delete进入桌面,是因为/etc/ftab下的分区挂载信息有误(分

区变动,分区的UUID变更了),具体 可查看/var/log/fsck/下的启动记录,看是那个分区

挂载失败了,然后使用sudo vol_id /dev/sdaN查看sdaN的UUID(查看所有分区的

UUID:ls -al /dev/disk/by-uuid),如sda1挂载不了,查看sda1的UUID:sudo vol_id

/dev/sda1,看到相应的UUID,更新/etc/fstab下面的UUID就可以了。

# /dev/sda6

UUID=1e0ae40c-6eb0-4ad0-8b74-b3f61e39c694

/media/sda6 ext3 defaults 0 2

(看,我的sda6的UUID更改为1e0ae40c-6eb0-4ad0-8b74-b3f61e39c694了,

但目前的真实UUID并不是这个。grub引导里面的UUID也不对。。。)

还有一种情况是启动刚刚开始就卡住了,这是因为grub的里面的UUID也

错了,也要更新一下,这个情况就麻烦多了。。。这也的情况不多吧,要是遇到了,还真麻

烦。。。有Ubuntu 的Live CD还好吧,制作有启动盘的也好办。啥也没有的,重装?

# This entry automatically added by the Debian installer for an existing

# linux installation on /dev/sda6.

title Ubuntu 7.10, kernel 2.6.22-14-generic (on /dev/sda6)

//

root (hd0,5)

kernel /boot/vmlinuz-2.6.22-14-generic

ro quiet splash root=UUID=59ece95a-72b8-4ab1-b0dc-b17c9c2ac20d

initrd /boot/-2.6.22-14-generic

savedefault

boot

(里面的sda6的UUID还是

59ece95a-72b8-4ab1-b0dc-b17c9c2ac20d,所以无法启动)

以上两种情况我都有遇到,我有Live CD,呵呵。是因为我安装了两个Ubuntu,一

个是Ubuntu Server整的,一个是桌面版的。我多数时间用Server那个,桌面版的用来

尝试新软件。。。或者Fluxbuntu什么的,上面的情况就这么产生 了,重装后分区的UUID

会更改。

有遇到以上情况的,可以不重装系统哦。

===========================================第二个问题

===========================================

中午时候更新ubuntu(studio)系统,重启后出现严重问题。

(不是说88k升级文件么?怎么download size:0KB?已经下载升级文件到本地缓

//

存了,没安装而已)

升级之后。。。

关机,第一次开机显示错误信息:

There was an error starting the GNOME Settings Daemon.

Some things, such as themes, sounds, or background settings may not work

correctly.

The last error message was:

Did not receive a reply. Possible causes include: the remote application did not

send a reply, the message bus security policy blocked the reply, the reply timeout

expired, or the network connection was broken.

GNOME will still try to restart the Settings Daemon next time you log in.

重启,不再提示错误,但依旧存在问题:

1.鼠标指针不停地左右抖动;

2.系统桌面不显示,桌面为黑色或者淡黄色;

3.在桌面无法打开右键菜单,文件管理器(nautilus)打不开。

//

4.终端运行nautilus,显示: nautilus: error while loading shared libraries:

.0: cannot open shared object file: No such file or directory。

-------------------------------------------------------------------------------------

-

百度一下,说是libbeagle0的问题。

总结一下解决办法(菜鸟乐于或者说敢于分享):

1)

Alt+F2打开终端运行sudo synaptic打开新立德软件包管理器;

2)

查找libbeagle0这个包,强制降级到上一版本(0.2.18)就可以了。

看不懂?贴个图吧:

查找libbeagle0,选择强制降级操作:(没有桌面背景呀。。。我重试2次,此方法有

效。。。)

然后选择上一版本:

然后应用更改,重启系统就OK~~

//

以后别升级这个软件包,否则会出现同样的问题。。。不小心升级了,安装上面的方法

弄一下就好了。。。

//

本文标签: 分区错误挂载桌面升级