这一向都在安装这东西。
1、安装
在windows环境下双系统方式使用ubuntu。参考博文: http://www.linuxidc.com/Linux/2013-04/83479.htm http://tiyubisai.com/video_news/news_135649.html
我下载的是64位的ubuntu 13.04版本。
在 ubuntu-13.04-desktop-amd64.iso 内找到casper文件夹,将vmlinuz.efi,initrd.lz提取到C:\并将 vmlinuz.efi后缀名去掉。至于.disk这个文件夹就不必要复制了,多余。将 ubuntu-13.04-desktop-amd64.iso 也复制到C:\
使用 EasyBCD 2.2建立起动菜单及建立起动环境。具体参见上面的博文。
在 menu.lst文件内键入(添加)以下内容:
title Install Ubuntu
root (hd0,0)
kernel (hd0,0)/vmlinuz boot=casper iso-scan/filename=/ubuntu-13.04-desktop-amd64.iso ro quiet splash locale=zh_CN.UTF-8
initrd (hd0,0)/initrd.lz
保存退出。
2、重启系统,安装ubuntu。
注意:进入到ubuntu后,
,点击图中“安装ubuntu 13.04”之前,要在终端下执行以下命令:
否则安装不了。
1、安装
在windows环境下双系统方式使用ubuntu。参考博文: http://www.linuxidc.com/Linux/2013-04/83479.htm http://tiyubisai.com/video_news/news_135649.html
我下载的是64位的ubuntu 13.04版本。
在 ubuntu-13.04-desktop-amd64.iso 内找到casper文件夹,将vmlinuz.efi,initrd.lz提取到C:\并将 vmlinuz.efi后缀名去掉。至于.disk这个文件夹就不必要复制了,多余。将 ubuntu-13.04-desktop-amd64.iso 也复制到C:\
使用 EasyBCD 2.2建立起动菜单及建立起动环境。具体参见上面的博文。
在 menu.lst文件内键入(添加)以下内容:
title Install Ubuntu
root (hd0,0)
kernel (hd0,0)/vmlinuz boot=casper iso-scan/filename=/ubuntu-13.04-desktop-amd64.iso ro quiet splash locale=zh_CN.UTF-8
initrd (hd0,0)/initrd.lz
保存退出。
2、重启系统,安装ubuntu。
注意:进入到ubuntu后,
cd / |
sudo umount -l isodevice |
3、安装时,会下载语言包,我没有拔网线,原因是安装时也可上网,可以边看网页边等。
http://blog.csdn.net/chengfeng135/article/details/49638613
http://blog.csdn.net/chengfeng135/