OS
centos7 在开机启动时配置grub进入字符界面
centos 7 从字符界面改成图形界面启动后, 启动失败, 在started accounts service 这一步卡住, 经分析可能跟图形驱动有关, 要改回字符界面, 在开机grub时, 选内核, 按e, 在有linux16的这一行末, 添加 digit 3, ctrl-x重启即可进入字符界面: 下面是网上搜索到的: https://www.centos.org/forums/viewtopic.php?t=47928 On the initial grub boot screen you press Esc to get the kernel list then hit ‘e’ to edit the top one, scroll down to the ‘linux16’ or ‘linuxefi’ lines Read more…