服务器是CentOS7.0系统,长时间开机后,Firefox页面加载失败。执行重启后,出现如下提示:
welcome to emergency mode!after logging in ,type “journalctl -xb” to view system logs,“systemctl reboot” to reboot ,“systemctl default” to try again to boot into default mode。
give root password for maintenance
(?? Control-D???)
修复方法是:
1.#xfs_repair -L /dev/mapper/centos-home 执行对/home分区的系统修复。
2.#mount /dev/centos/home /home/ 挂载/home分区。
3.#umount /home
4.mount -a自动挂载分区
然后执行#startx进入系统。发现系统GONME桌面无显示。
5.修复CentOS7.0的GNOME桌面:
#yum groupinstall -y "KDE Plasma Workspaces"
#ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
6.reboot重启系统,登录正常。