Hi All,
There is a brownout here while my centos7 is power on.
When I reboot my centos 7, it won't boot normally.
The error message is:
"Entering emergency mode. Exit the shell to continue."
Type "journalctl" to view system logs.
You might want to save "/run/initramfs/rdsosreport.txt" to a usb stick or
/boot after mounting them and attach it to a bug report.
How to fix this problem?
Please help.
Best regards,
Marben
How to fix "Entering emergency mode. Exit the shell to continue."
-
- Posts: 11
- Joined: 2019/10/19 11:18:28
-
- Posts: 98
- Joined: 2019/12/11 03:51:58
Re: How to fix "Entering emergency mode. Exit the shell to continue."
Hi,
I think it might be error in file system and you need to run "fsck" to recover damaged file system.
BR.
I think it might be error in file system and you need to run "fsck" to recover damaged file system.
BR.
Re: How to fix "Entering emergency mode. Exit the shell to continue."
It could be any one of a number of reasons and you have to scroll back up the console log using Shift-PgUp to find the error(s) that caused it. Don't go blindly doing stuff in the hope that it might help, look at the errors and logs and work out what went wrong first.
CentOS 8 died a premature death at the end of 2021 - migrate to Rocky/Alma/OEL/Springdale ASAP.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are dead, do not use them.
Use the FAQ Luke
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are dead, do not use them.
Use the FAQ Luke
-
- Posts: 11
- Joined: 2019/10/19 11:18:28
Re: How to fix "Entering emergency mode. Exit the shell to continue."
Hi All,
Thank you very much for your help.
I solved the problem "Entering emergency mode. Exit the shell to continue."
by using this command:
" xfs_repair -v -L /dev/dm-0”
then after Ctrl-Alt-Delete, my centos7 booted normally as usual.
I followed this:
https://www.jubinjacob.com/?p=70
Best regards,
Marben
Thank you very much for your help.
I solved the problem "Entering emergency mode. Exit the shell to continue."
by using this command:
" xfs_repair -v -L /dev/dm-0”
then after Ctrl-Alt-Delete, my centos7 booted normally as usual.
I followed this:
https://www.jubinjacob.com/?p=70
Best regards,
Marben