U盘制作ubuntu安装盘
[*]用bootice中的“分区管理”将U盘分为一个分区HDD+, FAT32;
[*]将Grub4dos中的grldr和grldr.mbr、iso文件、iso文件中的initrd.lz(or initrd.gz)和vmlinuz都放到U盘根目录下;(对于server版,要从官网下载那两个文件)
[*]编辑menu.lst文件,内容如下
# for desktopcolor blue/green yellow/red white/magenta white/magentadefault 1timeout 10titleInstall Ubuntu 11.10root (hd0,0)kernel /vmlinuz boot=casper iso-scan/filename=/ubuntu-11.10-desktop-amd64.iso ro quiet splash locale=zh_CN.UTF-8initrd /initrd.lz# for servercolor blue/green yellow/red white/magenta white/magentadefault 1timeout 10titleInstall Ubuntu 11.10root (hd0,0)kernel /vmlinuz boot=install iso-scan/filename=/ubuntu-server-amd64.iso ro quiet splash locale=zh_CN.UTF-8initrd /initrd.gz
[*] 用bootice中的“主引导记录”将“grub4dos”设为引导程序。
页:
[1]