虚拟机RHEL7启动进入emergency mode问题

开启虚拟机后进入该环境:
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???):

进入该环境的主要原因是:
制作光盘挂载时,因为配置yum源光盘只读不能被mount,所以对/etc/fstab文件进行修改,结果导致系统分区错误,解决方法,删除对/etc/fstab的修改,解除光盘的挂载后重启。
在下次使用yum源时记得重新挂载。

你可能感兴趣的:(VM上安装REHL)