對於想安裝雙系統,但是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)
官網:http://neosmart.net/EasyBCD/
網盤:http://dl.vmall.com/c09lnwra3o
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:
# http://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文件
從http://releases.ubuntu.com下載安裝文件到C:
4. 在安裝文件的casper文件夾中提取initrd.lz和vmlinuz.efi
5. 使用Legacy方式
重命名vmlinuz.efi文件為vmlinuz
6. NeoGrub引導安裝
重新啟動系統,並選擇NeoGrub Bootloader(NeoGrub引導加載器)
7. 禁止加載光盤
在terminal中執行:sudo umount -l /isodevice
點擊桌面的安裝圖標,正常安裝即可。