Hi Folks –
New to the forum. I have a question about Linux Cinnamon. I had some Unix experience as a programmer way back in the SCO Unix days (I’m in my late 70’s now) and so some Unix things are returning to memory (just some things however –lol).
System: Kernel: 5.4.0-66-generic x86_64 bits: 64 compiler: gcc v: 9.3.0 Desktop: Cinnamon 4.8.6 wm: muffin dm: LightDM Distro: Linux Mint 20.1 Ulyssa base: Ubuntu 20.04 focal
Problem:
(1) Ran system from a LiveCD on my PC, ran OK so then did the install to the hard drive. I set up the dual boot with Windows 7.
(2) Upon Linux Boot/Init from the HDD the system would show the mint splash logo, the logo would later disappear, and then no login screen would appear. Had to power PC OFF/ON to recover.
(3) But I found that if I did Ctrl-Alt-Enter while splash logo on screen, the boot/init would continue and the login screen would appear and I could log in and then system would run fine.
(4) I learned a little about plymouth and plymouthd and found that if I made the line change below to the file:
usr/share/initramfs-tools/scripts/init-premount/plymouth
new line of code ------> /sbin/plymouthd --mode=boot --attach-to-session --pid-file="/run/plymouth/pid" --debug-file="/pdPMXdebug.txt"
old line of code -----> /sbin/plymouthd --mode=boot --attach-to-session --pid-file=/run/plymouth/pid
the system would Boot/Init OK with the new line of code. In this case the mint logo also does still appear, but is preceded and followed by some debug code on the screen (in addition to the debug code entered into the file pdPMXdebug.txt ).
Apparently just turning on the debug option for plymouthd is enough to prevent the system hang. It’s as if after the logo plymouthd has some problem which is circumvented if plymouthd is in debug mode.
I couldn’t find any information about this problem. Just wondering why that behavior on a brand new installation.
New to the forum. I have a question about Linux Cinnamon. I had some Unix experience as a programmer way back in the SCO Unix days (I’m in my late 70’s now) and so some Unix things are returning to memory (just some things however –lol).
System: Kernel: 5.4.0-66-generic x86_64 bits: 64 compiler: gcc v: 9.3.0 Desktop: Cinnamon 4.8.6 wm: muffin dm: LightDM Distro: Linux Mint 20.1 Ulyssa base: Ubuntu 20.04 focal
Problem:
(1) Ran system from a LiveCD on my PC, ran OK so then did the install to the hard drive. I set up the dual boot with Windows 7.
(2) Upon Linux Boot/Init from the HDD the system would show the mint splash logo, the logo would later disappear, and then no login screen would appear. Had to power PC OFF/ON to recover.
(3) But I found that if I did Ctrl-Alt-Enter while splash logo on screen, the boot/init would continue and the login screen would appear and I could log in and then system would run fine.
(4) I learned a little about plymouth and plymouthd and found that if I made the line change below to the file:
usr/share/initramfs-tools/scripts/init-premount/plymouth
new line of code ------> /sbin/plymouthd --mode=boot --attach-to-session --pid-file="/run/plymouth/pid" --debug-file="/pdPMXdebug.txt"
old line of code -----> /sbin/plymouthd --mode=boot --attach-to-session --pid-file=/run/plymouth/pid
the system would Boot/Init OK with the new line of code. In this case the mint logo also does still appear, but is preceded and followed by some debug code on the screen (in addition to the debug code entered into the file pdPMXdebug.txt ).
Apparently just turning on the debug option for plymouthd is enough to prevent the system hang. It’s as if after the logo plymouthd has some problem which is circumvented if plymouthd is in debug mode.
I couldn’t find any information about this problem. Just wondering why that behavior on a brand new installation.
Last edited: