1、下载安装 Easy BCD 1.7.2 ------多系统启动配置软件
2、解压 Ubutu-11.04-desktop-i386.iso 到 C盘 根目录下,initrd.lz 、vmlinuz 也复制到根目录下。
3、配置 Easy BCD 1.7.2:
Add/Remove Entries
再点右下边的NeoGrub
再点Install NeoGrub
再点Save
选中NeoGrub Bootloader,再点Configure
编辑文件内容为:menu.lst
# NeoSmart NeoGrub Bootloader Configuration File
#
# This is the NeoGrub configuration file, and should be located at G:\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,1)
kernel (hd0,1)/vmlinuz boot=casper iso-scan/filename=/ubuntu-11.04-desktop-i386.iso ro quiet splash
locale=zh_CN.UTF-8
initrd (hd0,1)/initrd.lz
boot
4、进入引导界面后,运行
sudo umount -l /isodevice
5、修改win7 为默认操作系统,安装后进入系统, sudo gpedit /boot/grub/grub.conf 找到“Windows 7”那行移到最上方,重启。