有一些类似的问题,但我确实不明白。
我是 Linux 和 Ubuntu 的新手!
我有 4 个驱动器:
C: NTFS (For Windows 8)
D: EXT4 (For Ubuntu)
E: NTFS (Persoanl Storgae)
F: NTFS (Persoanl Storage)
我原来是 Windows 8,然后我安装了 Ubuntu 15,现在我的电脑只能启动 Ubuntu,我该怎么做才能恢复 Windows 8 启动。
当我安装 Ubuntu 时,我删除了 D: 驱动器,然后它变成了可用空间,然后我在安装页面中添加分区,然后我将其设置为 / 和 EXT4 以及用于安装的驱动器。
答案1
如果您正在使用 grub 但它没有检测到 windows,请尝试:
sudo update-grub
结果将会是这样的:
Found linux image: /boot/vmlinuz-3.19.0-21-generic
Found initrd image: /boot/initrd.img-3.19.0-21-generic
Found linux image: /boot/vmlinuz-3.19.0-18-generic
Found initrd image: /boot/initrd.img-3.19.0-18-generic
Found linux image: /boot/vmlinuz-3.19.0-16-generic
Found initrd image: /boot/initrd.img-3.19.0-16-generic
Found linux image: /boot/vmlinuz-3.16.0-38-generic
Found initrd image: /boot/initrd.img-3.16.0-38-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 8 (loader) on /dev/sda1
done
如果你发现你的装载机在那里,那么它正在工作