(分享)制作Win7安装+Ubuntu Livecd + WinPE + CDLinux 多系统启动光盘
发表于 : 2009-12-05 20:46
今天无聊,用grub4dos制作了多系统光启动光盘
先看看图

先看看图
致力于Ubuntu中文推广
http://forum.ubuntu.org.cn/
代码: 全选
default 0
timeout 4
root (cd)
gfxmenu /message
fontfile /fonts
title 从硬盘启动
chainloader (hd0)+1
title 安装 Windows 7
chainloader /bootmgr
title 启动 Ubuntu LiveCD
kernel /ubuntu/vmlinuz boot=casper iso-scan/filename=/ubuntu/ubuntu.iso locale=zh_CN.UTF-8
initrd /ubuntu/initrd.lz
title 启动 WinPE
chainloader /ldrxpe
title 启动 CDLinux
kernel /CDlinux/bzImage root=/dev/ram0 vga=791 CDL_LANG=zh_CN.UTF-8
initrd /CDlinux/initrd
Sorry,我的网速上传这个不现实。弱弱的问下,LZ能否共享你制作的光盘镜像?