|
本帖最后由 liangzr1976 于 2023-7-13 07:24 编辑
应该是主板有问题了,乱刀砍乱麻吧!
用菜单循环法,能点亮主菜单(应该是循环1次)
menu.lst >>>>>>>>
timeout 10
default 06
command --set-path=()/ISYL/GRUB/
gfxmenu ()/ISYL/GRUB/MESSAGE
configfile (md)4+8
title 【01】 运行冰封Win10PEx64正式版(新机)
RUN ()/ISYL/WIN8x64.ISO
title 【02】 运行冰封Win7PEx86极速版(老机)
RUN ()/ISYL/WIN8x86.ISO
title 【03】 运行最稳版DiskGenius分区工具
RUN --mem ()/ISYL/IMGS/DiskGenius.IMG
title 【04】 运行MaxDos工具箱增强版菜单
RUN ()/ISYL/GRUB/MENU01.LST
title 【05】 运行硬盘内存检测扫描工具菜单
RUN ()/ISYL/GRUB/MENU02.LST
title 【06】 运行Windows登陆密码破解菜单
RUN ()/ISYL/GRUB/MENU03.LST
title 【07】 进入用家自定义菜单
RUN ()/ISYL/GRUB/MENU04.LST
------------------------
MENU04.LST >>>>>>>>
【其中 default 0 状态下,不会点亮主菜单,但能黑屏状态下进入 Run --automenu-all /ISO/;设置default 7,以便默认主菜单和子菜单相互调用循环】
timeout 10
default 7
gfxmenu ()/ISYL/GRUB/MESSAGE
configfile (md)4+8
title 【01】 尝试自定义映像RUN
command RUN --automenu-all /ISO/
title 【02】 360 Aid kit(puppy linux & wine cn) cd OK
find --set-root /360Disk/vmlinuz
kernel /360Disk/vmlinuz pmedia=cd psubdir=360Disk
initrd /360Disk/initrd.gz
title 【03】 puppy 4.3 cn (linux & wine)
find --set-root /puppy43/vmlinuz
kernel /puppy43/vmlinuz pmedia=cd psubdir=puppy43
title 【04】 尝试自定义映像RUN mem模式 ISO、IMG、IMA /ISO/
command RUN --mem --set-ext=.img|.ima|.iso /ISO/ || configfile ()/ISYL/GRUB/MENU.LST
title 【05】 Boot From HardDisk(auto detect exist systems)NTBOOT
command ()/ISYL/GRUB/NTBOOT auto
title 【06】 VHD ntboot test
set showpath=1
set showdir=0
set slient=1
command NTBOOT vboot=/win73G_org_16GB.vhd
title 【07】 puppy 4.3 cn usbflash
find --set-root /puppy43/vmlinuz
kernel /puppy43/vmlinuz pmedia=usbflash psubdir=puppy43 pfix=fsck
initrd /puppy43/initrd.gz
RUN --mem ()/ISYL/IMGS/Win10x64.IMG
title 【08】 返回冰封U盘启动主菜单
RUN ()/ISYL/GRUB/MENU.LST
title 【09】 ===重启计算机===
reboot
title 【10】 ===关闭计算机===
halt
title 【11】 360急救系统20151105
find --set-root /360Disk/vmlinuz
kernel /360Disk/vmlinuz pmedia=cd psubdir=360Disk vga=0x317 anim=1
initrd /360Disk/initrd.gz
|
|