System Specs:
- Ubuntu 20.04 on kernel 5.7.1 using Wayland
- AMD Ryzen 9 3950x
- Gigabyte X570 Aorus Pro Wi-Fi
- Sapphire Nitro+ 5700XT
- 1TB Inland Premium M.2 NVMe
- 2x32GB G.Skill Ripjaws 3600 CL18
Upon a fresh install, Ubuntu was playing very poorly with my GPU hooked up to two monitors. Updated kernel and that was solved. The consistent issue, however, has been slow and glitchy boot times. Shutdown times are equally frustrating on top of giving some errors, halting for 30s to 2m before shutting down. I’ve also had zero success in maintaining any bluetooth connection for any useful amount of time.
I ran a systemd—analyze blame command and found a network-wait service that took 15s. Shut that down. Now Plymouth-quit-wait.service shows up taking 25s along with colord.service at 6s. I’m at a loss as to even begin searching for the culprit. Hardware issues? Windows ran fine. Bad install? Faulty driver support? Blah
Here’s the message prompt upon shutdown
I rebooted the machine while typing this. On top of the previous symptoms, the favorites bar took a solid 15 minutes to populate. Programs have always loaded up just fine otherwise.
systemd-analyze time
andsystemd-analyze blame
– Abhay Patil Jul 18 '20 at 06:47journalctl -b > bootlog.txt
– vanadium Jul 18 '20 at 11:27