PCを起動すると、cmdスペースに次のコマンドが表示されます。
/dev/sda1 contains a file system with errors, check forced.
Inodes that were part of a corrupted Orphan linked list found.
/dev/sda1: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
fsck exited with status code 4
The root filesystem on `/dev/sda1` requires a manual `fsck`
BusyBox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built-in Shell (ash)
Enter 'help' for a list of built-in-commands.
(initramfs)_
誰かが問題を解決するのに役立つことができますか?ありがとう!
コマンドラインで、「fsck/dev/sda6」と入力します
修正を実行するように求められたら、y
と入力します。
ディスク障害によるデータの損失を避けるために、このコマンドはライブUbuntuセッションから指定する必要があります。次の手順を実行します:
ターミナルを開き、次のコマンドを入力します。
Sudo fsck /dev/sda1
プロンプトが表示されたら、y
と入力してエラーを修正します。
これですべてです。この修正が適用されると、システムは正常に起動します。