#8
title [3] 转本地硬盘启动 Boot from Hard Disk\n
if exist mydm if exist F11s command --set-path=(bd)/BOOT/GRUB/ || if exist (bd)/BOOT/GRUB/SISO command --set-path=(bd)/BOOT/GRUB/ || if exist %?_BOOT%/BOOT/GRUB/SISO command --set-path=%?_BOOT%/BOOT/GRUB/ || if exist (0xff)/BOOT/GRUB/SISO command --set-path=(0xff)/BOOT/GRUB/ || pause 此功能需要SISO模块在指定目录。 && goto 6
set *
map (hd-1) (hd-1)
map --rehook
font
splashimage
SISO boot=hd
#9
title [4] RUN模块 RUN Module by ZXW\n
if exist (bd)/BOOT/GRUB/RUN command --set-path=(bd)/BOOT/GRUB/ || if exist %?_BOOT%/BOOT/GRUB/RUN command --set-path=%?_BOOT%/BOOT/GRUB/ || if exist (0xff)/BOOT/GRUB/RUN command --set-path=(0xff)/BOOT/GRUB/ || pause 此功能需要RUN模块在指定目录。 && goto 6
set *
map (hd-1) (hd-1)
map --rehook
font
splashimage
RUN --txt --gfx --nocolor || pause Return from RUN with something error.
reboot