China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-06-24 23:26
中国DOS联盟论坛 » GRUB4DOS、SYSLINUX及其它启动管理软件讨论专区 » I use grub4dos to boot, and can only boot the IS file in the root directory, and failing to boot the ISO. View 2,124 Replies 1
Original Poster Posted 2009-01-30 20:47 ·  中国 上海 电信
初级用户
Credits 24
Posts 11
Joined 2008-11-04 20:38
17-year member
UID 129997
Gender Female
Status Offline
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 ]
Floor 2 Posted 2009-02-01 17:14 ·  中国 上海 电信
初级用户
Credits 24
Posts 11
Joined 2008-11-04 20:38
17-year member
UID 129997
Gender Female
Status Offline
Is it a problem with the statement or a problem of missing files?
I have done it with the menu generation tool, and I can boot the IS file in the non-system root directory,
but when booting the ISO file, it says I am missing KERNEL
Forum Jump: