EasyBCD config code:
title Install Deepin2014
root (hd0,1)
kernel (hd0,1)/vmlinuz boot=casper iso-scan/filename=/1.iso ro quiet splash locale=zh_CN.UTF-8
initrd (hd0,1)/initrd.lz
1.1.ISO是下载的deepin 2014.1镜像,这里为了方便改的;
2.root (hd0,1),1即windows系统盘排序,一般是C盘排第一,所以是1;
⒊将deepin 2014.1 ISO镜像文件复制到系统盘,并更名为“1.iso”;
打开1.iso>casper将initrd.lz和vmlinuz(如果是vmlinuz.efi此时需要去除后缀),解压到系统盘;
⒋重启选择NeoGrub就可以安装deepin 2014.1了。
Copied from Internet(http://www.ibirchs.com/html/85.html),FYI.