![]() |
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 directoryCode:
total 0Code:
#What can I do to solve this? :S Thanks in advance |
Try locating all plymouth unit files and if found, disable any mention of it
systemctl list-unit-files | grep plymouth |
I tried it
Quote:
I tried that, but systemctl list-unit-files | grep plymouth returns no output :S :S |
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?
|
That's the problem; I've never even installed plymouth to begin with :O :S
|
Have you edited your fstab?
Does it boot from super-grub cd? Fred. |
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 :'( |
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. |
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. |
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? |
I guess I should have been more specific. I can boot into recovery mode. Otherwise, I've been using chroot from a live medium.
|
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 |
Actually, I've just reinstalled my distro :P (It works fine now =) )
|
| All times are GMT -5. The time now is 06:15 PM. |