经过研究得到的成功,希望大家能学习学习。
在硬盘根目录下设置ubuntu/版本号/ubuntu-xxxxx-amd64.iso
内有该版本用到的vmlinuz.efi和initrd.lz,在WIN安装NEOGRUB引导的时候输入的menu.ls这样写不错:
timeout 10
color normal=0x0F highlight=0x0E helptext=0x0A heading=0x02 standard=0x02 border=0x77
default 0
title Install Ubuntu 13.10 amd64
root (hd1,0)
kernel (hd1,0)/ubuntu/13.10/vmlinuz.efi boot=casper iso-scan/filename=/ubuntu/13.10/ubuntu-13.10-desktop-amd64.iso ro quiet splash locale=zh_CN.UTF-8
initrd (hd1,0)/ubuntu/13.10/initrd.lz
title Install Ubuntu 14.04 Beta2 amd64
root (hd1,0)
kernel (hd1,0)/ubuntu/14.04b2/vmlinuz.efi boot=casper iso-scan/filename=/ubuntu/14.04b2/ubuntu-14.04-beta2-desktop-amd64.iso ro quiet splash locale=zh_CN.UTF-8
initrd (hd1,0)/ubuntu/14.04b2/initrd.lz
在硬盘根目录下设置ubuntu/版本号/ubuntu-xxxxx-amd64.iso
内有该版本用到的vmlinuz.efi和initrd.lz,在WIN安装NEOGRUB引导的时候输入的menu.ls这样写不错:
timeout 10
color normal=0x0F highlight=0x0E helptext=0x0A heading=0x02 standard=0x02 border=0x77
default 0
title Install Ubuntu 13.10 amd64
root (hd1,0)
kernel (hd1,0)/ubuntu/13.10/vmlinuz.efi boot=casper iso-scan/filename=/ubuntu/13.10/ubuntu-13.10-desktop-amd64.iso ro quiet splash locale=zh_CN.UTF-8
initrd (hd1,0)/ubuntu/13.10/initrd.lz
title Install Ubuntu 14.04 Beta2 amd64
root (hd1,0)
kernel (hd1,0)/ubuntu/14.04b2/vmlinuz.efi boot=casper iso-scan/filename=/ubuntu/14.04b2/ubuntu-14.04-beta2-desktop-amd64.iso ro quiet splash locale=zh_CN.UTF-8
initrd (hd1,0)/ubuntu/14.04b2/initrd.lz
