Forum Discussion
PJais1
New Contributor
6 years agoArria 10 : Unable to mount rootfs
Hello, I have designed Linux OS for our custom Arria 10 SOC board. The booting process is successful but sometimes when board is powered on after a while , it gets stuck over : [ 2.785079] ---...
FawazJ_Altera
Frequent Contributor
6 years agoHello,
It seems the rootfs cannot be seen from the sdcard. did you check if the rootfs is available already?
Furthermore, you might set your kernel configuration to have initrd ramdisk, and this gzip file is not available in your sdcard so that kernel will fail to boot.
Thanks
- PJais16 years ago
New Contributor
Hello @FJumaah ,
I have checked the sd card , the rootfs is available.
The above error is encountered a few times , rest all other times OS boots successfully. But in successful boot also , a warning is displayed :
[ 97.344015] random: crng init done
[ 97.347420] random: 7 urandom warning(s) missed due to ratelimiting.
Can you please suggest , how can i set kernel configuration to have initrd ramdisk ?
Thanks.