Altera_Forum
Honored Contributor
10 years agoLinux boot hangs just before login prompt
I'm trying to boot from QSPI on a custom board based on Arria V SoC FPGA. In order to build a minimal image root file system, I followed the guideline in the following URL:
http://rocketboards.org/foswiki/view/documentation/gsrd131gettingstartedyocto However, Linux boot hangs after the following message (just before login prompt should show up): Freeing unused kernel memory: 328K (8066a000 - 806bc000) INIT: version 2.88 booting Starting Bootlog daemon: bootlogd. Fri Nov 20 04:46:00 UTC 2015 Running postinst /etc/rpm-postinsts/100... /usr/sbin/update-modules: line 197: /etc/init.d/modutils.sh: No such file or directory INIT: Entering runlevel: 5 Starting syslogd/klogd: done Stopping Bootlog daemon: bootlogd. Does anybody know any workaround for such kind of problem? Thanks!