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-25 10:44
中国DOS联盟论坛 » GRUB4DOS、SYSLINUX及其它启动管理软件讨论专区 » Starting from November 18, 2007, support for simulating CDROM with ISO was added. Please test. View 14,571 Replies 62
Floor 31 Posted 2007-11-24 12:02 ·  中国 河北 邯郸 联通
中级用户
★★
Credits 223
Posts 59
Joined 2005-05-23 00:00
21-year member
UID 39002
Gender Male
Status Offline
Great, let's try.
欢迎光临蜗牛软园:http://lhteee.ys168.com
欢迎光临 Ghost家:http://lhtooo.ys168.com
电子信箱(Email):lhteee@163.com
电子信箱(Email):lhteee@gmail.com
Floor 32 Posted 2007-11-24 17:55 ·  中国 广东 佛山 电信
初级用户
Credits 34
Posts 16
Joined 2007-10-31 12:26
18-year member
UID 101276
Gender Male
Status Offline
Originally posted by z640919a at 2007-11-23 10:00 PM:
LS should be to change (fd0) to (hd32) bar.


Thanks to brother z640919a, after changing to hd32, I finally got the ISO to boot.
Now I want to ask, if I format the USB drive as USB-ZIP, how should I write MENU.LST?

title Run Test
map --mem (fd0)/BOOT/grub/test.iso (fd0)
map --hook
chainloader (fd0)
boot
If I write it like this, an Error1 will pop up.

title Run Test
map --mem (hd0,0)/BOOT/grub/test.iso (hd32)
map --hook
chainloader (hd32)
boot
If I write it like this, an Error21 will pop up.
Just don't know how to write it?
Floor 33 Posted 2007-11-29 20:10 ·  中国 河北 邯郸 联通
中级用户
★★
Credits 223
Posts 59
Joined 2005-05-23 00:00
21-year member
UID 39002
Gender Male
Status Offline
Not completely successful, pay attention, continue to work hard, we look forward to new breakthroughs!!!
欢迎光临蜗牛软园:http://lhteee.ys168.com
欢迎光临 Ghost家:http://lhtooo.ys168.com
电子信箱(Email):lhteee@163.com
电子信箱(Email):lhteee@gmail.com
Floor 34 Posted 2007-11-30 00:31 ·  中国 福建 泉州 电信
银牌会员
★★★
Credits 1,276
Posts 469
Joined 2002-12-23 13:00
23-year member
UID 586
Gender Male
From 福建泉州
Status Offline
My most hopeful breakthrough for this function is that the ISO does not need to be stored continuously.

Hehe, after all, it is quite troublesome for a very large ISO file to be stored continuously sometimes.

It seems that most files on NTFS - formatted disks are stored continuously.

So if you want to use this function, you can try putting the ISO file in an NTFS partition.

contig.exe is a very useful thing.

This program is also best to have one ready. Always keep some needed files stored continuously.
QQ:366840202
http://chenall.net
Floor 35 Posted 2007-11-30 19:16 ·  中国 河南 安阳 联通
初级用户
Credits 46
Posts 22
Joined 2007-02-05 02:34
19-year member
UID 78653
Gender Male
Status Offline
Version 11-29 fails to boot the ISO file and shows Error 25: Disk read error. Version 11-24 boots the ISO file normally. This change is not ideal.
Floor 36 Posted 2007-11-30 20:44 ·  中国 陕西 西安 电信
初级用户
Credits 26
Posts 9
Joined 2007-11-10 18:36
18-year member
UID 102269
Gender Male
Status Offline
Originally posted by lbbzhwch at 2007-11-18 10:26 PM:
I used the new version to boot a LINUX CD image booted by GNU GRUB, but it couldn't boot and froze! Also, the previous version could boot ISOLINUX.BIN, but now it doesn't work either. So depressed...


Can GRUB reference ISOLINUX.BIN?
How to achieve it
Floor 37 Posted 2007-11-30 23:34 ·  中国 新疆 石河子 电信
新手上路
Credits 8
Posts 4
Joined 2007-11-27 11:19
18-year member
UID 103921
Gender Male
Status Offline
USB Flash Drive GRUB/MBR Boot, ISO is the November 24 version of the Deeply Slimmed Down Edition V5.8 Pure Edition

Test for November 24 version:
title ISO
map --mem (hd0,0)/MiniXP_V5.8_2in1.iso (hd32)
map --hook
chainloader (hd32)
boot

Error 28: Selected item cannot fit into memory

If you delete --mem, it can boot to the CD-ROM boot screen, select the first item to install, and after a long time, it displays
CDBOOT:memory overflow error


Test for November 29 version:
title ISO
map --mem (hd0,0)/MiniXP_V5.8_2in1.iso (hd32)
map --hook
chainloader (hd32)
boot

Error 28: Selected item cannot fit into memory

If you delete --mem
Error 25: read disk error

[ Last edited by d0od2 on 2007-12-1 at 12:03 AM ]
Floor 38 Posted 2007-12-01 19:59 ·  中国 河南 安阳 联通
初级用户
Credits 46
Posts 22
Joined 2007-02-05 02:34
19-year member
UID 78653
Gender Male
Status Offline
I tested GRUB.EXE versions 11-24 and 12-01 again. Neither supports Chinese, and it shows error 15 when booting any format file.
Floor 39 Posted 2007-12-02 09:04 ·  中国 河南 信阳 电信
初级用户
Credits 119
Posts 8
Joined 2005-06-23 00:00
21-year member
UID 40013
Gender Male
Status Offline
GRUB4DOS 12-01 supports Chinese here.

title Lao Jiu 32M Simplified Version [ISO Emulation]
find --set-root /32MPE.iso
map --mem /32MPE.iso (hd32)
map --hook
chainloader (hd32)
The real disk (hd0,7)/32MPE.iso. Boot successful

title Mini System WinPE [Lao Jiu 32M Simplified Version]
map --read-only (hd0,6)+1 (hd0,0)
chainloader (hd0,6)/WXPE/LAOJIU
This can also boot successfully. But shortly after loading the PE image, the following error occurs:

An unexpected error (769) occurred at
Iine 5709 in d:\srvrtm\base\boot\setup\setup.c.
Press any key to continue.
After pressing Enter, it can boot successfully. (2007-11-11) The previous version had no this problem
Floor 40 Posted 2007-12-02 13:20 ·  中国 河南 安阳 联通
初级用户
Credits 46
Posts 22
Joined 2007-02-05 02:34
19-year member
UID 78653
Gender Male
Status Offline
Originally posted by ghangz at 2007-12-2 09:04 AM:
GRUB4DOS 12-01 supports Chinese characters here.

The problematic one is GRUB.EXE, not GRLDR.
Floor 41 Posted 2007-12-02 15:09 ·  中国 河南 信阳 电信
初级用户
Credits 119
Posts 8
Joined 2005-06-23 00:00
21-year member
UID 40013
Gender Male
Status Offline
GRUB.EXE 12-01 I put it on the hard drive here, supports Chinese, can start successfully; put it in the img image prompts that the file is not found, the same img image uses the version before (2007-11-11), supports Chinese, can start successfully
Floor 42 Posted 2007-12-02 17:22 ·  中国 上海 浦东新区 电信
高级用户
★★★
中國DOS聯盟常任參議员
Credits 686
Posts 318
Joined 2005-11-04 13:00
20-year member
UID 77577
Gender Male
Status Offline
Just happened to want to learn GRUB, thanks to the LZ.
. 繽紛色彩閃出的美麗是因為它沒有分開每種色彩...>/

我的百度空间: BEYOND超越 为什么用DOS
Floor 43 Posted 2007-12-02 18:31 ·  中国 河南 安阳 联通
初级用户
Credits 46
Posts 22
Joined 2007-02-05 02:34
19-year member
UID 78653
Gender Male
Status Offline
The problem still exists in the 12-02 version. GRUB.EXE can be started. Why is it normal for hard disk boot but not normal for FAT format? It seems that GRUB.EXE cannot enter the directory, so it cannot load the files inside. Through testing other versions, only the versions before 11-11 can be used.
Floor 44 Posted 2007-12-02 22:17 ·  中国 辽宁 沈阳 联通
初级用户
Credits 106
Posts 3
Joined 2005-03-14 00:00
21-year member
UID 37049
Gender Male
Status Offline
For the grub for DOS version 12.02, when booting the Shenshan Hongye ISO, the boot menu can appear, but after selecting the first item in the menu (which is the Shenshan Hongye PE), it just hangs on a black screen. It's USB drive boot, and this is the case whether the ISO is on the hard drive or the USB drive.

Before that, version 11.29 on my IBM T40 had the error 25: DISK READ ERROR. Now this error is gone, but there's still the above problem.
Floor 45 Posted 2007-12-02 23:03 ·  中国 新疆 石河子 电信
新手上路
Credits 8
Posts 4
Joined 2007-11-27 11:19
18-year member
UID 103921
Gender Male
Status Offline
Originally posted by sylion at 2007-12-2 10:17 PM:
In version 12.02, when using GRUB for DOS to boot the Shenshan Hongye ISO, the boot menu appears, but after selecting the first item in the menu (which is Shenshan Hongye PE), it hangs on a black screen. It's a USB drive boot, and no matter where the ISO is on the hard...


Version 12.02 GRUB/MBR USB boot, using "Shenshan Hongye PE Toolkit Chang'e No. 1 Commemorative (Formal Version) +"

title ISO
map --mem (hd0,0)/PowerMiniPEV30+.iso (hd32)
map --hook
chainloader (hd32)
boot

Can correctly boot the first item. Did the above person miss a " --mem"?

But when the ISO file is relatively large, such as 6XXM, the error "Error 28: Selected item cannot fit into memory" will occur. My notebook has 512M of memory. Is it because the memory is too small?

[ Last edited by d0od2 on 2007-12-2 at 11:06 PM ]
Forum Jump: