安装更新后 Ubuntu 12.04 未加载 - initctl:事件失败

安装更新后 Ubuntu 12.04 未加载 - initctl:事件失败

更新我的 Ubuntu 安装后,尝试加载时出现空白屏幕。我与 Windows 双重启动,运行正常。

进入recovery mode->resume normal boot会出现以下错误:

swapon: /dev/disk/by-uuid/18ed9859-1325-4121-96c8-2e696055454e: swapon failed: Device or resource busy
mountall: swapon /dev/disk/by-uuid/18ed9859-1325-4121-96c8-2e696055454e [3542] terminated with status 255
mountall: Problem activating swap: /dev/disk/by-uuid/18ed9859-1325-4121-96c8-2e696055454e
modem-manager[3694]: <info> ModemManager (version 0.5.2.0) starting...

modem-manager[3694]: <info> Loaded plugin X22X

Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox
Skipping profile in /etc/apparmor.d/disable: user.sbin.rsyslogd
 * Starting AppArmor profiles                 [OK]
initctl: Event failed

不确定还有哪些其他信息有用,但这些是我的部分规格:

Intel Core i5-4430 3.00GHz
NVIDIA GeForce GTX 660 Ti
Linux 3.5.0-45-generic
Ubuntu 12.04

我尝试过的事情(从这个问题):

# went in to CLI with CTRL+ALT+F1:
sudo apt-get purge nvidia-current
sudo apt-get install nvidia-current
sudo reboot

# made sure all dependencies are ok:
sudo apt-get -f install

完成上述操作后,我没有收到 swapon 通知,但仍然存在 AppArmor 问题。

我不知道为了调试这个问题还需要检查什么(或如何检查),任何帮助都将不胜感激。

答案1

您必须通过在虚拟控制台( ++ )nvidia上运行以下命令来删除所有相关的软件包,CtrlAltF1

sudo apt-get purge nvidia*

然后运行以下命令重启电脑,

sudo shutdown -r now

我希望它能够起作用。

相关内容