Win10 の GRUB エントリを取得できない

Win10 の GRUB エントリを取得できない

(Win10/Ubuntu 15.10) デュアルブートを希望どおりに設定できずに困っています。次のドライブがあります:

  • 500GB SSD - Windows ( /dev/sdb、BIOS でのデフォルト起動)
  • 250GB SSD - Ubuntu ( /dev/sda、ここにGRUBをインストール)
  • 1TB HDD - データ、共有用

理想的には、Ubuntu ドライブをデフォルトのブート ドライブに設定し、必要に応じて Windows をブートするためのエントリを GRUB に用意できればよいのですが、Windows ドライブにはできるだけ手を加えないようにしたいです。というのも、いつも再インストールを必要とするような奇妙な方法で自ら足を撃ってしまうからです。しかし、Ubuntu/GRUB にドライブ上の Windows を認識させることができないようです/dev/sdb。出力は次のようになりますsudo fdisk -l

Disk /dev/sda: 238.5 GiB, 256060514304 bytes, 500118192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x72af2e5d

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sda1  *         2048    976895    974848   476M 83 Linux
/dev/sda2          978942 500117503 499138562   238G  5 Extended
/dev/sda5          978944  49805311  48826368  23.3G 83 Linux
/dev/sda6        49807360 469727231 419919872 200.2G 83 Linux
/dev/sda7       469729280 500117503  30388224  14.5G 82 Linux swap / Solaris

Disk /dev/sdb: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 4CF7AF69-3795-45AE-96B5-E4AFBBDBDF08

Device         Start       End   Sectors   Size Type
/dev/sdb1       2048    616447    614400   300M Windows recovery environment
/dev/sdb2     616448    821247    204800   100M EFI System
/dev/sdb3     821248   1083391    262144   128M Microsoft reserved
/dev/sdb4    1083392 975851519 974768128 464.8G Microsoft basic data
/dev/sdb5  975851520 976773119    921600   450M Windows recovery environment

を実行するとsudo grub-install /dev/sdb、次の結果が得られます。

Installing for i386-pc platform.
grub-install: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible.
grub-install: error: embedding is not possible, but this is required for cross-disk install.

実行sudo update-grubによって得られるもの:

Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.2.0-18-generic
Found initrd image: /boot/initrd.img-4.2.0-18-generic
Found linux image: /boot/vmlinuz-4.2.0-16-generic
Found initrd image: /boot/initrd.img-4.2.0-16-generic
Found memtest86+ image: /memtest86+.elf
Found memtest86+ image: /memtest86+.bin
done

を実行しても何も返されません。の要約os-proberの結果は次のとおりです。boot-repairhttp://paste.ubuntu.com/13323193/(ここに貼り付けるには長すぎます)

Windows を GRUB リストに追加するために何が足りないのでしょうか?

答え1

従来の BIOS ではなく UEFI に Ubuntu をインストールすると、Windows 用の GRUB エントリを適切に追加できるようになりました。

関連情報