欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  科技

Windows 7(x64)下安装Ubuntu12.4的方法

程序员文章站 2024-01-02 20:52:04
想安装双系统,但是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

点击桌面的安装图标,正常安装即可。

上一篇:

下一篇: