Hello,
I have openSUSE 13.2 MS0 with kernel 3.15.0-rc7-1-desktop.
I recently encounter this problem quite frequently:
“Welcome to emergency mode! After logging in, type:
“journalctl -xb” to view system log
“journalctl reboot” to reboot
“journalctl default” to try again to boot into default
Give root password for maintenance or press CTRL D to continue”
Is there anyway to fix this problem for good, other than rebooting the kernel in Recovery Mode?
Thanks in advance for your help.
Read output of “journalctl -b”, find out which services failed and fix the reason … you can upload full output to http://susepaste.org/ so someone may get a look.
The same problem happened just a few minutes ago. I don’t know how to copy the whole screenshot of “journalctl -b” command in order to post in susepaste. However, I managed to jot down the following error messages:
Linux systemd[1]:
-
timed out waiting for device dev-disk-by\x2duuid…
-
dependency failed for /home
-
dependency failed for Local File System
-
dependency failed for file system check
-
dependency failed for /dev-disk-by…
I found the work-around in my own thread entitled “openSUSE 12.3 RC1 reboots into emergency mode right after installation” dated 15-Feb-2013, Post#57:
#mount /home
#systemctl default
Cheers!