看图解释,接下来放配置文件:
# 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/
#\windows\system32\winload.exe is w7-10 grub
title Boot Ubuntu
root(hd0,1)
kernel/boot/vmlinuz-xxx-xxx root=/dev/sda2 ro quiet splash
initrd/boot/initrd.img-xxx-xxx
title Install Ubuntu 16.04
root (hd0,0)
kernel (hd0,0)/NST/ubuntu/vmlinuz.efi boot=casper iso-scan/filename=/ubuntu-16.04-desktop-amd64.iso ro quiet splash locale=zh_CN.UTF-8
initrd (hd0,0)/NST/ubuntu/initrd.lz
title Install Deepin 15.2
root (hd0,0)
kernel (hd0,0)/NST/deepin/VMLINUZ.EFI boot=live findiso=/deepin-15.2-amd64.iso ro quiet splash locales=zh_CN.UTF-8
initrd (hd0,0)/NST/deepin/INITRD.LZ
title reboot
reboot
title halt
halt
这是我的配置文件,需要的按需修改,或者直接复制titie install Deepin到INIREDLZ那部分,保存为txt文本(待会要用),然后进windows安装EASYBCD,再打开EASYBCD——添加新条目——NeoGrub——安装,再点配置,然后把你存好的txt文本内容复制到这里面,保存即可
参考链接:http://jingyan.baidu.com/article/e4d08ffdace06e0fd2f60d39.html
配置文件用我写的titie install Deepin到INIREDLZ那部分就行