|
ql1307096
初级用户
 
积分 66
发帖 26
注册 2006-2-9
状态 离线
|
『楼 主』:
GRUB引导软盘镜像的问题
使用 LLM 解释/回答一下
请问如何用GRUB引导大于2.88M的IMG文件啊?听说要加CHS参数,但是怎样才能得到这些参数呢??
How to use GRUB to boot an IMG file larger than 2.88M? I heard that CHS parameters need to be added, but how to get these parameters?
|
|
2006-2-10 11:42 |
|
|
ql1307096
初级用户
 
积分 66
发帖 26
注册 2006-2-9
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
title 运行 全中文DOS启动盘!
root (hd0,0)
kernel (hd0,0)/boot/grub/memdisk.gz c=555 h=2 s=18 floppy
initrd (hd0,0)/boot/grub/Max.IMG c=555 h=2 s=18 floppy
上面是MAXDOS中的menu.lst中的一段内容,按照它的写法我却失败了!请问正确的方法应该是怎样的啊??
title Run Full Chinese DOS Boot Disk!
root (hd0,0)
kernel (hd0,0)/boot/grub/memdisk.gz c=555 h=2 s=18 floppy
initrd (hd0,0)/boot/grub/Max.IMG c=555 h=2 s=18 floppy
The above is a part of the menu.lst in MAXDOS. According to its writing, I failed! May I ask what the correct method is?
|
|
2006-2-10 11:48 |
|
|
LK
高级用户
   
积分 915
发帖 309
注册 2002-12-22
状态 离线
|
『第 3 楼』:
没问题啊....?
使用 LLM 解释/回答一下
title 3.......【启动分区大师】 ---无损分区修改、检查分区错误
kernel (hd0,0)/boot/grub/memdisk.gz
initrd (hd0,0)/boot/Pq8.img
标题3.......【启动分区大师】 --- 无损分区修改、检查分区错误
kernel (hd0,0)/boot/grub/memdisk.gz
initrd (hd0,0)/boot/Pq8.img
附件
1: Clipboard04.gif (2006-2-11 09:59, 3.29 KiB, 下载附件所需积分 1 点
,下载次数: 22)
|
|
2006-2-11 09:59 |
|
|
ql1307096
初级用户
 
积分 66
发帖 26
注册 2006-2-9
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
你的方法对2.88M以下的IMG文件有效,你试试做个2.88M以上的文件就不行了!
Your method is effective for IMG files below 2.88M, but it doesn't work for files above 2.88M!
|
|
2006-2-11 14:57 |
|
|
guyouhua
初级用户
 
积分 46
发帖 21
注册 2006-5-14 来自 JIANXI
状态 离线
|
『第 5 楼』:
GRUB引导软盘镜像的问题
使用 LLM 解释/回答一下
大于2.88M的IMG文件,要加CHS参数,可用这个获得!
Last edited by guyouhua on 2006-5-23 at 14:21 ]
For IMG files larger than 2.88M, you need to add CHS parameters, and you can get this here!
Last edited by guyouhua on 2006-5-23 at 14:21 ]
附件
1: GDParam.rar (2006-5-23 14:18, 93.48 KiB, 下载附件所需积分 1 点
,下载次数: 261)
|
|
2006-5-23 14:17 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
|
2006-5-24 09:08 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
|
2006-5-24 09:12 |
|
|
king1161
新手上路

积分 2
发帖 1
注册 2007-1-31 来自 湖北.宜昌.珠海
状态 离线
|
|
2007-9-29 15:52 |
|
|
joypc
新手上路

积分 2
发帖 1
注册 2007-5-7
状态 离线
|
|
2007-10-12 00:33 |
|
|
chpli
初级用户
 
积分 46
发帖 19
注册 2007-10-10
状态 离线
|
|
2007-10-12 16:43 |
|
|
pcmail
新手上路

积分 4
发帖 2
注册 2007-10-17
状态 离线
|
|
2007-10-18 00:13 |
|
|
monkeyking
新手上路

积分 2
发帖 1
注册 2007-10-19
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
Originally posted by ql1307096 at 2006-2-10 11:48:
title 运行 全中文DOS启动盘!
root (hd0,0)
kernel (hd0,0)/boot/grub/memdisk.gz c=555 h=2 s=18 floppy
initrd (hd0,0)/boot/grub/Max.IMG c=555 h=2 s=18 floppy
...
对于2.88M的软盘镜像,试改为以下内容:
title 运行 全中文DOS启动盘!
root (hd0,0)
kernel (hd0,0)/boot/grub/memdisk.gz
initrd (hd0,0)/boot/grub/Max.IMG c=80 h=2 s=36
有一个软件Gmeditor,grub菜单编辑器,可以获取软盘镜像的CHS参数.
下载地址: http://sysoft.zdwx.com/grub/grubin/GME_Inst.rar
Originally posted by ql1307096 at 2006-2-10 11:48:
title Run All-Chinese DOS Boot Disk!
root (hd0,0)
kernel (hd0,0)/boot/grub/memdisk.gz c=555 h=2 s=18 floppy
initrd (hd0,0)/boot/grub/Max.IMG c=555 h=2 s=18 floppy
...
For a 2.88M floppy image, try changing to the following content:
title Run All-Chinese DOS Boot Disk!
root (hd0,0)
kernel (hd0,0)/boot/grub/memdisk.gz
initrd (hd0,0)/boot/grub/Max.IMG c=80 h=2 s=36
There is a software Gmeditor, a GRUB menu editor, which can obtain the CHS parameters of the floppy image.
Download link: http://sysoft.zdwx.com/grub/grubin/GME_Inst.rar
|
|
2007-10-22 19:44 |
|
|
lzym
新手上路

积分 16
发帖 7
注册 2008-1-11
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
终于找到了GDPARAM这个工具!!谢谢5楼的兄弟!!
Finally found the GDPARAM tool!! Thanks to the brother on floor 5!!
|
|
2008-1-17 12:03 |
|
|
xjcheng
新手上路

积分 2
发帖 1
注册 2008-5-9
状态 离线
|
|
2008-5-12 21:06 |
|
|
wwwcccyyy
中级用户
  
积分 224
发帖 110
注册 2007-1-7 来自 广东
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
7楼的方法是好的,俺的也是这样
The method on the 7th floor is good, mine is also like this
|
|
2008-5-17 21:08 |
|