boot-repair http://paste.ubuntu.com/1458019/
私の初心者の目には、/ sdaSSDが問題であるように見えます。ファイルシステムは「不明」です。/sdbは私のホームドライブであり、そのまま表示されます。
SSDでリカバリを試みるためにできることはありますか?
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
in partition 1 for (,msdos1)/boot/grub.
=> No boot loader is installed in the MBR of /dev/sdb.
=> Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdh.
sda1: __________________________________________________________________________
File system:
Boot sector type: -
Boot sector info:
Mounting failed: mount: unknown filesystem type ''
停電によりメインパーティション/dev/sda1
が破損したようです。データは問題ないはずなので、別の/home
パーティションがあるのは幸いです。
/dev/sda1
でfsck
を実行することから始めることができます。ライブCD/USBから起動し、以下を実行します。
Sudo fsck /dev/sda1
追加情報
fsck
にオプションを指定して、ファイルシステムがクリーンに見えてもチェックを強制することができます。 Y リクエストを自動的に修復し、詳細な出力、またはこれらすべてを指定するには、次に例を示します。
Sudo fsck -fyv /dev/sda1