Win10:
用U盘制作工具制作PE启动盘,下载win10的镜像放在ISO文件夹下,启动后进入win8PE系统,做好系统分区后,用还原软件把系统还原即可
Ubuntu:
官网镜像:
https://www.ubuntu.com/download/desktop
下载自己需要的版本后,用UltraISO写入到安装U盘中,选择HDD模式即可,重启后安装
/boot 设置512MB
/usr 可执行文件区,80G
/ 20G
/home 比较大,给了200左右空间
/efi分区 LZ不分efi会安装报错,分析可能和启动方式为legacy有关
新建 swap 分区,一般分配内存大小的2倍即可, 但是也有说2-4G即可的,不是很清楚原理
设置完成后,调整时区,输入登陆名称和密码即可安装
出现的grub-efi-amd64-signed问题:
①低版本,13.04左右的iso中有文件命名错误的bug,引用原文如下:
It's a bug. /pool/main/g/grub2-signed/grub-efi-amd64-signed 1.9~ubuntu12.04.4+1.99-21ubuntu3.10_amd64.deb file rename when you burn it in CD/DVD or usb disk togrub-efi-amd64-signed 1.9~ubuntu12.04.4+1.99-21ubuntu3.10_amd.deb. As a result installation script can't find the file and failed to install grub. Quick workaround is that(if you burn iso in USB flash drive) go to pool/main/g/grub2-signed(in usb flash disk) and rename the deb file manually (add64). Now boot from usb flash drive and run a disk check to be sure.
②在对空闲空间分区的时候没有挂载efi分区
启动管理方面是否需要easyBCD待求证