plymouth faz com que o sistema travar na inicialização

1

Meu problema é o seguinte: Depois da minha última atualização (pacman -Syu), meu sistema trava no boot, e não consigo descobrir a causa (isso está me deixando louco, na verdade)

Pesquisando na web, descobri que isso pode ser causado por um arquivo fstab incorreto, mas isso não parece ser o caso.

A distro que estou usando é o Manjaro linux (é baseado no Arch) e minha versão do Systemd é 231

Isto é o que o journalctl -xb tinha a dizer sobre isso

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

Esta é a saída de ls -l /etc/systemd/system/multi-user.target.wants

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

E meu arquivo / etc / fstab tem esta aparência:

# /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

Além disso, nunca instalei o plymouth, nem pretendo fazê-lo, se puder ajudá-lo.

O que posso fazer para resolver isso? : S

Obrigado antecipadamente

    
por John Luke 04.10.2016 / 21:01

1 resposta

1

Já faz um tempo, e há muitas causas para este problema (misconfiguration fstab, arquivos de configuração órfãos, etc), mas para mim usando 'grep -r plymouth /' e, em seguida, excluindo as instruções chamando plymouth resolveu

    
por 01.12.2016 / 01:54