我已经双启动了我的桌面。它有 Windows 8.1 和 Xubuntu 16.04.3 LTS。当我从 GRUB 菜单中选择 Xubuntu 时,启动 Xubuntu 需要很长时间。屏幕保持这种状态很长时间。
按下Escape键盘时,我看到一片空白的黑屏。
过了一段时间,Xubuntu 终于启动了。
我尝试过使用 Boot-Repair,并遵循16.04 启动速度真的很慢但没有任何帮助。
启动摘要可在此处查看:http://paste.ubuntu.com/26034596/
输出systemd-analyze critical-chain
:
The time after the unit is active or started is printed after the "@" character.
The time the unit takes to start is printed after the "+" character.
graphical.target @1min 41.822s
└─multi-user.target @1min 41.822s
└─ntp.service @1min 41.780s +41ms
└─network-online.target @1min 41.778s
└─NetworkManager-wait-online.service @1min 34.529s +7.248s
└─NetworkManager.service @1min 32.030s +2.444s
└─dbus.service @1min 31.962s
└─basic.target @1min 31.960s
└─sockets.target @1min 31.960s
└─snapd.socket @1min 31.936s +23ms
└─sysinit.target @1min 31.936s
└─apparmor.service @15.229s +941ms
└─local-fs.target @15.227s
└─run-user-1000-gvfs.mount @1min 58.217s
└─run-user-1000.mount @1min 57.032s
└─local-fs-pre.target @15.225s
└─systemd-remount-fs.service @15.161s +63ms
└─system.slice @1.714s
└─-.slice @1.627s
答案1
根据 Boot summary:
您的 sda7 (swap) 有:UUID:ef66677d-b68d-44bd-88bd-6b32f30eb1cb
。
您的/etc/fstab
有:UUID=b66d26d9-8ef1-4192-ac02-02ac6c52b4f9
。
您需要更改 /etc/fstab 以使用第一个 UUID。