[    1.435209] ALSA device list:
[    1.441772]   #0: V3s Audio Codec
[    1.450847] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
[    1.464176] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
[    1.501478] EXT4-fs (mmcblk0p2): recovery complete
[    1.511839] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    1.523603] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    1.534523] devtmpfs: mounted
[    1.542406] Freeing unused kernel memory: 1024K
[    1.575758] request_module: kmod_concurrent_max (0) close to 0 (max_modprobes: 50), for module binfmt-464c, throttling...
[    6.646708] request_module: modprobe binfmt-464c cannot be processed, kmod busy with 50 threads for more than 5 seconds now
[    6.669615] Starting init: /sbin/init exists but couldn't execute it (error -8)
[    6.718357] request_module: kmod_concurrent_max (0) close to 0 (max_modprobes: 50), for module binfmt-464c, throttling...
[   11.766679] request_module: modprobe binfmt-464c cannot be processed, kmod busy with 50 threads for more than 5 seconds now
[   11.789876] Starting init: /bin/sh exists but couldn't execute it (error -8)
[   11.819580] Kernel panic - not syncing: No working init found.  Try passing init= option to kernel. See Linux Documentation/admin-guide/init.rst for guidance.
[   11.841746] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.13.0-licheepi-zero+ #1
[   11.853155] Hardware name: Allwinner sun8i Family
[   11.862104] [<c010e5f8>] (unwind_backtrace) from [<c010b2a0>] (show_stack+0x10/0x14)
[   11.874216] [<c010b2a0>] (show_stack) from [<c06604a8>] (dump_stack+0x88/0x9c)
[   11.885796] [<c06604a8>] (dump_stack) from [<c011b5dc>] (panic+0xdc/0x248)
[   11.896984] [<c011b5dc>] (panic) from [<c0672074>] (kernel_init+0xf8/0x108)
[   11.908254] [<c0672074>] (kernel_init) from [<c0107618>] (ret_from_fork+0x14/0x3c)
[   11.920133] Rebooting in 5 seconds..
离线
Following is a partial list of possible errors of Linux system:
Error code	Error no	Description
EPERM	1	It is displayed if the operation is not permitted.
ENOENT	2	It is displayed if there is no such file or directory exists.
ESRCH	3	It is displayed if there is no such process exists.
EINTR	4	It is displayed for Interrupted system call
EIO	5	It is displayed for input/output error.
ENXIO	6	It is displayed if there is no such device or address exists.
E2BIG	7	It is displayed if argument list is too long.
ENOEXEC	8	It is displayed if there is an exec format error离线