load_env
source ${kav_cfg_path}/bg.cfg
set lang=ru
echo -n "Press any key to enter the menu... "
if sleep --verbose --interruptible ${timeout} ; then
set timeout=0
set boot_from_hard="true"
set lang_menu=""
else
set timeout=-1
set default=3
set lang_menu="true"
set boot_from_hard=""
fi
if [ -n "${boot_from_hard}" ] ; then
source ${kav_cfg_path}/en.cfg
source ${kav_cfg_path}/boot_from_hard.cfg
fi
if [ -n "${lang_menu}" ] ; then
source ${kav_cfg_path}/lang_menu.cfg
fi作者: 天涯海角1216 时间: 2011-1-7 09:20
把这个恢复到U盘的MBR试试?
这是用UltraISO从ISO提取的引导文件。