『楼 主』:
我用grub4dos引导,只能引导根目录IS文件,引导ISO失败
使用 LLM 解释/回答一下
我看了许多文章,也很注意语句和文件名的大小写,和空格,和ISO连续性
但目前为止,我使用的语句中就下面的语句能引导IS文件,用的版本都是2008/10/22以后的
chainloader /ldrxpe
boot
所有的别人能成功引导ISO语句都使用过了,
但显示的信息 不是说不能MOUT,
就是说unsupported executable format
而且发现一个现象,只能引导C:下的IS,不能引导比如C:\GRUB下的IS文件,
但我在grub文件下grub/ldrxpe能引导,但也只能引导C:下的IS,不能引导文件夹下的IS和ISO
title 1, Boot ISO
find --set-root /grub/msdos71s.iso
map --mem /grub/msdos71s.iso (0xff)
map --hook
chainloader (0xff)
title 2, Boot ISO
find --set-root /grub/msdos71s.iso
map /grub/msdos71s.iso (0xff)
map --hook
chainloader (0xff)
title 3, Boot ISO
find --set-root /grub/msdos71s.iso
map --mem /grub/msdos71s.iso (hd32)
map --hook
chainloader (hd32)
title 3, Boot ISO
find --set-root /grub/msdos71s.iso
map /grub/msdos71s.iso (hd33)
map --hook
chainloader (hd33)
map --mem (hd0,0)/msdos71s.iso (hd32)
map --hook
chainloader (hd32)
boot
NTFS格式,C:下有个,maotao.bin改名的 ldrxpe,lst菜单文件 ,grldr , grub.exe ,iso和is
在grub文件夹下有font.gz ,xp2008.gz ,也放了 ldrxpe ,iso和is文件
Last edited by fliger on 2009-1-30 at 21:20 ]
I have read many articles and also paid attention to the case of sentences and file names, spaces, and ISO continuity. But so far, among the sentences I have used, only the following sentence can boot the IS file, and the version used is after 2008/10/22.
chainloader /ldrxpe
boot
All the sentences that others can successfully boot the ISO have been used, but the displayed information is either that MOUT is not possible or that unsupported executable format. And a phenomenon is found: it can only boot the IS in C:, but cannot boot the IS file in, for example, C:\GRUB. But in the grub file, grub/ldrxpe can be booted, but it can only boot the IS in C:, and cannot boot the IS and ISO in the folder.
title 1, Boot ISO
find --set-root /grub/msdos71s.iso
map --mem /grub/msdos71s.iso (0xff)
map --hook
chainloader (0xff)
title 2, Boot ISO
find --set-root /grub/msdos71s.iso
map /grub/msdos71s.iso (0xff)
map --hook
chainloader (0xff)
title 3, Boot ISO
find --set-root /grub/msdos71s.iso
map --mem /grub/msdos71s.iso (hd32)
map --hook
chainloader (hd32)
title 3, Boot ISO
find --set-root /grub/msdos71s.iso
map /grub/msdos71s.iso (hd33)
map --hook
chainloader (hd33)
map --mem (hd0,0)/msdos71s.iso (hd32)
map --hook
chainloader (hd32)
boot
NTFS format. There is a maotao.bin renamed ldrxpe in C:, the lst menu file, grldr, grub.exe, iso and is. In the grub folder, there are font.gz, xp2008.gz, and also ldrxpe, iso and is files.
Last edited by fliger on 2009-1-30 at 21:20 ]
|