1. 这个问题直接导致无法登陆系统
2. 有可能是串口导致的问题,直接往/etc/inittab文件中根据串口情况添加内容,示例如下:
串口为/dev/ttyLP0,那么应添加以下内容至/etc/inittab
LP0:5:respawn:/sbin/getty 115200 ttyLP0 (运行级别为5)
3. 格式解析如下
# /sbin/getty invocations for the runlevels.
#
# The "id" field MUST be the same as the last
# characters of the device (after "tty").
#
# Format:
# <id>:<runlevels>:<action>:<process>