码迷,mamicode.com
首页 > 系统相关 > 详细

Kernel panic - not syncing: Requested init linuxrc failed (error -5)

时间:2015-11-29 13:32:51      阅读:918      评论:0      收藏:0      [点我收藏+]

标签:

在Powerpc mpc8247上移植Linux的时候,制作了ramdisk镜像文件放在RAM里,用bootm命令启动系统时,出现如下错误:

技术分享

返回的错误代码是5,在Linux源码目录/include/uapi/asm-generic的errno-base.h中定义的是I/O错误。引起错误的原因是分配的ramdisk空间小于文件系统镜像文件的大小,解决方法是在U-boot 环境变量bootargs中设置ramdisk_size一个适当的值:

setenv bootargs root=/dev/ram rw ramdisk_size=40960 console=ttyCPM0,115200

设置好以后再启动系统,就不会出现这个错误了

Kernel panic - not syncing: Requested init linuxrc failed (error -5)

标签:

原文地址:http://www.cnblogs.com/FlyingFlyer/p/5004632.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!