So, calling the command sudo update-initramfs -u -k all
was not working for me. The 100% solution is to disable Plymouth in the file /etc/default/grub: # GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX_DEFAULT="quiet noplymouth" Then call sudo update-grub sudo grub-install /dev/… -- Glib-WARNING **: getpwuid_r(): failed due to unknow user id (0) https://bugs.launchpad.net/bugs/590326 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
