Windows 7(x64)下安装Ubuntu12.4的方法
程序员文章站
2022-03-16 21:43:54
想安装双系统,但是U盘无法引导安装Ubuntu的,下面有个很不错的方法,大家可以尝试操作下... 13-11-08...
对于想安装双系统,但是u盘无法引导安装ubuntu的,下面的办法是很有效的。
bios设置 启动选择:legacy
一、使用u大师分区
u大师u盘装系统win03pe工具箱v2.1
磁盘分配情况(主分区部分)
(hd0,0): swap
(hd0,1): ext4
(hd0,2): ntfs(c:); win7(x64)
二、easybcd安装ubuntu
下载easybcd(当前版本为v2.2)
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:\nst\menu.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
点击桌面的安装图标,正常安装即可。
bios设置 启动选择:legacy
一、使用u大师分区
u大师u盘装系统win03pe工具箱v2.1
磁盘分配情况(主分区部分)
(hd0,0): swap
(hd0,1): ext4
(hd0,2): ntfs(c:); win7(x64)
二、easybcd安装ubuntu
下载easybcd(当前版本为v2.2)
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:\nst\menu.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
点击桌面的安装图标,正常安装即可。
上一篇: 重装系统前 病毒库的备份方法介绍
推荐阅读
-
CentOS7下 Apache的安装配置方法
-
windows7下安装php的imagick和imagemagick扩展教程
-
Windows下VisualSVN Server的安装与配置方法(图文)
-
Windows下Nginx + PHP5 的安装与配置方法
-
Windows下Nginx+PHP5的安装与配置方法
-
sql server 2005 在 windows7 下的安装教程
-
苹果mac系统下安装windows7系统详细方法(图文教程)
-
Centos7下安装与卸载docker应用容器引擎的方法
-
Windows7下PHP开发环境安装配置图文方法
-
windows 7安装ORACLE 10g客户端的方法分享