『第 3 楼』:
使用 LLM 解释/回答一下
ISO的仿真并没有使用到GRUB.EXE,是采用MBR+GRLDR方式启动的GRUB4DOS,菜单内置,
title 安装 《GhostXP_SP3电脑公司特别版_v9.2》 DHGHOST原创
find --set-root /ISO/GhostXP_SP3_v9.2.iso
map /ISO/GhostXP_SP3_v9.2.iso (hd32)
map --hook
chainloader (hd32)
这样仿真EZBOOT做的ISO,然后是EZBOOT的RUN命令虚拟光盘里的IMG文件,IMG文件里是先加载光驱驱动后运行光盘里的GHOST.EXE,退出GHOST后的最后一行命令是执行ezboot.com 返回EZBOOT光盘主菜单,
就在执行ezboot.com 命令后卡住,死机了,
如何才能用GRUB4DOS的GRLDR仿真ISO后在DOS下再次返回光盘主菜单?
The emulation of ISO does not use GRUB.EXE. It uses GRUB4DOS started in MBR + GRLDR mode, with the menu built-in.
title Install "GhostXP_SP3 Computer Company Special Edition_v9.2" DHGHOST Original
find --set-root /ISO/GhostXP_SP3_v9.2.iso
map /ISO/GhostXP_SP3_v9.2.iso (hd32)
map --hook
chainloader (hd32)
In this way, it emulates the ISO made by EZBOOT, and then it is the RUN command of EZBOOT to virtualize the IMG file in the CD. In the IMG file, the CD drive driver is loaded first and then GHOST.EXE in the CD is run. The last line of command after exiting GHOST is to execute ezboot.com to return to the EZBOOT CD main menu.
It gets stuck and freezes right after executing the ezboot.com command.
How can we use GRLDR of GRUB4DOS to emulate ISO and then return to the CD main menu under DOS again?
|