无忧启动论坛

标题: 【LST】中COMMAND RUN --automenu为空 [打印本页]

作者: kingkingmax    时间: 2018-4-24 17:53
标题: 【LST】中COMMAND RUN --automenu为空
大大们,如果在grub4DOS中,直接运行COMMAND RUN --automenu 是可以正常的生成目录的。

但是在LST中如下的写法
  1. checkrange 0x21 read 0x8280 && pxe detect NotExist
  2. command --set-path=(bd)/BOOT/GRUB/
  3. default 0
  4. gfxmenu (bd)/BOOT/GRUB/MESSAGE
  5. write 0x307ff8 1  && configfile
  6. title 【01】   引导 WinNT/XP/2000/2003 系统
  7. find --set-root --ignore-floppies --ignore-cd /ntldr
  8. map () (hd0)
  9. map (hd0) ()
  10. map --rehook
  11. find --set-root --ignore-floppies --ignore-cd /ntldr
  12. chainloader /ntldr
  13. title 【02】   引导 Win10/8.1/8/7/Vista/2008 系统
  14. find --set-root --ignore-floppies --ignore-cd /bootmgr
  15. map () (hd0)
  16. map (hd0) ()
  17. map --rehook
  18. find --set-root --ignore-floppies --ignore-cd /bootmgr
  19. chainloader /bootmgr
  20. title 【03】   自动搜索并引导本地Linux系统
  21. errorcheck off
  22. RUN (bd)/LST/LINUXBO.LST     
  23. title 【04】   NTBOOT高级模式(适合专业人员)
  24. RUN --mem (bd)/BOOT/IMGS/NTBOOT.ISO
  25. title 【05】   运行GRUB2文件管理
  26. RUN --mem (bd)/BOOT/IMGS/GRUBFM.ISO
  27. title 【06】   运行PLOP Boot Manager(USB扩展)
  28. find --set-root /BOOT/IMGS/PLPBT.BIN
  29. kernel (bd)/BOOT/IMGS/PLPBT.BIN
  30. title 【07】   运行自定义ISO/IMG文件(快速列表)
  31. command RUN --automenu
  32. title 【08】   返回主菜单
  33. errorcheck off
  34. RUN (bd)/BOOT/GRUB/UDMENU.LST
复制代码

这时候选择到“运行自定义ISO/IMG文件(快速列表)”,就只有一片黑屏。请教这个该如何修复呢?谢谢。
作者: kingkingmax    时间: 2018-4-24 18:08
自己搞定了。
加上
  1. graphicsmode 3
复制代码
就可以了。。
谢谢各位大大之前的帖子。
http://bbs.wuyou.net/forum.php?mod=viewthread&tid=368876
作者: l3429900    时间: 2018-4-25 08:33
kingkingmax 发表于 2018-4-24 18:08
自己搞定了。
加上就可以了。。
谢谢各位大大之前的帖子。

显示模式不对啊,谢谢了,学习了




欢迎光临 无忧启动论坛 (http://wuyou.net/) Powered by Discuz! X3.3