|
tusheng
中级用户
  
积分 213
发帖 104
注册 2007-8-31
状态 离线
|
『楼 主』:
[求助]问个问题,grub4dos就是grub for dos吗?
使用 LLM 解释/回答一下
grub for dos是不是已经包含了 BOOTGRUB 和 GRLDR 文件【它们叫做“GRUB for NTLDR”】。
bootgrub和grldr是必须共存,还是只有一个就足够?
Does GRUB for DOS already include the BOOTGRUB and GRLDR files ?
Are bootgrub and grldr required to coexist, or is only one sufficient?
|
|
2007-9-10 12:02 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
|
2007-9-10 13:09 |
|
|
tusheng
中级用户
  
积分 213
发帖 104
注册 2007-8-31
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
GRLDR就是GRUB for NTLDR ,是不是要另外下的,不包括在grub4dos里面?
grub4dos就是grub for dos这两一样吗?
GRLDR is GRUB for NTLDR, is it something that needs to be downloaded separately and not included in grub4dos?
Is grub4dos the same as grub for dos?
|
|
2007-9-10 14:29 |
|
|
barton
中级用户
  
积分 480
发帖 197
注册 2006-9-20 来自 黄冈
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
一样的
grub4dos=grub for dos
包含grldr 和grub.exe
The same.
grub4dos = grub for dos
Contains grldr and grub.exe
|
|
2007-9-10 15:05 |
|
|
tusheng
中级用户
  
积分 213
发帖 104
注册 2007-8-31
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
没有bootgrub,从没有一个版本出现过么?
Is there never been a version without bootgrub?
|
|
2007-9-10 15:26 |
|
|
不点
银牌会员
     不甘寂寞的人
积分 2491
发帖 1115
注册 2003-9-24
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
非常老的版本中曾经发布了 bootgrub 文件,在新版本中,不需要这个文件,替而代之的是 grldr 和 grldr.mbr 文件。
In very old versions, the bootgrub file was once released. In the new version, this file is not needed, and instead, the grldr and grldr.mbr files are used.
|

因为我们亲手创建,这个世界更加美丽。 |
|
2007-9-10 17:27 |
|
|
tusheng
中级用户
  
积分 213
发帖 104
注册 2007-8-31
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
grldr.mbr做什么用,我下的里头找找看
8kb?
做什么用的?
What is the function of grldr.mbr? Let me look for it inside. 8KB? What is it used for?
|
|
2007-9-11 07:39 |
|
|
tusheng
中级用户
  
积分 213
发帖 104
注册 2007-8-31
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
是不是应该这样用c:\grldr.mbr=******
而不是c:\grldr=*********
Should it be used like this: c:\grldr.mbr=****** instead of c:\grldr=*********
|
|
2007-9-12 12:23 |
|
|
barton
中级用户
  
积分 480
发帖 197
注册 2006-9-20 来自 黄冈
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
Originally posted by tusheng at 2007-9-12 12:23:
是不是应该这样用c:\grldr.mbr=******
而不是c:\grldr=*********
都可以
第一种用法c:\grldr.mbr,grldr和MENU.LST可以放在任意分区根目录,
第二种 c:\grldr 只能是 放在c根目录
grldr.mbr只负责find grldr ,grldr才是实体
Last edited by barton on 2007-9-12 at 12:38 PM ]
Originally posted by tusheng at 2007-9-12 12:23:
Should it be used like this c:\grldr.mbr=******
instead of c:\grldr=*********
Both are okay
The first usage c:\grldr.mbr, grldr and MENU.LST can be placed in the root directory of any partition,
The second c:\grldr can only be placed in the root directory of drive C
grldr.mbr only takes care of finding grldr, and grldr is the entity
Last edited by barton on 2007-9-12 at 12:38 PM ]
|
|
2007-9-12 12:35 |
|
|
tusheng
中级用户
  
积分 213
发帖 104
注册 2007-8-31
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
Originally posted by barton at 2007-9-12 12:35 PM:
都可以
第一种用法c:\grldr.mbr,grldr和MENU.LST可以放在任意分区根目录,
第二种 c:\grldr 只能是 放在c根目录
grldr.mbr只负责find grldr ,grl ...
哦,明白了
Originally posted by barton at 2007-9-12 12:35 PM:
Both are okay.
The first usage: c:\grldr.mbr. grldr and MENU.LST can be placed in the root directory of any partition.
The second: c:\grldr can only be placed in the root directory of drive C.
grldr.mbr is only responsible for finding grldr, grl...
Oh, I see
|
|
2007-9-13 06:20 |
|
|
tusheng
中级用户
  
积分 213
发帖 104
注册 2007-8-31
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
Originally posted by 不点 at 2007-9-10 05:27 PM:
非常老的版本中曾经发布了 bootgrub 文件,在新版本中,不需要这个文件,替而代之的是 grldr 和 grldr.mbr 文件。
您就是作者吧?
Originally posted by Budian at 2007-9-10 05:27 PM:
In very old versions, the bootgrub file was once released. In the new version, this file is not needed, and instead, the grldr and grldr.mbr files are used.
Are you the author?
|
|
2007-9-13 06:21 |
|
|
不点
银牌会员
     不甘寂寞的人
积分 2491
发帖 1115
注册 2003-9-24
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
我是 grub4dos 这个项目的发起人。但是现在由 bean 来负责。我身体不行,已经退出。不过我仍然在关心 grub4dos。希望大家能够帮助 bean,给他减轻一些负担。
I am the initiator of the grub4dos project. But now it is taken care of by bean. I'm not in good health and have withdrawn. However, I still care about grub4dos. I hope everyone can help bean and lighten his burden a bit.
|

因为我们亲手创建,这个世界更加美丽。 |
|
2007-9-13 08:26 |
|