|
发表于 2016-2-1 20:57:57
|
显示全部楼层
我的启动菜单怎么还能跳过
timeout 5
default 0
graphicsmode -1 800 600
command --set-path=()/BOOT/GRUB
title 启动 WIN10 pro
chainloader /bootmgr
title 启动 WIN7 VHD
chainloader /H3_MGR16.BIN
title 启动 WIN7 PE
chainloader /H3_MGR81.BIN
title 启动 WIN10PE
RUN /10pe.iso
title 启动Slitaz迷你系统
kernel (bd)/BOOT/BZIMAGE root=/dev/null vga=normal autologin
initrd /BOOT/ROOTFS.GZ
title 运行DiskGen磁盘管理
RUN --mem /BOOT/IMGS/DGDOS.IMG
title 列出启动分区下所有可用设备
command RUN --automenu-all
title 重启
reboot
title 关机
halt
10pe.iso和DGDOS.IMG都能路过!要是按数字键不能选中! |
|