Failed to execute /linuxrc;Kernel panic - not syncing: No init found

1)   保证Linux 内核和文件系统的编译工具使用的是同一个版本,  当初我使用了别人的busybox 文件系统,出现了该错误

2)重新制作文件系统, 让文件系统直接askfirst 启动,或者移植了tinyxxx 的加入login的命令

3) 保证编译工具链的库文件移植到了文件系统的Lib中

4) 可以查看内核配置信息中是kernel feature 中是否有 spport old ..... 的选项  , 选择它 。


你可能感兴趣的:(Failed to execute /linuxrc;Kernel panic - not syncing: No init found)