Kernel booting frozen due to mounting failure

纵饮孤独 提交于 2019-12-14 03:25:03

问题


I built a new yocto image for a custom board. I flashed it to an SD card and tried booting it, but freezes while booting Kernel.

The image has SYSTEMD feature enabled. If I disable SYSTEMD, it boots fine. Do i need to configure anything ? like in fstab? I am stuck at this point for a long time, so please advice.


回答1:


I was able to resolve this error. I enabled CONFIG_CGROUPS related features as mentioned in (link) in my machine's defconfig and the Kernel boots fine :)



来源:https://stackoverflow.com/questions/51039582/kernel-booting-frozen-due-to-mounting-failure

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!