我们知道EasyBCD是一款功能非常强大的软件,那么大家知道使用EasyBCD怎么在win7(x64)上安装Ubuntu12.4吗?如果不知道也没关系哦,因为下文小编将给大家讲解一下使用EasyBCD在win7(x64)上安装Ubuntu12.4的方法。
下载EasyBCD
1. Add New Entry(添加新条目)->NeoGrub->Install
2. Configure
[plain]
# NeoSmart NeoGrub Bootloader Configuration File
#
# This is the NeoGrub configuration file, and should be located at C:NSTmenu.lst
# Please see the EasyBCD Documentation for information on how to create/modify entries:
# neosmart.net/wiki/display/EBCD/
title Install Ubuntu 12.04 LTS
root (hd0,2)
kernel (hd0,2)/vmlinuz boot=casper iso-scan/filename=/ubuntu-12.04.3-desktop-amd64.iso ro quiet splash locale=en_US.UTF-8
initrd (hd0,2)/initrd.lz
注意: (1) 使用主分区 (2) 安装文件(ubuntu-12.04.3-desktop-amd64.iso)
3. 下载ISO文件
下载安装文件到C:
4. 在安装文件的casper文件夹中提取initrd.lz和vmlinuz.efi
5. 使用Legacy方式
重命名vmlinuz.efi文件为vmlinuz
6. NeoGrub引导安装
重新启动系统,并选择NeoGrub Bootloader(NeoGrub引导加载器)
7. 禁止加载光盘
在terminal中执行:sudo umount -l /isodevice
点击桌面的安装图标,正常安装即可。
以上就是小编为大家带来的教程,希望对小伙伴们有所帮助!