1. 重装Ubuntu前准备工作
1.1 用DiskGenius分配出一块空闲的磁盘,给Ubuntu使用(注意:需主分区分出来的磁盘,而不是扩展分区);
1.2 下载EasyBCD;
1.3 在Windows引导程序中添加NeoGrub,修改相应配置,将配置和镜像iso均放在C盘下;
# NeoSmart NeoGrub Bootloader Configuration File
#
# This is the NeoGrub configuration file, and should be located at C:\NST\menu.lst
# Please see the EasyBCD Documentation for information on how to create/modify entries:
# http://neosmart.net/wiki/display/EBCD/
title Install Ubuntu
root (hd0,0)
kernel (hd0,0)/vmlinuz.efi boot=casper iso-scan/filename=/ubuntu-16.04-desktop-amd64.iso ro quiet splash locale=zh_CN.UTF-8
initrd (hd0,0)/initrd.lz
1.4 重启,选择NeoGrub引导系统安装ubuntu
2. 安装Ubuntu
2.1 分区 / 80g; /boot 2g; /swap 2g; /home剩下的;
2.2 进入桌面后,点击桌面上的install xxx的CD图标;
2.3 等待其安装完成后,重启;
2.4 可能会很卡,top查看Xorg占用很高的cpu;由于我的NVIDIA显卡,参考这篇帖子https://blog.youkuaiyun.com/u014561933/article/details/79958017。其中有点需要更正下,gcc最好选择gcc8.0或以上的版本,可源码安装,否则会报错;
2.5 折腾完成,享受Ubuntu吧。
以上是本人安装过程大致总结的过程,希望对你有所帮助,有什么不懂的,可以留言交流。