|
1.如果用NTBOOT的话,修改pause --wait=3 为 0
2.不清楚是不是VHD的问题,现在只用WIN8的VHD,因为许多主板支持UEFI,win7兼容性不好
3.为什么不解压ISO,集成到自己的G4D菜单中去
4.G4D改字体要修改MESSAGE
5.可以用gfxmenu也可以用VBE。前者花哨,后者兼容性好。前者改背景也要修改MESSAGE。
发个菜单,仅供参考
timeout 30
default 0
command --set-path=()/BOOT/GRUB
command GfxAutoMenu /BOOT/GRUB/MSG/
#gfxmenu /BOOT/GRUB/MESSAGE
configfile (md)4+5
title 【01】 启动Win8 PE精简版(32位)
#command NTBOOT NT6=/BOOT/boot.wim
find --set-root /BOOT/bootmgr
chainloader /BOOT/bootmgr
title 【02】 启动Win8 PE精简版(64位)
find --set-root /BOOT/bcfmgr
chainloader /BOOT/bcfmgr
title 【03】 启动Win8 VHD系统(64位)
command NTBOOT NT6=/vhd/win8.vhdx
title 【04】 启动WinXP PE精简版
command SISO RUNZ --mem ()/BOOT/pe.iso
title 【05】 启动Win2003 PE精简版
command SISO RUNZ --mem ()/BOOT/Win2003PE.ISO
title 【06】 启动Slitaz迷你系统
kernel (bd)/BOOT/bzImage root=/dev/null vga=normal autologin
initrd (bd)/BOOT/rootfs.gz
title 【07】 启动LinuxMint系统
root (hd0,0)
kernel /sys/linux/mint/vmlinuz boot=casper iso-scan/filename=/sys/linux/linuxmint.iso ro quiet splash locale=zh_CN.UTF-8
initrd /sys/linux/mint/initrd.lz
boot
title 【08】 启动CDLinux系统
find --set-root /BOOT/CDlinux/initrd
kernel /BOOT/CDlinux/bzImage CDL_LANG=zh_CN.UTF-8
initrd /BOOT/CDlinux/initrd
title 【09】 启动ubuntu15.10 LiveCD(64位)
root (hd0,0)
kernel /sys/linux/ubuntu/vmlinuz boot=casper iso-scan/filename=/sys/linux/ubuntu.iso ro quiet splash locale=zh_CN.UTF-8
initrd /sys/linux/ubuntu/initrd.lz
boot
#map (hd0,0)/sys/linux/ubuntu.iso (hd32)
#map --hook
#root (hd0,0)
#kernel (hd32)/casper/vmlinuz boot=casper iso-scan/filename=(hd0,0)/sys/linux/ubuntu.iso
#initrd (hd32)/casper/initrd.gz
#boot
title 【10】 启动变色龙引导工具 Chameleon 2.3
map --mem /boot/Chameleon_2.3.iso (0xff)
map --hook
chainloader (0xff)
title 【11】 启动MAXDOS等工具软件
configfile (bd)/BOOT/GRUB/GJ.LST
title 【12】 从本地硬盘启动Windows系统
command SISO BOOT=HD
|
|