Overcoming black text and black blank screens during plymouth stage Announcing the arrival of...

How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time

Complexity of many constant time steps with occasional logarithmic steps

Cauchy Sequence Characterized only By Directly Neighbouring Sequence Members

How should I respond to a player wanting to catch a sword between their hands?

Jazz greats knew nothing of modes. Why are they used to improvise on standards?

Is there a documented rationale why the House Ways and Means chairman can demand tax info?

Unable to start mainnet node docker container

Are my PIs rude or am I just being too sensitive?

How to say 'striped' in Latin

Do working physicists consider Newtonian mechanics to be "falsified"?

What did Darwin mean by 'squib' here?

Classification of bundles, Postnikov towers, obstruction theory, local coefficients

Can a zero nonce be safely used with AES-GCM if the key is random and never used again?

Biased dice probability question

Direct Experience of Meditation

Why don't the Weasley twins use magic outside of school if the Trace can only find the location of spells cast?

Statistical model of ligand substitution

Determine whether f is a function, an injection, a surjection

New Order #5: where Fibonacci and Beatty meet at Wythoff

How do I keep my slimes from escaping their pens?

Stars Make Stars

Blender game recording at the wrong time

What can I do if my MacBook isn’t charging but already ran out?

Need a suitable toxic chemical for a murder plot in my novel



Overcoming black text and black blank screens during plymouth stage



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How to fix plymouth (splash screen) in all Ubuntu releases!How to change boot splash screen in 18.04Plymouth and GRUB do not show at allWhen I boot up the computer normally, gdm won't workHow do I enable the GRUB splash screen in Xubuntu 12.10?black tty screensPlymouth not launching on startup?18.04: Low Resolution In Grub and Splash After Installing Nvidia DriverHow to show boot text instead of the splash or blank screen on Ubuntu/Kubuntu 18.04?Kubuntu 18.04 LTS splash screen is blackRemoving/hiding all boot screensChange Background Color between Login and Wallpaper load animation Ubuntu 18.04





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















In Ubuntu 18.04.2, I would like to show a consistent background image from the start of Grub2 to the appearance of the GDM login screen.



I have customized the ubuntu-logo plymouth theme to show the background image that I would like. All the necessary procedures as described by @Jake were done, and tested. Even the test procedure described by @Jake were performed. However, the plymouth theme just does not appear. Between the Grub2 and GDM login stage, I still encounter 6-7 seconds of black screen each time the system boots up.



What can I do to discover the issue(s) for this black screen? How should I fix this missing splash screen issue.? The system uses NVidea driver version:418.56.



Remark: The system is able to boot up and login at the GDM login screen.



Update:



I introduced the following amendments to try to resolve my issue:





  1. I added the following commands in the default Grub2 file /etc/defaults/grub:



    GRUB_GFXMODE=1920x1080x32
    GRUB_GFXPAYLOAD_LINUX="keep"



    According to GRUB_GFXPAYLOAD_LINUX, the value "keep" preserves the graphics mode set using GRUB_GFXMODE when the linux kernel is booted.



    The resolution of 1920x1080x32 was selected for GRUB_GFXMODE because it was the highest resolution available in the video driver detected by Grub2, which was a EFI GOP driver.



    To get available resolutions detected by Grub2, at the Grub2 menu during the boot phase, I pressed the keyboard 'c' key. Then at grub> prompt, I entered the command videoinfo (see Videoinfo); the command vbeinfo did not exist in Grub2.




  2. I created a splash file to set FRAMEBUFFER on with this terminal command:



    echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash



  3. As a splash image is involved, I performed the amendments described in the section on Configuration settings (splash image present) in this ubuntu wiki.


  4. Ran terminal commands: sudo update-initramfs -u and sudo update-grub



reference



Videoinfo:



grub> videoinfo
List of supported video modes:
Legend: mask/position=red,green,blue,reserved
Adapter 'Bochs PCI Video Driver':
No info available
Adapter 'Cirruls CLGD 5446 PCI Video Driver':
No info available
Adapter 'EFI GOP Driver':
* 0x000 1920 x 1080 x 32 (7680) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
0x001 640 x 480 x 32 (2560) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
0x002 800 x 600 x 32 (3200) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
0x003 1024 x 768 x 32 (3200) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
0x004 1280 x 800 x 32 (5120) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
0x005 1280 x 1024 x 32 (5120) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
0x006 1440 x 900 x 32 (5760) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
0x007 1400 x 1050 x 32 (5600) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
0x008 1680 x 1050 x 32 (6720) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
EDID version: 1.3
Preferred mode: 1920x1080
grub>


Issue:
During my many reboots checks, I am able now able to see the plymouth splash the I had implemented. However, the splash does not last till GDM login screen appears; the splash is still proceeded by a black text screen(see below images on 1st reboot and subsequents reboots), followed by a complete black screen, followed by then the GDM login screen appearing. Also, after I had made the above amendments, on the first reboot, the plymouth splash had appeared the longest. On my 2nd and subsequent reboots, the appearance of the splash was shortened.



1st Reboot(left) and Subequent Reboots(right):



1st boot2nd boot



Question: How can I avoid these black text screen and black blank screen which appears between the imaged filled plymouth-splash and gdm-login screens?










share|improve this question































    0















    In Ubuntu 18.04.2, I would like to show a consistent background image from the start of Grub2 to the appearance of the GDM login screen.



    I have customized the ubuntu-logo plymouth theme to show the background image that I would like. All the necessary procedures as described by @Jake were done, and tested. Even the test procedure described by @Jake were performed. However, the plymouth theme just does not appear. Between the Grub2 and GDM login stage, I still encounter 6-7 seconds of black screen each time the system boots up.



    What can I do to discover the issue(s) for this black screen? How should I fix this missing splash screen issue.? The system uses NVidea driver version:418.56.



    Remark: The system is able to boot up and login at the GDM login screen.



    Update:



    I introduced the following amendments to try to resolve my issue:





    1. I added the following commands in the default Grub2 file /etc/defaults/grub:



      GRUB_GFXMODE=1920x1080x32
      GRUB_GFXPAYLOAD_LINUX="keep"



      According to GRUB_GFXPAYLOAD_LINUX, the value "keep" preserves the graphics mode set using GRUB_GFXMODE when the linux kernel is booted.



      The resolution of 1920x1080x32 was selected for GRUB_GFXMODE because it was the highest resolution available in the video driver detected by Grub2, which was a EFI GOP driver.



      To get available resolutions detected by Grub2, at the Grub2 menu during the boot phase, I pressed the keyboard 'c' key. Then at grub> prompt, I entered the command videoinfo (see Videoinfo); the command vbeinfo did not exist in Grub2.




    2. I created a splash file to set FRAMEBUFFER on with this terminal command:



      echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash



    3. As a splash image is involved, I performed the amendments described in the section on Configuration settings (splash image present) in this ubuntu wiki.


    4. Ran terminal commands: sudo update-initramfs -u and sudo update-grub



    reference



    Videoinfo:



    grub> videoinfo
    List of supported video modes:
    Legend: mask/position=red,green,blue,reserved
    Adapter 'Bochs PCI Video Driver':
    No info available
    Adapter 'Cirruls CLGD 5446 PCI Video Driver':
    No info available
    Adapter 'EFI GOP Driver':
    * 0x000 1920 x 1080 x 32 (7680) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
    0x001 640 x 480 x 32 (2560) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
    0x002 800 x 600 x 32 (3200) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
    0x003 1024 x 768 x 32 (3200) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
    0x004 1280 x 800 x 32 (5120) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
    0x005 1280 x 1024 x 32 (5120) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
    0x006 1440 x 900 x 32 (5760) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
    0x007 1400 x 1050 x 32 (5600) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
    0x008 1680 x 1050 x 32 (6720) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
    EDID version: 1.3
    Preferred mode: 1920x1080
    grub>


    Issue:
    During my many reboots checks, I am able now able to see the plymouth splash the I had implemented. However, the splash does not last till GDM login screen appears; the splash is still proceeded by a black text screen(see below images on 1st reboot and subsequents reboots), followed by a complete black screen, followed by then the GDM login screen appearing. Also, after I had made the above amendments, on the first reboot, the plymouth splash had appeared the longest. On my 2nd and subsequent reboots, the appearance of the splash was shortened.



    1st Reboot(left) and Subequent Reboots(right):



    1st boot2nd boot



    Question: How can I avoid these black text screen and black blank screen which appears between the imaged filled plymouth-splash and gdm-login screens?










    share|improve this question



























      0












      0








      0








      In Ubuntu 18.04.2, I would like to show a consistent background image from the start of Grub2 to the appearance of the GDM login screen.



      I have customized the ubuntu-logo plymouth theme to show the background image that I would like. All the necessary procedures as described by @Jake were done, and tested. Even the test procedure described by @Jake were performed. However, the plymouth theme just does not appear. Between the Grub2 and GDM login stage, I still encounter 6-7 seconds of black screen each time the system boots up.



      What can I do to discover the issue(s) for this black screen? How should I fix this missing splash screen issue.? The system uses NVidea driver version:418.56.



      Remark: The system is able to boot up and login at the GDM login screen.



      Update:



      I introduced the following amendments to try to resolve my issue:





      1. I added the following commands in the default Grub2 file /etc/defaults/grub:



        GRUB_GFXMODE=1920x1080x32
        GRUB_GFXPAYLOAD_LINUX="keep"



        According to GRUB_GFXPAYLOAD_LINUX, the value "keep" preserves the graphics mode set using GRUB_GFXMODE when the linux kernel is booted.



        The resolution of 1920x1080x32 was selected for GRUB_GFXMODE because it was the highest resolution available in the video driver detected by Grub2, which was a EFI GOP driver.



        To get available resolutions detected by Grub2, at the Grub2 menu during the boot phase, I pressed the keyboard 'c' key. Then at grub> prompt, I entered the command videoinfo (see Videoinfo); the command vbeinfo did not exist in Grub2.




      2. I created a splash file to set FRAMEBUFFER on with this terminal command:



        echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash



      3. As a splash image is involved, I performed the amendments described in the section on Configuration settings (splash image present) in this ubuntu wiki.


      4. Ran terminal commands: sudo update-initramfs -u and sudo update-grub



      reference



      Videoinfo:



      grub> videoinfo
      List of supported video modes:
      Legend: mask/position=red,green,blue,reserved
      Adapter 'Bochs PCI Video Driver':
      No info available
      Adapter 'Cirruls CLGD 5446 PCI Video Driver':
      No info available
      Adapter 'EFI GOP Driver':
      * 0x000 1920 x 1080 x 32 (7680) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
      0x001 640 x 480 x 32 (2560) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
      0x002 800 x 600 x 32 (3200) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
      0x003 1024 x 768 x 32 (3200) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
      0x004 1280 x 800 x 32 (5120) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
      0x005 1280 x 1024 x 32 (5120) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
      0x006 1440 x 900 x 32 (5760) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
      0x007 1400 x 1050 x 32 (5600) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
      0x008 1680 x 1050 x 32 (6720) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
      EDID version: 1.3
      Preferred mode: 1920x1080
      grub>


      Issue:
      During my many reboots checks, I am able now able to see the plymouth splash the I had implemented. However, the splash does not last till GDM login screen appears; the splash is still proceeded by a black text screen(see below images on 1st reboot and subsequents reboots), followed by a complete black screen, followed by then the GDM login screen appearing. Also, after I had made the above amendments, on the first reboot, the plymouth splash had appeared the longest. On my 2nd and subsequent reboots, the appearance of the splash was shortened.



      1st Reboot(left) and Subequent Reboots(right):



      1st boot2nd boot



      Question: How can I avoid these black text screen and black blank screen which appears between the imaged filled plymouth-splash and gdm-login screens?










      share|improve this question
















      In Ubuntu 18.04.2, I would like to show a consistent background image from the start of Grub2 to the appearance of the GDM login screen.



      I have customized the ubuntu-logo plymouth theme to show the background image that I would like. All the necessary procedures as described by @Jake were done, and tested. Even the test procedure described by @Jake were performed. However, the plymouth theme just does not appear. Between the Grub2 and GDM login stage, I still encounter 6-7 seconds of black screen each time the system boots up.



      What can I do to discover the issue(s) for this black screen? How should I fix this missing splash screen issue.? The system uses NVidea driver version:418.56.



      Remark: The system is able to boot up and login at the GDM login screen.



      Update:



      I introduced the following amendments to try to resolve my issue:





      1. I added the following commands in the default Grub2 file /etc/defaults/grub:



        GRUB_GFXMODE=1920x1080x32
        GRUB_GFXPAYLOAD_LINUX="keep"



        According to GRUB_GFXPAYLOAD_LINUX, the value "keep" preserves the graphics mode set using GRUB_GFXMODE when the linux kernel is booted.



        The resolution of 1920x1080x32 was selected for GRUB_GFXMODE because it was the highest resolution available in the video driver detected by Grub2, which was a EFI GOP driver.



        To get available resolutions detected by Grub2, at the Grub2 menu during the boot phase, I pressed the keyboard 'c' key. Then at grub> prompt, I entered the command videoinfo (see Videoinfo); the command vbeinfo did not exist in Grub2.




      2. I created a splash file to set FRAMEBUFFER on with this terminal command:



        echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash



      3. As a splash image is involved, I performed the amendments described in the section on Configuration settings (splash image present) in this ubuntu wiki.


      4. Ran terminal commands: sudo update-initramfs -u and sudo update-grub



      reference



      Videoinfo:



      grub> videoinfo
      List of supported video modes:
      Legend: mask/position=red,green,blue,reserved
      Adapter 'Bochs PCI Video Driver':
      No info available
      Adapter 'Cirruls CLGD 5446 PCI Video Driver':
      No info available
      Adapter 'EFI GOP Driver':
      * 0x000 1920 x 1080 x 32 (7680) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
      0x001 640 x 480 x 32 (2560) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
      0x002 800 x 600 x 32 (3200) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
      0x003 1024 x 768 x 32 (3200) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
      0x004 1280 x 800 x 32 (5120) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
      0x005 1280 x 1024 x 32 (5120) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
      0x006 1440 x 900 x 32 (5760) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
      0x007 1400 x 1050 x 32 (5600) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
      0x008 1680 x 1050 x 32 (6720) Direct color, mask: 8/8/8/8 pos: 16/8/0/24
      EDID version: 1.3
      Preferred mode: 1920x1080
      grub>


      Issue:
      During my many reboots checks, I am able now able to see the plymouth splash the I had implemented. However, the splash does not last till GDM login screen appears; the splash is still proceeded by a black text screen(see below images on 1st reboot and subsequents reboots), followed by a complete black screen, followed by then the GDM login screen appearing. Also, after I had made the above amendments, on the first reboot, the plymouth splash had appeared the longest. On my 2nd and subsequent reboots, the appearance of the splash was shortened.



      1st Reboot(left) and Subequent Reboots(right):



      1st boot2nd boot



      Question: How can I avoid these black text screen and black blank screen which appears between the imaged filled plymouth-splash and gdm-login screens?







      boot grub2 nvidia gdm plymouth






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 13 mins ago







      Sun Bear

















      asked yesterday









      Sun BearSun Bear

      318215




      318215






















          0






          active

          oldest

          votes












          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%2f1133622%2fovercoming-black-text-and-black-blank-screens-during-plymouth-stage%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          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%2f1133622%2fovercoming-black-text-and-black-blank-screens-during-plymouth-stage%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

          Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

          Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

          Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...