我在HP笔记本电脑上运行Windows 10,并希望运行Ubuntu 15.10。然后,我做了什么:
我选择了已删除的分区:
一个。从开始中选择 ext4文件系统,逻辑
湾装载点/
然后,我在所选分区中安装了ubuntu,其中没有Windows 10启动加载程序。
主要问题是: 当我启动计算机时,两个操作系统选项都没有显示。
提前致谢。
答案 0 :(得分:-1)
您必须更新grub配置文件...
打开终端并输入以下命令:
$ sudo update-grub
它将检测您的pc上安装的其他操作系统。输出将如下所示
Generating grub configuration file ...
Found background: /home/rajeev/Pictures/portal.png
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found background image: /home/rajeev/Pictures/portal.png
Found linux image: /boot/vmlinuz-4.2.0-34-generic
Found initrd image: /boot/initrd.img-4.2.0-34-generic
Found linux image: /boot/vmlinuz-4.2.0-30-generic
Found initrd image: /boot/initrd.img-4.2.0-30-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 8 (loader) on /dev/sda1
done
如果grub不在MBR(主引导记录)中,则必须使用Live CD或可引导驱动器进行安装。
以下是逐步安装的链接:
How-can-i-repair-grub-how-to-get-ubuntu-back-after-installing-windows