Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Windows 7系統教程 >> 關於Windows7系統教程 >> Windows 7(x64)下安裝Ubuntu12.4

Windows 7(x64)下安裝Ubuntu12.4

日期:2017/1/23 18:26:29      編輯:關於Windows7系統教程

對於想安裝雙系統,但是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:NSTmenu.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

點擊桌面的安裝圖標,正常安裝即可。

Copyright © Windows教程網 All Rights Reserved