|
martin325
银牌会员
    
积分 1582
发帖 603
注册 2006-2-20
状态 离线
|
『楼 主』:
GRUB启动光盘映像文件的问题
使用 LLM 解释/回答一下
menu.lst里设置如下
find --set-root /1.iso
map /1.iso (hd32)
map --hook
chainloader (hd32)
boot
出现ERROR提示:
File for drive emulation must be in one contiguous disk area
grldr是2009-03-07版本,光盘映像文件约790M,物理内存512M,是不是物理内存小于映像文件导致的错误?
请教高手,谢谢
The settings in menu.lst are as follows:
find --set-root /1.iso
map /1.iso (hd32)
map --hook
chainloader (hd32)
boot
The ERROR prompt appears:
File for drive emulation must be in one contiguous disk area
The grldr is the version of 2009-03-07, the size of the CD image file is about 790M, and the physical memory is 512M. Is the error caused by the physical memory being smaller than the image file?
Asking experts for help, thanks
|
|
2009-3-11 13:58 |
|
|
martin325
银牌会员
    
积分 1582
发帖 603
注册 2006-2-20
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
另请问map --mem /1.iso (hd32)
与
map /1.iso (hd32)有啥区别?
前者是把映像文件整个复制到物理内存吗?
Another question: What is the difference between `map --mem /1.iso (hd32)` and `map /1.iso (hd32)`? Does the former copy the entire image file to physical memory?
|
|
2009-3-11 15:09 |
|
|
martin325
银牌会员
    
积分 1582
发帖 603
注册 2006-2-20
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
经过试验,知道出现错误的原因所在了
用map --mem 命令就没事,前提是ISO文件要小于物理内存的大小才行。
After testing, I know where the error comes from.
Using the map --mem command is fine, provided that the ISO file is smaller than the size of the physical memory.
|
|
2009-3-11 15:34 |
|
|
wwwcccyyy
中级用户
  
积分 224
发帖 110
注册 2007-1-7 来自 广东
状态 离线
|
|
2009-3-18 23:01 |
|
|
chenall
银牌会员
    
积分 1276
发帖 469
注册 2002-12-23 来自 福建泉州
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
使用contig把这个ISO文件整理一下就可以不加--mem参数启动.
也就是要使得这个ISO文件连续存放.
Using contig to organize this ISO file can make it boot without the --mem parameter. That is, to make this ISO file be stored continuously.
|

QQ:366840202
http://chenall.net |
|
2009-3-19 03:47 |
|
|
lngzhx
新手上路

积分 9
发帖 4
注册 2008-3-8
状态 离线
|
|
2009-4-13 05:51 |
|
|
gd510090
新手上路

积分 4
发帖 2
注册 2008-10-30
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
Originally posted by chenall at 2009-3-19 03:47:
使用contig把这个ISO文件整理一下就可以不加--mem参数启动.
也就是要使得这个ISO文件连续存放.
请教:contig怎么用?能否写个实例?谢谢!
Originally posted by chenall at 2009-3-19 03:47:
Use contig to defragment this ISO file, and then you can boot without the --mem parameter.
That is, make this ISO file be stored continuously.
Please advise: How to use contig? Can you write an example? Thanks!
|
|
2009-4-23 12:28 |
|
|
gd510090
新手上路

积分 4
发帖 2
注册 2008-10-30
状态 离线
|
|
2009-4-23 12:37 |
|
|
chenall
银牌会员
    
积分 1276
发帖 469
注册 2002-12-23 来自 福建泉州
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
contig是一个程序啊,直接
使用命令行
contig.exe 要整理的文件
或把要整理的文件拖放到contif.exe图标上.
contig is a program. Directly use the command line
contig.exe the file to be defragmented
Or drag the file to be defragmented onto the contif.exe icon.
|

QQ:366840202
http://chenall.net |
|
2009-4-24 01:05 |
|
|
hhs66317
初级用户
 
积分 24
发帖 12
注册 2007-9-8
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
用这个命令可以引导进去,但是执行过程中就找不到光盘了
This command can be used to boot in, but the CD-ROM cannot be found during the execution process.
|
|
2009-5-24 22:35 |
|
|
gl19910228
初级用户
 
积分 48
发帖 24
注册 2010-10-10
状态 离线
|
|
2010-10-16 10:33 |
|