Linuxカーネルエラー「タスクの初期化が見つかりません」

Linuxカーネルエラー「タスクの初期化が見つかりません」

現在、私はカスタムデバイスのAndroidアップデートを行っています。 Android 7.1.2(u-boot 2015.07 Linuxカーネル4.5を含む)で動作することが知られているAndroid 4.3(u-boot 2015.04およびLinuxカーネル3.2を含む)で更新されました。 u-boot 2015.07 と Linux カーネル 4.5 はカスタムデバイスで動作することが知られています。 u-bootとLinuxカーネルをAndroid 7.1.2に統合すると、Linuxカーネルは起動しません。

ログは次のとおりです。

[    3.667772] sr_init: No PMIC hook to init smartreflex
[    3.673780] sr_init: platform driver register failed for SR
[    3.716721] vdd5_reg: disabling
[    3.720220] regulator-wl18xx-wl-en: disabling
[    3.724826] regulator-wl18xx-bt-en: disabling
[    3.959011] usb 2-1: new high-speed USB device number 2 using musb-hdrc
[    4.099854] usb 2-1: New USB device found, idVendor=0424, idProduct=2513
[    4.106939] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.120895] hub 2-1:1.0: USB hub found
[    4.126728] hub 2-1:1.0: 3 ports detected
[    4.311994] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    4.320977] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    4.331395] devtmpfs: error mounting -2
[    4.336827] Freeing unused kernel memory: 452K (c09b5000 - c0a26000)
[    4.348323] Starting init: /etc/init exists but couldn't execute it (error -13)
[    4.377888] Kernel panic - not syncing: No working init found.  Try passing init= option to kernel. See Linux Documentation/init.txt for guidance.
[    4.391965] ---[ end Kernel panic - not syncing: No working init found.  Try passing init= option to kernel. See Linux Documentation/init.txt for guidance.
[   77.048831] random: nonblocking pool is initialized

ルートファイルシステム(ラベル付きシステム)はext4形式です。カーネルがビルドされると、/bin/sh および /etc/init/ がありますが、/sbin/ フォルダおよび /bin/init /etc/init ファイルはありません。誰もがファイルを実行できるように権限を変更してみましたが、うまくいきませんでした。これが何の問題かを知っている人はいますか?

編集:主な問題は、ファイルシステムがマウントされていないことです。

[    4.295699] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    4.304608] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    4.314750] devtmpfs: error mounting -2

このエラーの原因を知っている人はいますか?

ベストアンサー1

おすすめ記事