在Windows 7上體驗Ubuntu Live CD

http://download.gna.org/grub4dos/grub4dos-0.4.4.ziplinux

把grldr.mbr,grldr放到C盤根目錄.shell


注意:以管理員身份運行cmd,進行如下操做.ubuntu

備份/Boot/BCD:app

bcdedit /export "D:\BCD.backup"ui

用bcdedit編輯啓動文件/Boot/BCD添加GRUB引導項:spa

bcdedit /create /d "GRUB" /application bootsector 建立一個名爲"GRUB"的啓動項,並生成ID.code

bcdedit /set {ID} device partition=C:ip

bcdedit /set {ID} path \grldr.mbrget

bcdedit /displayorder {ID} /addlastcmd


在C盤根目錄新建一個文本文件menu.lst:

color blue/green yellow/red white/magenta white/magenta
timeout 10
default /default

title Ubuntu Live CD
root (hd0,4)
kernel /linux/ubuntu/vmlinuz boot=casper iso-scan/filename=/linux/ubuntu/ubuntu.iso ro quiet splash locale=zh_CN.UTF-8
initrd /linux/ubuntu/initrd.lz

root (hd0,4)表示第一塊硬盤的D盤,你的Ubuntu鏡像放在D:\linux\ubuntu\ubuntu.iso上,而且把鏡像裏casper目錄下的vmlinuz和initrd.lz解壓到D:\linux\ubuntu\下.


重啓後選擇GRUB進入GRUB4DOS,而後選擇Ubuntu Live CD啓動Ubuntu.


Ubuntu下載連接: http://mirrors.ustc.edu.cn/ubuntu-releases/

相關文章
相關標籤/搜索