LoginSignup
1
3

More than 5 years have passed since last update.

grub にWindows10起動メニューを追加する(Boot-Repairを利用する)

Posted at

誤ってWindows10起動用パーテーションを削除してしまった時の回復方法
grubでLinuxが起動できることが条件

sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair

boot-repairを起動
推奨リペアを実行する

以上

1
3
0

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
1
3