|
fujianabc
金牌会员
     
积分 3467
发帖 1616
注册 2004-6-21
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
普通的linux/windows安装光盘是不能这样模拟启动的,因为这个映射是基于实模式的,启动后与isoemu一样会找不到光盘的(比如windows安装会出现0x7b的蓝屏),只有dos/win9x光盘以及基于ramdisk的pe光盘支持这样的仿真。
另外提一下,vista的安装盘也可以仿真启动(不过这么大的iso文件很难做到连续存放)。
Ordinary Linux/Windows installation discs cannot be emulated and booted in this way because this mapping is based on real mode. After booting, it will be the same as isoemu in not finding the disc (for example, Windows installation will have a blue screen of 0x7b). Only DOS/win9x discs and PE discs based on ramdisk support such emulation.
By the way, Vista installation discs can also be emulated and booted (but it is very difficult to store such a large iso file continuously).
|
|
2007-11-19 09:53 |
|
|
fjj1218
新手上路

积分 2
发帖 1
注册 2007-11-19
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
刚刚测试了,在硬盘启动没问题,但在U盘启动就看不到中文,变成了乱码,我用10-15版是没问题的,请教不点兄,怎么回事
Just tested, there's no problem with booting from the hard drive, but when booting from the USB drive, Chinese characters are not visible and become garbled. I had no problem with versions 10-15. I would like to ask Brother Budian, what's the matter?
|
|
2007-11-19 19:12 |
|
|
loveheartrain
初级用户
  DOS之迷
积分 174
发帖 81
注册 2007-11-7
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
主板 845GV
在硬盘上均无法通过,map (hd0,0)/myiso.iso (hd32)清一色的ERROR:60
map --mem (hd0,0)/myiso.iso (hd32)全是ERROR:21
系统盘为FAT32格式.
但用USB闪存,容量1GB格式FATmap (hd0,0)/myiso.iso (hd32)可以通过,前后所用文件相同.分别为MS DOS71安装盘 1键GHOST光盘版 WINPE070408光盘版可以正常进入PE系统.什么ISO映像均不纯在文件连续问题,以尝试用ULTRAISO删除或添加文件,均可以启动.
Last edited by loveheartrain on 2007-11-19 at 08:42 PM ]
Mainboard 845GV
Cannot pass through on the hard disk, map (hd0,0)/myiso.iso (hd32) all have ERROR:60 uniformly
map --mem (hd0,0)/myiso.iso (hd32) all have ERROR:21
The system disk is in FAT32 format.
But with a USB flash drive, 1GB capacity, FAT format, map (hd0,0)/myiso.iso (hd32) can pass through, the same files are used before and after. They are respectively MS DOS71 installation disk, 1-key GHOST CD version, WINPE070408 CD version, and can normally enter the PE system. There is no problem of file continuity in any ISO image. It has been tried to delete or add files with ULTRAISO, and all can boot.
Last edited by loveheartrain on 2007-11-19 at 08:42 PM ]
|

愛意之无尽@灵犀!
QQ:71216716 E_mail:l.h.r.@163.com |
|
2007-11-19 20:38 |
|
|
不点
银牌会员
     不甘寂寞的人
积分 2491
发帖 1115
注册 2003-9-24
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
那些报告 contiguous 错误的,就表明文件不连续。你需要整理碎块。
另外从11月5日开始,加入了自动调节磁盘 CHS 参数的代码。这个代码只是初步的,所以,也可能会出错。接下来会完善它的。
WINPE070408光盘版可以正常进入PE系统
谢谢你提供此消息。
Those reporting contiguous errors indicate that the file is non-contiguous. You need to organize the fragments.
Also, starting from November 5th, code for automatically adjusting disk CHS parameters has been added. This code is only preliminary, so it may also go wrong. It will be improved next.
WINPE070408 CD version can normally enter the PE system
Thank you for providing this information.
|

因为我们亲手创建,这个世界更加美丽。 |
|
2007-11-20 08:23 |
|
|
chen0628
初级用户
 
积分 43
发帖 16
注册 2007-6-26
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
测试成功
在深山红叶V30 不过就是不能改内置菜单...
郁闷...
Test successful
In Deep Mountain Red Leaf V30, it just can't modify the built-in menu...
Depressed...
|
|
2007-11-20 08:56 |
|
|
gmy
版主
        操作系统爱好者
积分 1113
发帖 392
注册 2002-11-11
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
支持不点,没想到我的建议这么快就实现了,但从网友反馈看,仍然需要进一步改善。
Support or not. Unexpectedly, my suggestion was implemented so quickly, but from the feedback of netizens, further improvement is still needed.
|

DOS之家 http://doshome.com 站长 葛明阳 |
|
2007-11-20 09:06 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
终于支持ISO仿真,强烈支持
VIA P4X266
老毛桃BootCD_070911.ISO
基于Vista PE2.0 VistaPE.iso(184MB)
确定2个ISO文件是连续的
find --set-root /BootCD_070911.ISO
savedefault --wait=2
map /BootCD_070911.ISO (hd32)
map --hook
chainloader (hd32)
boot
find --set-root /VistaPE.iso
savedefault --wait=2
map /VistaPE.iso (hd32)
map --hook
chainloader (hd32)
boot
真实位置(hd0,7)2个都能成功启动
Finally support ISO emulation, strongly support
VIA P4X266
Laomaotao BootCD_070911.ISO
Based on Vista PE2.0 VistaPE.iso (184MB)
Determine that the 2 ISO files are continuous
find --set-root /BootCD_070911.ISO
savedefault --wait=2
map /BootCD_070911.ISO (hd32)
map --hook
chainloader (hd32)
boot
find --set-root /VistaPE.iso
savedefault --wait=2
map /VistaPE.iso (hd32)
map --hook
chainloader (hd32)
boot
The real location (hd0,7) both can be successfully booted
|

第一高手 第二高手
我的小站
 |
|
2007-11-20 13:28 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 23 楼』:
使用 LLM 解释/回答一下
今天试了一下ISO功能。太棒了。
测试老毛桃的111版winpe(45MB)和天风的ramxp(209MB),全部成功。
发现启动天风的ramxp的速度远快于老毛桃的pe,只需要111版的60%的时间。
Today I tried the ISO function. It's great.
Tested Lao Maotao's version 111 WinPE (45MB) and Tianfeng's ramxp (209MB), all successful.
Found that the speed of booting Tianfeng's ramxp is much faster than Lao Maotao's PE, taking only 60% of the time of version 111.
|

Windows 一键还原
http://www.yjhy.com |
|
2007-11-20 15:47 |
|
|
21yefeng
初级用户
 
积分 29
发帖 15
注册 2007-2-3
状态 离线
|
『第 24 楼』:
使用 LLM 解释/回答一下
呵呵,这个功能实是在太好太好了,越来越喜欢grub了!!
Hehe, this function is really, really great. I'm liking grub more and more!
|
|
2007-11-20 18:27 |
|
|
martin325
银牌会员
    
积分 1582
发帖 603
注册 2006-2-20
状态 离线
|
『第 25 楼』:
使用 LLM 解释/回答一下
测试环境:HP 3145AU本本、Phoenix BIOS、1.18G物理内存
menu.lst设置:
title Run ISO
map --mem (hd0,0)/myiso.iso (hd32)
map --hook
chainloader (hd32)
boot
报告测试结果:
老九的winpe.iso、微软的Winxp.iso、龙卷风论坛DOZ制作的Ghost_XPSP2_V1.2.iso
分别启动三者,均出现2行提示:
Autodetect numer-of-heads failed. use default value 255
Autodetect Sectors-per-track failed. use default value 63
本人不懂,请楼主赐教。
除微软的ISO不能启动外,其余2个也虽然出现上述提示,但能正常启动和使用。
微软的ISO不能启动,重开机电脑后,出现Checking file system on C:的动作,不知何故。
Test environment: HP 3145AU notebook, Phoenix BIOS, 1.18G physical memory
menu.lst settings:
title Run ISO
map --mem (hd0,0)/myiso.iso (hd32)
map --hook
chainloader (hd32)
boot
Report test results:
The old nine's winpe.iso, Microsoft's Winxp.iso, and the Ghost_XPSP2_V1.2.iso made by the Tornado Forum DOZ
When booting the three respectively, two lines of prompts appear:
Autodetect numer-of-heads failed. use default value 255
Autodetect Sectors-per-track failed. use default value 63
I don't understand, please the landlord teach.
Except that Microsoft's ISO cannot boot, the other 2 also although the above prompts appear, but can start and use normally.
Microsoft's ISO cannot boot, after restarting the computer, the action of Checking file system on C: appears, I don't know why.
|
|
2007-11-21 18:07 |
|
|
loveheartrain
初级用户
  DOS之迷
积分 174
发帖 81
注册 2007-11-7
状态 离线
|
『第 26 楼』:
使用 LLM 解释/回答一下
主板 845GV 内存256MB
在硬盘上使用
map --mem /myiso.iso (hd32)
map --hook
chainloader (hd32)
boot
可以启动在第一分区的光盘映像并进入WINPE系统,不在出现ERR:60和ERR:21
在硬盘上使用
find --set-root /bf/myiso.iso
map --mem /bf/myiso.ISO (hd32)
map --hook
chainloader (hd32)
boot
可以启动在其它分区BF文件夹内的光盘映像并进入WINPE系统,不在出现ERR:60和ERR:21
使用的光盘映像大小为34.7MB,启动菜单为手工用EZBOOT制作,启动对象为WINPE.
Last edited by loveheartrain on 2007-11-21 at 08:12 PM ]
Motherboard 845GV, memory 256MB
Used on the hard drive
map --mem /myiso.iso (hd32)
map --hook
chainloader (hd32)
boot
Can boot the CD image in the first partition and enter the WINPE system, no longer getting ERR:60 and ERR:21
Used on the hard drive
find --set-root /bf/myiso.iso
map --mem /bf/myiso.ISO (hd32)
map --hook
chainloader (hd32)
boot
Can boot the CD image in the BF folder of other partitions and enter the WINPE system, no longer getting ERR:60 and ERR:21
The size of the used CD image is 34.7MB, the boot menu is manually made with EZBOOT, and the boot object is WINPE.
Last edited by loveheartrain on 2007-11-21 at 08:12 PM ]
|

愛意之无尽@灵犀!
QQ:71216716 E_mail:l.h.r.@163.com |
|
2007-11-21 19:57 |
|
|
z640919a
初级用户
 
积分 157
发帖 72
注册 2006-10-22
状态 离线
|
『第 27 楼』:
使用 LLM 解释/回答一下
U盘上winpe.iso可以启动,天风的ramxp.iso自动重启(提示iso9600...)看不太清.
The winpe.iso on the USB flash drive can boot, and Tianfeng's ramxp.iso restarts automatically (the prompt is "iso9600..." which is not very clear).
|
|
2007-11-23 15:42 |
|
|
martin325
银牌会员
    
积分 1582
发帖 603
注册 2006-2-20
状态 离线
|
『第 28 楼』:
使用 LLM 解释/回答一下
刚刚测试了grub4dos-0.4.3-2007-11-23,
Autodetect numer-of-heads failed. use default value 255
Autodetect Sectors-per-track failed. use default value 63
这2行已经没显示了。
无论ISO文件在FAT分区或NTFS分区的根目录,用grldr引导均正常,GRUB真棒!
Last edited by martin325 on 2007-11-23 at 04:19 PM ]
Just now I tested grub4dos-0.4.3-2007-11-23,
Autodetect numer-of-heads failed. use default value 255
Autodetect Sectors-per-track failed. use default value 63
These two lines are no longer displayed.
Whether the ISO file is in the root directory of a FAT partition or an NTFS partition, booting with grldr is normal. GRUB is great!
Last edited by martin325 on 2007-11-23 at 04:19 PM ]
|
|
2007-11-23 15:51 |
|
|
ad1234sl
初级用户
 
积分 34
发帖 16
注册 2007-10-31
状态 离线
|
『第 29 楼』:
使用 LLM 解释/回答一下
报告:
我在硬盘用grub引导PE和EZboot制作的启动盘都没有问题,但在U盘引导出错,
我的U盘格成USB-HDD引导,menu.lst是这样写的
title 运行光盘WinPE
map --mem (hd0,0)/BOOT/grub/winpe.iso (fd0)
map --hook
chainloader (fd0)
boot
首出现两行英文:
Autodetect number-of-heads failed Use default value 2
Autodetect sectors-per-trackds failed Use default value 63
隔了几分钟后提示Error1:filename must be either an absolute pathname orblocrlist
press any key to continue...
请问各位兄弟,怎样解决,先谢了.......
Last edited by ad1234sl on 2007-11-23 at 08:30 PM ]
Report:
I have no problem booting PE and the boot disk made by EZboot from the hard disk with grub, but there is an error when booting from the USB flash drive.
My USB flash drive is formatted as USB-HDD boot, and menu.lst is written like this
title Run CD WinPE
map --mem (hd0,0)/BOOT/grub/winpe.iso (fd0)
map --hook
chainloader (fd0)
boot
First, two lines of English appear:
Autodetect number-of-heads failed Use default value 2
Autodetect sectors-per-trackds failed Use default value 63
After a few minutes, it prompts Error1: filename must be either an absolute pathname orblocrlist
press any key to continue...
Dear brothers, how to solve it, thank you first.......
Last edited by ad1234sl on 2007-11-23 at 08:30 PM ]
|
|
2007-11-23 20:27 |
|
|
z640919a
初级用户
 
积分 157
发帖 72
注册 2006-10-22
状态 离线
|
『第 30 楼』:
使用 LLM 解释/回答一下
LS应该是要(fd0)改成(hd32)吧.
LS should be to change (fd0) to (hd32), right?
|
|
2007-11-23 22:00 |
|