|
本帖最后由 liuzhaoyzz 于 2018-11-3 19:49 编辑
我用的sratlf的run模块,他的这个run模块更新了好多版本,不同的版本语法差别挺大,后来我没有跟进了,用了中间的一个感觉挺稳定的一个版本。用这个run模块为了保证菜单在本地、pxe等地通用,一个菜单通用,只要把PE放到/boot/imgs目录,会自动列出可启动项,很方便。最好用指定的目录,因为run菜单的参数语法与run版本及目录结构有关,有些XP/03 PE需要firadisk.img支持才能看到外置程序,为了支持PXE,还需要用一个批处理自动建立dir.txt,三两句话说不清楚,给你一个菜单也不一定适用。可以看下我发的一个帖子里面的通用模板。
http://bbs.wuyou.net/forum.php?m ... d=409019&extra=
大概是这个样子:
#sratlf的run菜单
title run mem automenu by sratlf-2014.04.21
find --ignore-floppies --ignore-cd --set-root /boot/imgs/firadisk.img
command --set-path=/boot/grub
command run --loadfont --mem --e820cycles=-1 --set-showsize=0 --automenu --show.iso /boot/imgs/
title run fira automenu by sratlf-2014.04.21
find --ignore-floppies --ignore-cd --set-root /boot/imgs/firadisk.img
command --set-path=/boot/grub
command run --loadfont --mem --fira --e820cycles=-1 --set-showsize=0 --automenu --show.iso /boot/imgs/
|
|