LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-04-2016, 01:43 PM   #1
Juan Lucas
LQ Newbie
 
Registered: Jul 2015
Distribution: Manjaro, Debian...
Posts: 29

Rep: Reputation: Disabled
Exclamation Boot hang: process /bin/plymouth could not be executed


Hello there!

My problem is the following: After my last update (pacman -Syu) my system hangs on boot, and I can't figure out the cause (it's driving me crazy, really)

Searching on the web I found out that this could be caused by a bad fstab file, but this doesn't appear to be the case.

The distro I'm using is Manjaro linux (it is based on Arch) and my Systemd version is 231

This is what journalctl -xb had to say about it
Code:
Oct 04 11:45:02 manjarobox systemd[350]: rescue.service: Faied at step EXEC spawning /bin/plymouth: No such file or directory
-Subject: Process /bin/plymouth could not be executed
-Defined-by: systemd
-Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-
-The process /bin/plymouth could not be executed and failed
-
-The error number returned by this process is 2
This is the output of ls -l /etc/systemd/system/multi-user.target.wants
Code:
total 0
lrwxrwxrwx 1 root root 38 Dec 22  2015 cronie.service -> /usr/lib/systemd/system/cronie.service
lrwxrwxrwx 1 root root 42 Dec 27  2015 lm_sensors.service -> /usr/lib/systemd/system/lm_sensors.service
lrwxrwxrwx 1 root root 44 Dec 22  2015 ModemManager.service -> /usr/lib/systemd/system/ModemManager.service
lrwxrwxrwx 1 root root 46 Dec 22  2015 NetworkManager.service -> /usr/lib/systemd/system/NetworkManager.service
lrwxrwxrwx 1 root root 40 Dec 22  2015 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
lrwxrwxrwx 1 root root 35 Dec 22  2015 tlp.service -> /usr/lib/systemd/system/tlp.service
lrwxrwxrwx 1 root root 35 Jan 13  2016 ufw.service -> /usr/lib/systemd/system/ufw.service
And my /etc/fstab file looks like this:
Code:
#
# /etc/fstab: static file system information
#
# <file system> <dir>   <type>  <options>       <dump>  <pass>
# DEVICE DETAILS: /dev/sda1 UUID=c52d9ae9-48a8-487c-931b-77deedf8e242 LABEL=DskA_Linux
# DEVICE DETAILS: /dev/sda5 UUID=170E967E185647C6 LABEL=DskD_Files
# DEVICE DETAILS: /dev/sda6 UUID=eeaa09fa-4ace-4e5a-8fef-170a18e41940 LABEL=DskE_Swap
UUID=c52d9ae9-48a8-487c-931b-77deedf8e242 / ext4 defaults 0 1
#UUID=170E967E185647C6 /mnt/Files ntfs-3g defaults 0 1
#UUID=eeaa09fa-4ace-4e5a-8fef-170a18e41940 swap swap defaults 0 0
Also, I have never installed plymouth, nor do I intend to, if I can help it.

What can I do to solve this? :S

Thanks in advance
 
Old 10-04-2016, 01:57 PM   #2
c0wb0y
Member
 
Registered: Jan 2012
Location: Inside the oven
Distribution: Windows
Posts: 421

Rep: Reputation: 74
Try locating all plymouth unit files and if found, disable any mention of it
systemctl list-unit-files | grep plymouth
 
1 members found this post helpful.
Old 10-04-2016, 02:08 PM   #3
Juan Lucas
LQ Newbie
 
Registered: Jul 2015
Distribution: Manjaro, Debian...
Posts: 29

Original Poster
Rep: Reputation: Disabled
I tried it

Quote:
Originally Posted by c0wb0y View Post
Try locating all plymouth unit files and if found, disable any mention of it
systemctl list-unit-files | grep plymouth
Hi!
I tried that, but systemctl list-unit-files | grep plymouth returns no output :S :S
 
Old 10-04-2016, 02:23 PM   #4
c0wb0y
Member
 
Registered: Jan 2012
Location: Inside the oven
Distribution: Windows
Posts: 421

Rep: Reputation: 74
I don't install and use plymouth so I'm just shooting in the dark here. Anyhow, it could be possible to skip fancy framebuffer by adding 'nomodeset' to grub so you can skip plymouth thing?
 
Old 10-04-2016, 06:16 PM   #5
Juan Lucas
LQ Newbie
 
Registered: Jul 2015
Distribution: Manjaro, Debian...
Posts: 29

Original Poster
Rep: Reputation: Disabled
That's the problem; I've never even installed plymouth to begin with :O :S
 
Old 10-04-2016, 07:19 PM   #6
Fred Caro
Senior Member
 
Registered: May 2007
Posts: 1,007

Rep: Reputation: 167Reputation: 167
Have you edited your fstab?

Does it boot from super-grub cd?

Fred.
 
Old 10-04-2016, 08:06 PM   #7
Juan Lucas
LQ Newbie
 
Registered: Jul 2015
Distribution: Manjaro, Debian...
Posts: 29

Original Poster
Rep: Reputation: Disabled
I have tikered a bit with my fstab; I commented out the lines that weren't strictly necessary with #

The system does boot, without the need of super-grub cd. It just gets hanged on mid boot :'(
 
Old 10-08-2016, 08:49 PM   #8
Fred Caro
Senior Member
 
Registered: May 2007
Posts: 1,007

Rep: Reputation: 167Reputation: 167
But you need to be able to login.

If you have access to fstab you are logged in.

If it hangs in mid boot, then you don't have access to a running system. Super-grub might give you access to that but you would have to adjust the installation to not need super-grub each time you booted the os.

Fred.
 
Old 10-08-2016, 09:19 PM   #9
Fred Caro
Senior Member
 
Registered: May 2007
Posts: 1,007

Rep: Reputation: 167Reputation: 167
But you need to be able to login.

If you have access to fstab you are logged in.

If it hangs in mid boot, then you don't have access to a running system. Super-grub might give you access to that but you would have to adjust the installation to not need super-grub each time you booted the os.

Fred.
 
Old 10-10-2016, 10:40 AM   #10
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
you're always saying it "hangs mid-boot" - but what exactly does it mean?
what do you see?
how far does it get?
can you switch to another tty and log in?
can you boot into recovery mode?
 
Old 10-12-2016, 06:40 PM   #11
Juan Lucas
LQ Newbie
 
Registered: Jul 2015
Distribution: Manjaro, Debian...
Posts: 29

Original Poster
Rep: Reputation: Disabled
I guess I should have been more specific. I can boot into recovery mode. Otherwise, I've been using chroot from a live medium.
 
Old 10-12-2016, 07:55 PM   #12
c0wb0y
Member
 
Registered: Jan 2012
Location: Inside the oven
Distribution: Windows
Posts: 421

Rep: Reputation: 74
Did you try disabling kms at grub (nomodeset=true)?

Can you please post output of:

ls -l /bin/plymouth*
cat /proc/cmdline

Below is an output of plymouth crap on my CentOS:

Code:
[root@centOS ~]# systemctl list-unit-files | grep plymouth
systemd-ask-password-plymouth.path          static  
plymouth-halt.service                       disabled
plymouth-kexec.service                      disabled
plymouth-poweroff.service                   disabled
plymouth-quit-wait.service                  disabled
plymouth-quit.service                       disabled
plymouth-read-write.service                 disabled
plymouth-reboot.service                     disabled
plymouth-start.service                      disabled
plymouth-switch-root.service                static  
systemd-ask-password-plymouth.service       static
 
Old 10-12-2016, 09:21 PM   #13
Juan Lucas
LQ Newbie
 
Registered: Jul 2015
Distribution: Manjaro, Debian...
Posts: 29

Original Poster
Rep: Reputation: Disabled
Actually, I've just reinstalled my distro :P (It works fine now =) )
 
  


Reply

Tags
boot issues, manjaro, plymouth, systemd



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Plymouth boot fails on boot up after Mageia 64 install caffap Linux - Newbie 1 08-21-2012 12:56 PM
[SOLVED] Xwindow's program will not run when executed on boot or when executed remotely richman1234 Programming 2 10-08-2010 01:32 PM
[SOLVED] Kernel hang during boot process (Slack 13.1 stable w/ kernel 2.6.33.4-smp) lpallard Slackware 10 06-27-2010 01:53 PM
at - warning: commands will be executed using /bin/s RGummi Linux - General 4 10-13-2006 12:34 PM
GeForce, Hang on boot, hang on X ctrl-alt-bspace bigearsbilly Linux - Hardware 0 03-01-2004 07:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration