标签:
这次第二次装ubuntu系统了,第一次是在win7下安装的,到了win10,由于用了efi,跟win7的安装方法不太相同,相同点有:
1.仍然可以用u盘启动,我用的是UltroISO这个软件。
2.装之前在BIOS中进行设置,将Boot里的Security xx调成 disabled
3.对分区的设置大致相同,可以参照以往的教程进行设置。
不同的地方在于分区设置要专门留下200M的空间设置为efi专用,这个没调之前,报了如下的错误:
The ‘grub-efi-amd64-signed‘ package failed to install into /target/.Without the GRUB boot loader,the installed system will not boot.
装好后要更新软件源,容易出现进程残留的问题,先查看是什么进程残留:
ps -e | grep apt
再删除进程:
sudo killall apt
sudo killall apt-get
win10 EFI装ubuntu14.04双系统 及初始配置
标签:
原文地址:http://www.cnblogs.com/waynelin/p/5798988.html