|
lhteee
中级用户
  
积分 223
发帖 59
注册 2005-5-23
状态 离线
|
『第 31 楼』:
使用 LLM 解释/回答一下
太好了,试试。
Great, let's try.
|

欢迎光临蜗牛软园:http://lhteee.ys168.com
欢迎光临 Ghost家:http://lhtooo.ys168.com
电子信箱(Email):lhteee@163.com
电子信箱(Email):lhteee@gmail.com
|
|
2007-11-24 12:02 |
|
|
ad1234sl
初级用户
 
积分 34
发帖 16
注册 2007-10-31
状态 离线
|
『第 32 楼』:
使用 LLM 解释/回答一下
Originally posted by z640919a at 2007-11-23 10:00 PM:
LS应该是要(fd0)改成(hd32)吧.
感谢z640919a兄弟,修改成hd32后终于启动得了ISO了
现在我想问一下,若果将U盘格式化成USB-ZIP时,应该怎样写MENU.LST
title 运行Test
map --mem (fd0)/BOOT/grub/test.iso (fd0)
map --hook
chainloader (fd0)
boot
这样写的话,就会弹出Error1,
title 运行Test
map --mem (hd0,0)/BOOT/grub/test.iso (hd32)
map --hook
chainloader (hd32)
boot
这样写的话,就会弹出Error21,
就是不知道怎样写?
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?
|
|
2007-11-24 17:55 |
|
|
lhteee
中级用户
  
积分 223
发帖 59
注册 2005-5-23
状态 离线
|
『第 33 楼』:
使用 LLM 解释/回答一下
不完全成功,关注,继续努力,我们期待新的突破!!!
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
|
|
2007-11-29 20:10 |
|
|
chenall
银牌会员
    
积分 1276
发帖 469
注册 2002-12-23 来自 福建泉州
状态 离线
|
『第 34 楼』:
使用 LLM 解释/回答一下
我最希望这个功能的突破就是ISO不需要连续存放.
呵呵,必竟一个很大的ISO文件有时要连续存放还是很麻烦的.
好像NTFS格式的磁盘大部份的文件都是连续存放的.
所以如果要使用这个功能的话可以试试将ISO文件放在NTFS分区中.
contig.exe是个很好用的东西.
这个程序也最好准备一个.随时将某些需要的文件连续存放.
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 |
|
2007-11-30 00:31 |
|
|
sypl
初级用户
 
积分 46
发帖 22
注册 2007-2-5
状态 离线
|
『第 35 楼』:
使用 LLM 解释/回答一下
11-29版启动ISO文件显示Error 25: Disk read erroe. 11-24版启动ISO文件正常.这次改动不太理想.
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.
|
|
2007-11-30 19:16 |
|
|
zhaoyg
初级用户
 
积分 26
发帖 9
注册 2007-11-10
状态 离线
|
『第 36 楼』:
使用 LLM 解释/回答一下
Originally posted by lbbzhwch at 2007-11-18 10:26 PM:
我用新版引导了一个用GNU GRUB引导的LINUX光盘镜像,无法引导,死机!而且以前版能引导ISOLINUX.BIN,现在也不能用了,郁闷…………
请问grub个可以引用ISOLINUX.BIN?
如何实现
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
|
|
2007-11-30 20:44 |
|
|
d0od2
新手上路

积分 8
发帖 4
注册 2007-11-27
状态 离线
|
『第 37 楼』:
使用 LLM 解释/回答一下
U盘GRUB/MBR启动,ISO为11.24版深度精简版V5.8纯净版
11.24版测试:
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
如果将--mem 删掉,能启动到光盘引导画面,选第一项安装,长时间后显示
CDBOOT:memory overflow error
11.29版测试:
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
如果将--mem 删掉
Error 25:read disk error
Last edited by d0od2 on 2007-12-1 at 12:03 AM ]
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 ]
|
|
2007-11-30 23:34 |
|
|
sypl
初级用户
 
积分 46
发帖 22
注册 2007-2-5
状态 离线
|
『第 38 楼』:
使用 LLM 解释/回答一下
又测试了GRUB.EXE 11-24 12-01 两个版本都不支持中文,而且启动任何格式文件都显示错误 15
I tested GRUB.EXE versions 11-24 and 12-01 again. Neither supports Chinese, and it shows error 15 when booting any format file.
|
|
2007-12-1 19:59 |
|
|
ghangz
初级用户
 
积分 119
发帖 8
注册 2005-6-23
状态 离线
|
『第 39 楼』:
使用 LLM 解释/回答一下
GRUB4DOS 12-01 在我这里都支持中文.
title 老九32M简化版 [ISO仿真]
find --set-root /32MPE.iso
map --mem /32MPE.iso (hd32)
map --hook
chainloader (hd32)
真实磁盘(hd0,7)/32MPE.iso .启动成功
title 微型系统 WinPE [老九32M简化版]
map --read-only (hd0,6)+1 (hd0,0)
chainloader (hd0,6)/WXPE/LAOJIU
这个也能启动成功.但在加载PE镜象后不久出现以下错误:
An unexpected error (769) occurred at
Iine 5709 in d:\srvrtm\base\boot\setup\setup.c.
Press any key to continue.
回车后可以启动成功.(2007-11-11) 以前的版本无此问题
GRUB4DOS 12-01 supports Chinese here.
title Lao Jiu 32M Simplified Version
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
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
|
|
2007-12-2 09:04 |
|
|
sypl
初级用户
 
积分 46
发帖 22
注册 2007-2-5
状态 离线
|
『第 40 楼』:
使用 LLM 解释/回答一下
Originally posted by ghangz at 2007-12-2 09:04 AM:
GRUB4DOS 12-01 在我这里都支持中文.
有问题的是GRUB.EXE ,而不是GRLDR .
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.
|
|
2007-12-2 13:20 |
|
|
ghangz
初级用户
 
积分 119
发帖 8
注册 2005-6-23
状态 离线
|
『第 41 楼』:
使用 LLM 解释/回答一下
GRUB.EXE 12-01 我这里放在硬盘里,支持中文,能成功启动;放在img镜象里提示找不到文件,同样的img镜象用(2007-11-11) 以前的版本,支持中文,能成功启动
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
|
|
2007-12-2 15:09 |
|
|
Jneny
高级用户
    中國DOS聯盟常任參議员
积分 686
发帖 318
注册 2005-11-4
状态 离线
|
『第 42 楼』:
使用 LLM 解释/回答一下
正好想学习GRUB, 谢谢LZ了
Just happened to want to learn GRUB, thanks to the LZ.
|

. 繽紛色彩閃出的美麗是因為它沒有分開每種色彩...>/
我的百度空间: BEYOND超越 为什么用DOS |
|
2007-12-2 17:22 |
|
|
sypl
初级用户
 
积分 46
发帖 22
注册 2007-2-5
状态 离线
|
『第 43 楼』:
使用 LLM 解释/回答一下
12-02版问题依旧,GRUB.EXE 可以启动,为什么硬盘启动就正常,而FAT格式就不正常,好像GRUB.EXE 无法进入目录,也就无法加载里面的文件.通过试验其它版本也只有11-11以前的版本能用.
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.
|
|
2007-12-2 18:31 |
|
|
sylion
初级用户
 
积分 106
发帖 3
注册 2005-3-14
状态 离线
|
『第 44 楼』:
使用 LLM 解释/回答一下
12.02版本的grub for DOS,启动深山红叶ISO,能够出现启动菜单,但选了菜单第一项(就是深山红叶PE)后,就是黑屏挂在那里。是U盘启动的,无论ISO在硬盘上还是U盘上都是如此。
这之前的11.29版,在我的IBM T40上就是error 25:DISK READ ERROR。现在这个错误没了,但还有点上面的问题。
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.
|
|
2007-12-2 22:17 |
|
|
d0od2
新手上路

积分 8
发帖 4
注册 2007-11-27
状态 离线
|
『第 45 楼』:
使用 LLM 解释/回答一下
Originally posted by sylion at 2007-12-2 10:17 PM:
12.02版本的grub for DOS,启动深山红叶ISO,能够出现启动菜单,但选了菜单第一项(就是深山红叶PE)后,就是黑屏挂在那里。是U盘启动的,无论ISO在硬 ...
12.02版 GRUB/MBR U盘引导,使用“深山红叶PE工具箱嫦娥一号纪念(正式版)+”
title ISO
map --mem (hd0,0)/PowerMiniPEV30+.iso (hd32)
map --hook
chainloader (hd32)
boot
能正确启动菜单第一项,楼上是不是少了个" --mem"
只是当ISO文件比较大时,如果是 6XXM 就会出现
Error 28:Selected item cannot fit into memory
我本子内存是512M,是不是内存太小阿
Last edited by d0od2 on 2007-12-2 at 11:06 PM ]
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 ]
|
|
2007-12-2 23:03 |
|