解决linux系统启动之:root用户通过验证但无法进入图形界面
prebackground:
修改/etc/passwd 文件,将这行修改了
root:x:0:0:root :/root:/bin/bash
==>
root:x:0:0:root:/root:/home/root
?
resolution:
=================================================
单用户模式进入系统:
系统启动时在启动菜单上选择
Kernel/.. root=/
按e键,在后面加上single
按b键,启动,进入到系统中,编辑/etc/passwd
reboot
?
可以进入系统