LoginSignup
5
2

More than 1 year has passed since last update.

GRUB修復 LinuxとWindowsのデュアルブート

Last updated at Posted at 2019-08-14

Windows10とLinux_mintのデュアルブートで使用しています。
しかし、Microsoftの仕様により、Windows10が半年に一度大型アップデートを実施します。
デュアルブートしていることを忘れて、1903を適用してしまいめでたくGRUBが死にました。
修復メモとして、記録します。

①"ls"にてパーティションを確認
②"ls (hd0,gpt6)/" 等にて "grub"が入っているパーティションを確認します。
③set prefix="(hd0,gpt6)/grub"
④root=(hd0,gpt6)
⑤insmod normal
⑦normal
=====Linuxが起動してくる=====
⑧起動後、以下のコマンドを実行し、再起動後起動するように設定
"sudo grub-install --force /dev/sda" ※"/dev/sda"は、適切な場所にインストールしてくれる

これで復旧しました。

再起動等して、確認してください。

5
2
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
2