|
附上菜单:
timeout 30
default 0
command --set-path=()/BOOT/GRUB
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.1 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】 启动Puppy Linux系统
find --set-root /BOOT/puppy_raring_3.9.9.sfs
kernel /BOOT/puppy/vmlinuz root=/dev/ram0 PMEDIA=usbhd
initrd /BOOT/puppy/initrd.gz
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】 启动ubuntu14.10 LiveCD(64位)
root (hd0,0)
kernel (hd0,0)/BOOT/ubuntu/vmlinuz boot=casper iso-scan/filename=/sys/linux/ubuntu.iso ro quiet splash locale=zh_CN.UTF-8
initrd (hd0,0)/BOOT/ubuntu/initrd.lz
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
title 【13】 GRUB4DOS命令行
commandline
慢慢研究吧,改造一个自己满意的启动系统 |
|