好吧,这将是一个漫长而奇怪的.
我的系统是戴尔XPS 13超级本(只运行原始13.10,而不是人造卫星系统)
昨天有一个更新需要重新启动,所以当时我关闭了我的机器,并在今天早上启动了它,它把我扔到了终端上。
此时,我的系统也没有网络接口(wifi)。
我试过:
startx,这给了我一个桌面,但没有菜单、鼠标等等。unity,这给了我一个无法找到显示的错误。startx然后是unity,这给了我菜单,但仍然没有鼠标或wifi。lspci显示这些设备在系统中,但“无人认领”uname -r显示了3.13.0内核,是不是13.10使用了3.11?现在,如果我通过恢复模式启动,我可以获得统一登录屏幕,但我不能登录(屏幕变黑,笔记本电脑锁定),但现在,如果我的ctrl-alt-f1,我可以获得wifi访问。
通过更多的搜索,我发现有人建议:sudo apt-get install --reinstall ubuntu-desktop
就在那时事情开始变得奇怪..。
上面的命令列出了一些未满足的依赖项,并且不会继续,但是我已经读到,智能将更好地解决这些问题。所以我尝试了sudo aptitude reinstall ubuntu-desktop,显然我有一堆来自可靠的包。
a命令向我展示了许多解决依赖关系的方法,我接受了这一方法,这意味着要回滚信任的包,但它没有帮助。
所以现在我不知道发生了什么。知道怎么回事吗我的系统怎么回来的?
编辑:
/etc/apt/sources.list .列表
# deb cdrom:[Ubuntu 13.04 _Raring Ringtail_ - Release amd64 (20130424)]/ raring main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://gb.archive.ubuntu.com/ubuntu/ saucy main restricted
deb-src http://gb.archive.ubuntu.com/ubuntu/ saucy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://gb.archive.ubuntu.com/ubuntu/ saucy-updates main restricted
deb-src http://gb.archive.ubuntu.com/ubuntu/ saucy-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://gb.archive.ubuntu.com/ubuntu/ saucy universe
deb-src http://gb.archive.ubuntu.com/ubuntu/ saucy universe
deb http://gb.archive.ubuntu.com/ubuntu/ saucy-updates universe
deb-src http://gb.archive.ubuntu.com/ubuntu/ saucy-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://gb.archive.ubuntu.com/ubuntu/ saucy multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ saucy multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ saucy-updates multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ saucy-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://gb.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu saucy-security main restricted
deb-src http://security.ubuntu.com/ubuntu saucy-security main restricted
deb http://security.ubuntu.com/ubuntu saucy-security universe
deb-src http://security.ubuntu.com/ubuntu saucy-security universe
deb http://security.ubuntu.com/ubuntu saucy-security multiverse
deb-src http://security.ubuntu.com/ubuntu saucy-security multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu raring partner
deb-src http://archive.canonical.com/ubuntu raring partner
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu saucy main
deb-src http://extras.ubuntu.com/ubuntu saucy main/etc/apt/ so es.list.d/包含许多文件,从我所做的阅读来看,只有影响到这些文件的是.list文件,如下所示:
/etc/apt/sources.list.d/anton50489-test-saucy.list
# deb http://ppa.launchpad.net/anton50489/test/ubuntu saucy main
# deb-src http://ppa.launchpad.net/anton50489/test/ubuntu saucy main/etc/apt/google.list.d/google-chrome.list
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb http://dl.google.com/linux/chrome/deb/ stable main/etc/apt/sources.list.d.list.d/steam.list
deb http://repo.steampowered.com/steam/ precise steam
deb-src http://repo.steampowered.com/steam/ precise steam/etc/apt/sources.list.d/videolan-stable-daily-saucy.list
# deb http://ppa.launchpad.net/videolan/stable-daily/ubuntu saucy main
# deb-src http://ppa.launchpad.net/videolan/stable-daily/ubuntu saucy main
# deb-src http://ppa.launchpad.net/videolan/stable-daily/ubuntu saucy main/etc/apt/sources.list.d/webupd8team-y-ppa-manager-saucy.list
deb http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu saucy main
# deb-src http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu saucy main干杯,
哑光
发布于 2013-12-11 17:55:33
打开虚拟控制台(ctrl+alt+F1)并运行以下命令
sudo apt-get -f install
sudo apt-get install --reinstall ubuntu-desktop
sudo apt-get install unity然后重新启动你的电脑。
发布于 2013-12-11 17:58:40
sudo apt-get install -y syslinux-themes-debian-wheezy
sudo apt-get remove --purge ubuntu-desktop #this flush your cache/sources list
sudo apt-get remove --purge unity最后
sudo apt-get install -y ubuntu-desktophttps://askubuntu.com/questions/389266
复制相似问题