iso安装ubuntu

把ubuntu-11.04-desktop-amd64.iso打开,提取出casper\vmlinuz和casper\initrd.lz放到C盘,使用easyBCD添加NeoGrub,再在configure中添加:

title Install Ubuntu 11.04
root (hd0,2)
kernel (hd0,7)/vmlinuz boot=casper iso-scan/filename=/ubuntu-11.04-desktop-amd64.iso ro quiet splash locale=zh_CN.UTF-8
initrd (hd0,7)/initrd.lz
 

如何用EasyBCD从硬盘安装Ubuntu 10.04

http://www.linuxidc.com/Linux/2010-07/27014.htm

http://neverweep.com/2011/07/install-ubuntu-natty/

原文地址:https://www.cnblogs.com/cute/p/2203524.html