This problem did not show up with 16.04 LTS and older, but with 18.04 LTS relatively often. You can see also an error message, when you shut down → [drm:drm_atomic_helper_commit_cleanup_done [drm_kms_helper]] *ERROR* [CRTC:26:pipe A] flip_done timed out
.
You have to add a boot parameter to grub to fix this bug. Here is how to modify the grub file to solve the problem:
Booting takes veerryyy long and after logging in it takes again veeerryy long until desktop is shown
Open file etc/default/grub
in an editor →add boot code video=SVIDEO-1:d
→the line will look like GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=SVIDEO-1:d"
→ save the file →run in a terminal sudo update-grub
→ reboot computer, which should start much faster now.
Read more here about the bug and its fix https://askubuntu.com/questions/893817/boot-very-slow-because-of-drm-kms....
Dieses Problem trat nicht bei 16.04 LTS oder davor auf, aber relativ häufig mit 18.04 LTS. Beim Runterfahren seht ihr außerdem diese Fehlermeldung → [drm:drm_atomic_helper_commit_cleanup_done [drm_kms_helper]] *ERROR* [CRTC:26:pipe A] flip_done timed out
.
Ihr müsst dann einen zusätzlichen Boot Parameter in der grub Datei einfügen, um das Problem zu lösen. Heir die Anleitung, wie ihr das macht:
Rechner braucht sehr lange zum Hochfahren und auch nach dem Login bis der Desktop angezeigt wird
Öffne Datei etc/default/grub
in einem Editor →video=SVIDEO-1:d
einfügen; die Zeile sieht dann so aus GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=SVIDEO-1:d"
→ Datei speichern →in einem Terminal ausführen sudo update-grub
→ Computer neu starten, der jetzt deutlich schneller starten sollte.
Mehr zu diesem Bug auf https://askubuntu.com/questions/893817/boot-very-slow-because-of-drm-kms....
Mehr zu grub und Bootoptionen auch auf https://www.labdoo.org/de/content/grub2-boot-optionen-rechner-startet-ni...