Description
Running into this issue after building linux image using buildroot...
[ 0.295944][ T1] Run /init as init process [ 0.295969][ T1] with arguments: [ 0.295987][ T1] /init [ 0.296002][ T1] with environment: [ 0.296020][ T1] HOME=/ [ 0.296036][ T1] TERM=linux [ 0.296386][ T1] Failed to execute /init (error -14) [ 0.296418][ T1] Run /sbin/init as init process [ 0.296573][ T1] with arguments: [ 0.296595][ T1] /sbin/init [ 0.296611][ T1] with environment: [ 0.296629][ T1] HOME=/ [ 0.296644][ T1] TERM=linux [ 0.296715][ T1] Starting init: /sbin/init exists but couldn't execute it (error -14) [ 0.296744][ T1] Run /etc/init as init process [ 0.296764][ T1] with arguments: [ 0.296781][ T1] /etc/init [ 0.296797][ T1] with environment: [ 0.296814][ T1] HOME=/ [ 0.296829][ T1] TERM=linux [ 0.296868][ T1] Run /bin/init as init process [ 0.296890][ T1] with arguments: [ 0.296908][ T1] /bin/init [ 0.296924][ T1] with environment: [ 0.296943][ T1] HOME=/ [ 0.296960][ T1] TERM=linux [ 0.296998][ T1] Run /bin/sh as init process [ 0.297021][ T1] with arguments: [ 0.297038][ T1] /bin/sh [ 0.297054][ T1] with environment: [ 0.297071][ T1] HOME=/ [ 0.297087][ T1] TERM=linux [ 0.297140][ T1] Starting init: /bin/sh exists but couldn't execute it (error -14) [ 0.297173][ T1] Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/admin-guide/init.rst for guidance. [ 0.297234][ T1] ---[ end Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/admin-guide/init.rst for guidance. ]---