升级到ubuntu 15.04后的疯狂启动和重启时间(会话c2正在运行停止/启动作业)

升级到15.04后,我的ubuntu加载速度非常慢,比同一台机器上的Windows 8慢,这让我感到侮辱。

我关闭了启动画面,当我启动系统时,我得到了这个:

A start job is running for dev-hdb2.device 

它保持这种方式1:30分钟,旁边的时间计数器设置为1:30。

另外,当我重新启动时,我收到此消息:

 A stop job is running for Session c2 of user MrMino 

同样在这里 – 它保持这种方式1:30

输出dmesg: http : //pastebin.com/yzbFQG05

不幸的是,bootchart因为我现在不知道的某些原因而无法正常工作,所以我无法从中发布日志。

如何让它消失? 我在戴尔Inspiron 3537上运行ubuntu。

我设法通过从systemd回滚到upstart来解决这个问题。 更多信息:

https://wiki.ubuntu.com/SystemdForUpstartUsers

 Permanent switch back to upstart Install the upstart-sysv package, which will remove ubuntu-standard and systemd-sysv (but should not remove anything else -- if it does, yell!), and run sudo update-initramfs -u. After that, grub's "Advanced options" menu will have a corresponding "Ubuntu, with Linux ... (systemd)" entry where you can do an one-time boot with systemd. If you want to switch back to systemd, install the systemd-sysv and ubuntu-standard packages. 

我在Manjaro遇到同样的问题,搜索我在Arch Linux的reddit论坛上找到了一个post。

以下是适合我的解决方案https://www.reddit.com/r/archlinux/comments/4bawf7/a_stop_job_is_running_for_session_c2_of_user/d17th3u

你需要ubuntulize它:

安装看门狗

# pacman -S watchdog

然后在启动时启动服务:

# systemctl enable watchdog.service

启动该服务不再看到该消息

# systemctl start watchdog.service

我为此创建了一个要点:https://gist.github.com/dianjuar/98d02af4050dc2df8ae6f18695d44ca3