为什么 windows 没有出现在 grub 菜单中?

为什么 windows 没有出现在 grub 菜单中?

我最近在 Windows 7 笔记本电脑上安装了 Ubuntu 17.04,打算进行双启动。但是,现在我的电脑自动默认为 Ubuntu。经过一番尝试,我让 grub 菜单显示出来,但只显示 Ubuntu。如何让 Windows 显示出来?

代码:sudo fdisk -l

收到:

Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0xe9fded33

Device     Boot    Start       End   Sectors  Size Id Type
/dev/sda1  *        2048    999423    997376  487M 82 Linux swap / Solaris
/dev/sda2        1001470 137717759 136716290 65.2G  5 Extended
/dev/sda5        1001472  40060927  39059456 18.6G 83 Linux
/dev/sda6       40062976 137717759  97654784 46.6G 83 Linux

Partition 2 does not start on physical sector boundary.

启动信息

https://pastebin.com/BFUrL3cD

启动修复显示成功,但我仍然在 grub 菜单中只看到 Ubuntu。请帮忙!

相关内容