Hi Toradex Community,
I am currently experiencing the following issue with my configuration and is a following of a previous related topic I opened ( TorizonCore container: Unable to read/write to SD card - Technical Support - Toradex Community):
- Apalis iMX6
- Ixora Carrier Board v1.2
- TorizonCore v6.1.0 Build 1
Upon bootup of the OS, The Kernel attempts to start and I get the following output:
Starting kernel ...
[ 3.398317] imx6q-pcie 1ffc000.pcie: Phy link never came up
[ 4.399014] imx6q-pcie 1ffc000.pcie: Phy link never came up
Starting version 250.5+
You are in emergency mode. After logging in, type "journalctl -xb" to view
system logs, "systemctl reboot" to reboot, "systemctl default" or "exit"
to boot into default mode.
Cannot open access to console, the root account is locked.
See sulogin(8) man page for more details.
Press Enter to continue.
Pressing Enter will continuously get me stuck with this output, until I decide to re-image with the base Torizon image. Unable to login and view my journalctl as mentioned.
This happens every single time I execute the following steps in Torizon to setup my host image for my application container:
-
Setup custom password prompted upon first boot.
-
Set mounting permissions in
/etc/fstab
by adding the two following lines for the SD card and USB:
/dev/mmcblk0p1 /mnt auto defaults,noexec,sync,auto,uid=1000,gid=1000 0 0
/dev/sda1 /media auto defaults,noexec,sync,auto,uid=1000,gid=1000 0 0
sync
Rebooting the system from here at any point triggers Emergency Loops as seen above.
I’m wondering if anyone is able to help me identify what could cause this bootup problem.
Thanks in advance,
Anthony