Linux booting error!

Hi i’m booting linux on Arria 10 board, i followed the instruction of rocketboard and when booting this error appeared

[ 2.277977] kjournald starting. Commit interval 5 seconds
[ 2.278010] EXT3-fs (mmcblk0p2): warning: maximal mount count reached, running e2fsck is recommended
[ 2.279505] EXT3-fs (mmcblk0p2): using internal journal
[ 2.281012] EXT3-fs (mmcblk0p2): recovery complete
[ 2.281015] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
[ 2.281044] VFS: Mounted root (ext3 filesystem) on device 179:2.
[ 2.282322] devtmpfs: mounted
[ 2.282557] Freeing unused kernel memory: 416K (c07b6000 - c081e000)
[ 2.454428] systemd[1]: Failed to insert module ‘autofs4’: No such file or directory
[ 2.468346] random: systemd urandom read with 50 bits of entropy available
[ 2.479947] systemd[1]: systemd 226 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD +ID)
[ 2.498162] systemd[1]: Detected architecture arm.

Welcome to The Ångström Distribution v2015.12!

[ 2.524678] systemd[1]: Set hostname to .
[ 2.622866] systemd[1]: Failed to load default target: No such file or directory
[ 2.630244] systemd[1]: Trying to load rescue target…
[ 2.635524] systemd[1]: Failed to load rescue target: No such file or directory
[!!!] Failed to load rescue target, freezing.

anyone ? what can cause the issue ?

It looks like the Kernel is loading and mounting partition 2 (mmcblk0p2) to access the root file system. Is partition 2 an ext3 formatted filesystem with the rootfs copied to it?

Is there more boot log than what you included above?

1 Like

I redone the process and it is functional now, i didn’t know what caused the problem at first.