|
搜遍了论坛没有找到,刚刚从百度淘的,自己测试可用,替换红色的字为你自己的ISO(区分大小写),放在根目录
title 【 4 】CDlinux (ISO emulation)
find --set-root /bt5cdlinux.iso
map --mem /bt5cdlinux.iso (hd32)
map --hook
kernel (hd32)/CDlinux/bzImage CDL_DEV=hd1 quiet CDL_LANG=zh_CN.UTF-8 CDL_DIR=/ CDL_IMG=bt5cdlinux.iso
initrd (hd32)/CDlinux/initrd
map --unhook
boot
如果是放在BOOT里
title 【 4 】CDlinux (ISO emulation)
find --set-root /BOOT/bt5cdlinux.iso
map --mem /BOOT/bt5cdlinux.iso (hd32)
map --hook
kernel (hd32)/CDlinux/bzImage CDL_DEV=hd1 quiet CDL_LANG=zh_CN.UTF-8 CDL_DIR=/BOOT CDL_IMG=bt5cdlinux.iso
initrd (hd32)/CDlinux/initrd
map --unhook
boot
[ 本帖最后由 chinagb 于 2011-5-20 15:47 编辑 ] |
|