首先,我是Linux的新手,所以忽略问题中的任何错误。
我已经在我的Windows-10笔记本电脑上安装了Ubuntu16.04。我想把它们都用在同一台机器上。当我启动计算机时,它将直接登录到Windows。我必须去启动选项的惠普,必须选择Ubuntu分区登录到Ubuntu。
我想在启动时启用一个菜单选项,它将询问要引导和登录哪个操作系统。
提前感谢
发布于 2016-05-19 08:40:41
这就是我用预装的w8 (升级到w10)在笔记本电脑上所做的事情。
step 1: download the live cd
step 2: boot into environment (aka try it first)
step 3: install through the environment
step 4: select install next to windows
step 5: do not reboot the computer when the installation is done
step 6: open a terminal in the live environment and do the following
terminal step 1 (calling it tstep now): type sudo su
tstep 2: apt-get install efibootmgr
tstep 3: efibootmgr然后确保ubuntu是第一次启动,您可能需要在您的BIOS中编辑它,然后您就可以进行如下操作:)
https://askubuntu.com/questions/774443
复制相似问题