kingkingmax 发表于 2018-4-24 17:53:44

【LST】中COMMAND RUN --automenu为空

大大们,如果在grub4DOS中,直接运行COMMAND RUN --automenu 是可以正常的生成目录的。

但是在LST中如下的写法
checkrange 0x21 read 0x8280 && pxe detect NotExist
command --set-path=(bd)/BOOT/GRUB/
default 0
gfxmenu (bd)/BOOT/GRUB/MESSAGE
write 0x307ff8 1&& configfile
title 【01】   引导 WinNT/XP/2000/2003 系统
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
title 【02】   引导 Win10/8.1/8/7/Vista/2008 系统
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
title 【03】   自动搜索并引导本地Linux系统
errorcheck off
RUN (bd)/LST/LINUXBO.LST   
title 【04】   NTBOOT高级模式(适合专业人员)
RUN --mem (bd)/BOOT/IMGS/NTBOOT.ISO
title 【05】   运行GRUB2文件管理
RUN --mem (bd)/BOOT/IMGS/GRUBFM.ISO
title 【06】   运行PLOP Boot Manager(USB扩展)
find --set-root /BOOT/IMGS/PLPBT.BIN
kernel (bd)/BOOT/IMGS/PLPBT.BIN
title 【07】   运行自定义ISO/IMG文件(快速列表)
command RUN --automenu
title 【08】   返回主菜单
errorcheck off
RUN (bd)/BOOT/GRUB/UDMENU.LST

这时候选择到“运行自定义ISO/IMG文件(快速列表)”,就只有一片黑屏。请教这个该如何修复呢?谢谢。

kingkingmax 发表于 2018-4-24 18:08:12

自己搞定了。
加上graphicsmode 3就可以了。。
谢谢各位大大之前的帖子。
http://bbs.wuyou.net/forum.php?mod=viewthread&tid=368876

l3429900 发表于 2018-4-25 08:33:46

kingkingmax 发表于 2018-4-24 18:08
自己搞定了。
加上就可以了。。
谢谢各位大大之前的帖子。


显示模式不对啊,谢谢了,学习了
页: [1]
查看完整版本: 【LST】中COMMAND RUN --automenu为空