我在我的MacBook Pro上有一个Ubuntu14.10/MacOSX/Windows 8三引导。
但是,Windows没有出现在grub中,只有MacOS和Ubuntu出现。
我从其他类似的问题中尝试了一些东西,但是没有什么效果,比如运行update-grub或Boot Repair。以下是一些可能有用的程序输出:
sudo fdisk -l
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sda: 256.1 GB, 256060514304 bytes
255 heads, 63 sectors/track, 31130 cylinders, total 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
Disk identifier: 0x2f014951
Device Boot Start End Blocks Id System
/dev/sda1 1 409639 204819+ ee GPT
/dev/sda2 409640 49237767 24414064 af HFS / HFS+
/dev/sda3 49500160 322936831 136718336 7 HPFS/NTFS/exFAT
/dev/sda4 * 322936832 500117503 88590336 83 Linux我想/dev/sda3 3可能是windows !?
sudo update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.13.0-34-generic
Found initrd image: /boot/initrd.img-3.13.0-34-generic
Found linux image: /boot/vmlinuz-3.13.0-24-generic
Found initrd image: /boot/initrd.img-3.13.0-24-generic
Found linux image: /boot/vmlinuz-3.5.0-45-generic
Found initrd image: /boot/initrd.img-3.5.0-45-generic
Found linux image: /boot/vmlinuz-3.5.0-36-generic
Found initrd image: /boot/initrd.img-3.5.0-36-generic
Found linux image: /boot/vmlinuz-3.5.0-28-generic
Found initrd image: /boot/initrd.img-3.5.0-28-generic
Found linux image: /boot/vmlinuz-3.5.0-27-generic
Found initrd image: /boot/initrd.img-3.5.0-27-generic
Found linux image: /boot/vmlinuz-3.5.0-17-generic
Found initrd image: /boot/initrd.img-3.5.0-17-generic
Found Mac OS X on /dev/sda2
donesudo os-prober
/dev/sda2:Mac OS X:MacOSX:macosx发布于 2015-01-26 13:26:10
尝试更新存储库,希望这将有助于您在windows 8中使用GRUB。
sudo add-apt-repository ppa:yannubuntu/boot-repair &&
sudo apt-get update &&
sudo apt-get install -y boot-repair &&
boot-repairhttps://askubuntu.com/questions/577998
复制相似问题