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>