Plymouthd crashes on startup in Ubuntu 18.10












0















Plymouthd crashes on startup with the following error message.



enter image description here










share|improve this question


















  • 3





    Possible duplicate of Why is plymouthd crashing on startup?

    – trond hansen
    Feb 1 at 9:33
















0















Plymouthd crashes on startup with the following error message.



enter image description here










share|improve this question


















  • 3





    Possible duplicate of Why is plymouthd crashing on startup?

    – trond hansen
    Feb 1 at 9:33














0












0








0








Plymouthd crashes on startup with the following error message.



enter image description here










share|improve this question














Plymouthd crashes on startup with the following error message.



enter image description here







plymouth






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 8 at 23:53









Terry DixonTerry Dixon

5317




5317








  • 3





    Possible duplicate of Why is plymouthd crashing on startup?

    – trond hansen
    Feb 1 at 9:33














  • 3





    Possible duplicate of Why is plymouthd crashing on startup?

    – trond hansen
    Feb 1 at 9:33








3




3





Possible duplicate of Why is plymouthd crashing on startup?

– trond hansen
Feb 1 at 9:33





Possible duplicate of Why is plymouthd crashing on startup?

– trond hansen
Feb 1 at 9:33










2 Answers
2






active

oldest

votes


















1














If you did a0b1's answer, edit /etc/default/grub, then restore:



GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"


Then, in the same file, find:



#GRUB_GFXMODE=640x480


and change it to:



GRUB_GFXMODE=640x480


Save the file, and then:



sudo update-grub
reboot





share|improve this answer
























  • As stated above the removal of "quiet splash" did not fix the problem. I was reluctant to add the "..GFXMODE" line as I was not sure of its purpose.

    – Terry Dixon
    Jan 12 at 2:47











  • @TerryDixon It limits the GRUB/splash screen to 640x480. Harmless, except that's what fixed my Plymouth crashes.

    – heynnema
    Jan 12 at 4:16











  • Thank you GFXMODE appears to have fixed the problem.

    – Terry Dixon
    Jan 13 at 22:02











  • I assume I've accepted your answer.

    – Terry Dixon
    Jan 13 at 22:10











  • @TerryDixon to accsept,log in and click on the area under the up/down vote buttons you will get some points too.

    – trond hansen
    Feb 1 at 12:23



















0














It do look like advanced options-recovery mode and update grub fixes this error too,So it might be several ways to fix this.



I have not used terminal to update grub but this will most likely work too.



Sorry for the short answer.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1108157%2fplymouthd-crashes-on-startup-in-ubuntu-18-10%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    If you did a0b1's answer, edit /etc/default/grub, then restore:



    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"


    Then, in the same file, find:



    #GRUB_GFXMODE=640x480


    and change it to:



    GRUB_GFXMODE=640x480


    Save the file, and then:



    sudo update-grub
    reboot





    share|improve this answer
























    • As stated above the removal of "quiet splash" did not fix the problem. I was reluctant to add the "..GFXMODE" line as I was not sure of its purpose.

      – Terry Dixon
      Jan 12 at 2:47











    • @TerryDixon It limits the GRUB/splash screen to 640x480. Harmless, except that's what fixed my Plymouth crashes.

      – heynnema
      Jan 12 at 4:16











    • Thank you GFXMODE appears to have fixed the problem.

      – Terry Dixon
      Jan 13 at 22:02











    • I assume I've accepted your answer.

      – Terry Dixon
      Jan 13 at 22:10











    • @TerryDixon to accsept,log in and click on the area under the up/down vote buttons you will get some points too.

      – trond hansen
      Feb 1 at 12:23
















    1














    If you did a0b1's answer, edit /etc/default/grub, then restore:



    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"


    Then, in the same file, find:



    #GRUB_GFXMODE=640x480


    and change it to:



    GRUB_GFXMODE=640x480


    Save the file, and then:



    sudo update-grub
    reboot





    share|improve this answer
























    • As stated above the removal of "quiet splash" did not fix the problem. I was reluctant to add the "..GFXMODE" line as I was not sure of its purpose.

      – Terry Dixon
      Jan 12 at 2:47











    • @TerryDixon It limits the GRUB/splash screen to 640x480. Harmless, except that's what fixed my Plymouth crashes.

      – heynnema
      Jan 12 at 4:16











    • Thank you GFXMODE appears to have fixed the problem.

      – Terry Dixon
      Jan 13 at 22:02











    • I assume I've accepted your answer.

      – Terry Dixon
      Jan 13 at 22:10











    • @TerryDixon to accsept,log in and click on the area under the up/down vote buttons you will get some points too.

      – trond hansen
      Feb 1 at 12:23














    1












    1








    1







    If you did a0b1's answer, edit /etc/default/grub, then restore:



    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"


    Then, in the same file, find:



    #GRUB_GFXMODE=640x480


    and change it to:



    GRUB_GFXMODE=640x480


    Save the file, and then:



    sudo update-grub
    reboot





    share|improve this answer













    If you did a0b1's answer, edit /etc/default/grub, then restore:



    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"


    Then, in the same file, find:



    #GRUB_GFXMODE=640x480


    and change it to:



    GRUB_GFXMODE=640x480


    Save the file, and then:



    sudo update-grub
    reboot






    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Jan 11 at 20:04









    heynnemaheynnema

    19.1k22156




    19.1k22156













    • As stated above the removal of "quiet splash" did not fix the problem. I was reluctant to add the "..GFXMODE" line as I was not sure of its purpose.

      – Terry Dixon
      Jan 12 at 2:47











    • @TerryDixon It limits the GRUB/splash screen to 640x480. Harmless, except that's what fixed my Plymouth crashes.

      – heynnema
      Jan 12 at 4:16











    • Thank you GFXMODE appears to have fixed the problem.

      – Terry Dixon
      Jan 13 at 22:02











    • I assume I've accepted your answer.

      – Terry Dixon
      Jan 13 at 22:10











    • @TerryDixon to accsept,log in and click on the area under the up/down vote buttons you will get some points too.

      – trond hansen
      Feb 1 at 12:23



















    • As stated above the removal of "quiet splash" did not fix the problem. I was reluctant to add the "..GFXMODE" line as I was not sure of its purpose.

      – Terry Dixon
      Jan 12 at 2:47











    • @TerryDixon It limits the GRUB/splash screen to 640x480. Harmless, except that's what fixed my Plymouth crashes.

      – heynnema
      Jan 12 at 4:16











    • Thank you GFXMODE appears to have fixed the problem.

      – Terry Dixon
      Jan 13 at 22:02











    • I assume I've accepted your answer.

      – Terry Dixon
      Jan 13 at 22:10











    • @TerryDixon to accsept,log in and click on the area under the up/down vote buttons you will get some points too.

      – trond hansen
      Feb 1 at 12:23

















    As stated above the removal of "quiet splash" did not fix the problem. I was reluctant to add the "..GFXMODE" line as I was not sure of its purpose.

    – Terry Dixon
    Jan 12 at 2:47





    As stated above the removal of "quiet splash" did not fix the problem. I was reluctant to add the "..GFXMODE" line as I was not sure of its purpose.

    – Terry Dixon
    Jan 12 at 2:47













    @TerryDixon It limits the GRUB/splash screen to 640x480. Harmless, except that's what fixed my Plymouth crashes.

    – heynnema
    Jan 12 at 4:16





    @TerryDixon It limits the GRUB/splash screen to 640x480. Harmless, except that's what fixed my Plymouth crashes.

    – heynnema
    Jan 12 at 4:16













    Thank you GFXMODE appears to have fixed the problem.

    – Terry Dixon
    Jan 13 at 22:02





    Thank you GFXMODE appears to have fixed the problem.

    – Terry Dixon
    Jan 13 at 22:02













    I assume I've accepted your answer.

    – Terry Dixon
    Jan 13 at 22:10





    I assume I've accepted your answer.

    – Terry Dixon
    Jan 13 at 22:10













    @TerryDixon to accsept,log in and click on the area under the up/down vote buttons you will get some points too.

    – trond hansen
    Feb 1 at 12:23





    @TerryDixon to accsept,log in and click on the area under the up/down vote buttons you will get some points too.

    – trond hansen
    Feb 1 at 12:23













    0














    It do look like advanced options-recovery mode and update grub fixes this error too,So it might be several ways to fix this.



    I have not used terminal to update grub but this will most likely work too.



    Sorry for the short answer.






    share|improve this answer




























      0














      It do look like advanced options-recovery mode and update grub fixes this error too,So it might be several ways to fix this.



      I have not used terminal to update grub but this will most likely work too.



      Sorry for the short answer.






      share|improve this answer


























        0












        0








        0







        It do look like advanced options-recovery mode and update grub fixes this error too,So it might be several ways to fix this.



        I have not used terminal to update grub but this will most likely work too.



        Sorry for the short answer.






        share|improve this answer













        It do look like advanced options-recovery mode and update grub fixes this error too,So it might be several ways to fix this.



        I have not used terminal to update grub but this will most likely work too.



        Sorry for the short answer.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered yesterday









        trond hansentrond hansen

        1018




        1018






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1108157%2fplymouthd-crashes-on-startup-in-ubuntu-18-10%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

            ComboBox Display Member on multiple fields

            Is it possible to collect Nectar points via Trainline?