使用Windows下GRUB引导启动ubuntu安装镜像
来自Ubuntu中文
跳到导航跳到搜索
不明白为什么11年就删除了这个,很多初学的还不会安装ubuntu。 首先,下载grub4dos。 http://code.google.com/p/grub4dos-chenall/downloads/list
提取grldr 即可,grldr是引导文件。
搜索bootice.exe 这个可以写引导。方便我们更改主引导为grub4dos
最新的bootice.exe可以编辑grldr的内置菜单
color light-green/black white/black timeout 10 default 2
title start xp find --set-root /ntldr chainloader /ntldr
title start linux-livecd find --set-root /linux/vmlinuz kernel /linux/vmlinuz boot=casper iso-scan/filename=/linux/ubuntu.iso ro quiet splash locale=zh_CN.UTF-8 initrd /linux/initrd.lz
这样即可。
然后把ubuntu光盘,镜像改名为ubuntu.iso 并且提取iso内的,vmlinuz,initrd.lz 将以上3个文件,放在fat32分区的linux文件夹内即可。
(bootice.exe,写主引导,分区引导为grub4dos即可)