Leap 15.4 hangs on Terminate Plymouth boot screen
After updating from 15.3 to 15.4 with "zypper dup", I can boot into runlevel 1 and run startx. Runlevels 2, 3, and the default (multi-user GUI) hang at the message in the title. Adding plymouth.enable at the end of the linux line in grub changes nothing. Any ideas or resources to debug? This is a Lenovo T520. TIA, Jeffrey
Jeffrey Taylor composed on 2022-12-14 13:00 (UTC-0600):
Does anything happen if you strike ENTER at the hang, or ESC right after the Grub menu disappears? Try instead appending plymouth=0 with removing quiet & splash=silent. -- Evolution as taught in public schools is, like religion, based on faith, not based on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata
Carlos E. R. composed on 2022-12-15 00:32 (UTC+0100):
Better make it "splash=verbose"
For what purpose? # inxi -S System: Host: gx151 Kernel: 5.19.13-1-default arch: i686 bits: 32 Console: pty pts/0 Distro: openSUSE Tumbleweed 20221213 # dmesg | grep splash [ 0.047233] Kernel command line: root=/dev/sda18 noresume mitigations=auto consoleblank=0 vga=791 3 splash=verbose [ 0.047584] Unknown kernel command line parameters "3 vga=791 splash=verbose", will be passed to user space. [ 7.373067] splash=verbose # dmesg | grep -A8 'init as init' [ 7.071288] Run /init as init process [ 7.071993] with arguments: [ 7.071997] /init [ 7.071999] 3 [ 7.072001] with environment: [ 7.072003] HOME=/ [ 7.072005] TERM=linux [ 7.072007] vga=791 [ 7.072009] splash=verbose # dmesg | grep 'mand line' [ 0.047238] Kernel command line: root=/dev/sda18 noresume mitigations=auto consoleblank=0 vga=791 3 splash=silent [ 0.047533] Unknown kernel command line parameters "3 vga=791 splash=silent", will be passed to user space. [ 7.475926] systemd-hibernate-resume-generator[127]: Found "noresume" on the kernel command line, quitting. # inxi -S System: Host: gx151 Kernel: 5.14.21-150400.22-default arch: x86_64 bits: 64 Console: pty pts/0 Distro: openSUSE Leap 15.4 # dmesg | grep splash [ 0.000000] Command line: root=/dev/sda20 noresume mitigations=auto consoleblank=0 vga=791 3 splash=verbose [ 0.037756] Kernel command line: root=/dev/sda20 noresume mitigations=auto consoleblank=0 vga=791 3 splash=verbose [ 0.038000] Unknown kernel command line parameters "3 vga=791 splash=verbose", will be passed to user space. [ 3.425426] splash=verbose # dmesg | grep -A8 'init as init' [ 3.417429] Run /init as init process [ 3.425410] with arguments: [ 3.425415] /init [ 3.425417] 3 [ 3.425419] with environment: [ 3.425421] HOME=/ [ 3.425423] TERM=linux [ 3.425424] vga=791 [ 3.425426] splash=verbose # inxi -S System: Host: gx151 Kernel: 5.3.18-150300.59.76-default arch: x86_64 bits: 64 Console: pty pts/0 Distro: openSUSE Leap 15.3 # dmesg | grep splash [ 0.000000] Command line: root=/dev/sda21 noresume mitigations=auto consoleblank=0 vga=791 3 splash=verbose [ 0.301344] Kernel command line: root=/dev/sda21 noresume mitigations=auto consoleblank=0 vga=791 3 splash=verbose Summary: splash= became inert to the openSUSE boot process after 15.3 release, useless baggage. -- Evolution as taught in public schools is, like religion, based on faith, not based on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata
On 15/12/2022 03.38, Felix Miata wrote:
Because we want all messages printed, because we have an error and want to see it. Being passed to userspace doesn't mean it doesn't work, as I am getting all the messages. -- Cheers / Saludos, Carlos E. R. (from openSUSE 15.4 (Legolas))
Carlos E. R. composed on 2022-12-15 05:56 (UTC-0500):
Felix Miata wrote:
Carlos E. R. composed on 2022-12-15 00:32 (UTC+0100):
Better make it "splash=verbose"
For what purpose?
Because we want all messages printed, because we have an error and want to see it.
Being passed to userspace doesn't mean it doesn't work, as I am getting all the messages.
Just as you would with no splash= at all, and I get with no splash= at all, in Leap and TW (and Fedora, Mageia, Debian, Ubuntu & Mint), because it is inert and innocuous and useless and ignored, because verbose is the kernel's default behavior. -- Evolution as taught in public schools is, like religion, based on faith, not based on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata
Hello, In the Message; Subject : Leap 15.4 hangs on Terminate Plymouth boot screen Message-ID : <CAH5M2-PSqSVbZcYvXeN9QZgzt__VWbkTPkcBiXNU_=TxsoMWYQ@mail.gmail.com> Date & Time: Wed, 14 Dec 2022 13:00:37 -0600 [JT] == Jeffrey Taylor <jeff.taylor@ieee.org> has written: JT> After updating from 15.3 to 15.4 with "zypper dup", I can boot into JT> runlevel 1 and run startx. Runlevels 2, 3, and the default (multi-user GUI) JT> hang at the message in the title. Adding plymouth.enable at the end of the JT> linux line in grub changes nothing. Any ideas or resources to debug? This JT> is a Lenovo T520. How about removing the splash=silent and the quiet parameters? Regards. --- ┏━━┓彡 野宮 賢 mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "Bill! You married with Computer. Not with Me!" "No......, with money."
On 12/14/22 13:00, Jeffrey Taylor wrote:
Found the problem. Unplugging the Lenovo USB mini-dock from my Lenovo T520 allows booting into runlevel 3. Debugging and/or filing a bug report will wait until I get caught up from 4-5 days without the laptop. Thanks to all for the help, Jeffrey
Jeffrey Taylor composed on 2022-12-14 13:00 (UTC-0600):
Does anything happen if you strike ENTER at the hang, or ESC right after the Grub menu disappears? Try instead appending plymouth=0 with removing quiet & splash=silent. -- Evolution as taught in public schools is, like religion, based on faith, not based on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata
Carlos E. R. composed on 2022-12-15 00:32 (UTC+0100):
Better make it "splash=verbose"
For what purpose? # inxi -S System: Host: gx151 Kernel: 5.19.13-1-default arch: i686 bits: 32 Console: pty pts/0 Distro: openSUSE Tumbleweed 20221213 # dmesg | grep splash [ 0.047233] Kernel command line: root=/dev/sda18 noresume mitigations=auto consoleblank=0 vga=791 3 splash=verbose [ 0.047584] Unknown kernel command line parameters "3 vga=791 splash=verbose", will be passed to user space. [ 7.373067] splash=verbose # dmesg | grep -A8 'init as init' [ 7.071288] Run /init as init process [ 7.071993] with arguments: [ 7.071997] /init [ 7.071999] 3 [ 7.072001] with environment: [ 7.072003] HOME=/ [ 7.072005] TERM=linux [ 7.072007] vga=791 [ 7.072009] splash=verbose # dmesg | grep 'mand line' [ 0.047238] Kernel command line: root=/dev/sda18 noresume mitigations=auto consoleblank=0 vga=791 3 splash=silent [ 0.047533] Unknown kernel command line parameters "3 vga=791 splash=silent", will be passed to user space. [ 7.475926] systemd-hibernate-resume-generator[127]: Found "noresume" on the kernel command line, quitting. # inxi -S System: Host: gx151 Kernel: 5.14.21-150400.22-default arch: x86_64 bits: 64 Console: pty pts/0 Distro: openSUSE Leap 15.4 # dmesg | grep splash [ 0.000000] Command line: root=/dev/sda20 noresume mitigations=auto consoleblank=0 vga=791 3 splash=verbose [ 0.037756] Kernel command line: root=/dev/sda20 noresume mitigations=auto consoleblank=0 vga=791 3 splash=verbose [ 0.038000] Unknown kernel command line parameters "3 vga=791 splash=verbose", will be passed to user space. [ 3.425426] splash=verbose # dmesg | grep -A8 'init as init' [ 3.417429] Run /init as init process [ 3.425410] with arguments: [ 3.425415] /init [ 3.425417] 3 [ 3.425419] with environment: [ 3.425421] HOME=/ [ 3.425423] TERM=linux [ 3.425424] vga=791 [ 3.425426] splash=verbose # inxi -S System: Host: gx151 Kernel: 5.3.18-150300.59.76-default arch: x86_64 bits: 64 Console: pty pts/0 Distro: openSUSE Leap 15.3 # dmesg | grep splash [ 0.000000] Command line: root=/dev/sda21 noresume mitigations=auto consoleblank=0 vga=791 3 splash=verbose [ 0.301344] Kernel command line: root=/dev/sda21 noresume mitigations=auto consoleblank=0 vga=791 3 splash=verbose Summary: splash= became inert to the openSUSE boot process after 15.3 release, useless baggage. -- Evolution as taught in public schools is, like religion, based on faith, not based on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata
On 15/12/2022 03.38, Felix Miata wrote:
Because we want all messages printed, because we have an error and want to see it. Being passed to userspace doesn't mean it doesn't work, as I am getting all the messages. -- Cheers / Saludos, Carlos E. R. (from openSUSE 15.4 (Legolas))
Carlos E. R. composed on 2022-12-15 05:56 (UTC-0500):
Felix Miata wrote:
Carlos E. R. composed on 2022-12-15 00:32 (UTC+0100):
Better make it "splash=verbose"
For what purpose?
Because we want all messages printed, because we have an error and want to see it.
Being passed to userspace doesn't mean it doesn't work, as I am getting all the messages.
Just as you would with no splash= at all, and I get with no splash= at all, in Leap and TW (and Fedora, Mageia, Debian, Ubuntu & Mint), because it is inert and innocuous and useless and ignored, because verbose is the kernel's default behavior. -- Evolution as taught in public schools is, like religion, based on faith, not based on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata
Hello, In the Message; Subject : Leap 15.4 hangs on Terminate Plymouth boot screen Message-ID : <CAH5M2-PSqSVbZcYvXeN9QZgzt__VWbkTPkcBiXNU_=TxsoMWYQ@mail.gmail.com> Date & Time: Wed, 14 Dec 2022 13:00:37 -0600 [JT] == Jeffrey Taylor <jeff.taylor@ieee.org> has written: JT> After updating from 15.3 to 15.4 with "zypper dup", I can boot into JT> runlevel 1 and run startx. Runlevels 2, 3, and the default (multi-user GUI) JT> hang at the message in the title. Adding plymouth.enable at the end of the JT> linux line in grub changes nothing. Any ideas or resources to debug? This JT> is a Lenovo T520. How about removing the splash=silent and the quiet parameters? Regards. --- ┏━━┓彡 野宮 賢 mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "Bill! You married with Computer. Not with Me!" "No......, with money."
participants (4)
-
Carlos E. R.
-
Felix Miata
-
Jeffrey Taylor
-
Masaru Nomiya