China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-06-24 23:40
中国DOS联盟论坛 » GRUB4DOS、SYSLINUX及其它启动管理软件讨论专区 » grub4dos 0.4.2 official version is ready to be released in advance! Please step up testing! View 8,692 Replies 40
Floor 31 Posted 2006-10-06 08:10 ·  中国 四川 南充 电信
超级版主
★★★★
我爱DOS
Credits 5,310
Posts 2,044
Joined 2005-09-26 12:00
20-year member
UID 42843
Gender Male
From 四川南充
Status Offline
Floor 32 Posted 2006-10-06 11:09 ·  中国 广东 广州 教育网
铂金会员
★★★★
C++启程者
Credits 5,154
Posts 1,827
Joined 2003-07-18 00:00
22-year member
UID 7105
Gender Male
Status Offline
I'm just talking about this. (This is the GRUB prompt symbol customized by MAXDOS. Of course, MAXDOS is also made with GRUB)
It should be "GRUB" instead.

Now the problem is: Why is this happening? How to install the standard new version of GRUB (0.97)?
(Note: It has been done according to the instructions, see the previous post)
Floor 33 Posted 2006-10-06 11:11 ·  中国 广东 广州 教育网
铂金会员
★★★★
C++启程者
Credits 5,154
Posts 1,827
Joined 2003-07-18 00:00
22-year member
UID 7105
Gender Male
Status Offline
Eagerly hope that people who understand MAXDOS can solve it!
I can't enjoy the new version of GRUB!

(Just a joke: Is this MAXDOS also a rogue software?)
Floor 34 Posted 2006-10-06 22:11 ·  中国 河南 南阳 联通
银牌会员
★★★★
不甘寂寞的人
Credits 2,491
Posts 1,115
Joined 2003-09-24 00:00
22-year member
UID 10292
Gender Male
Status Offline
Although I haven't used MAXDOS, but, judging from what you said, probably the problem is not on the MAXDOS side, but is still caused by your own oversight. MAXDOS has changed the GRUB prompt, but hasn't changed the filename of GRLDR. The latter I quite agree with, but it would be better if the prompt is also not changed. If you want to change it, then add some functions, don't just do some superficial and dispensable things.

In addition, when making changes, there are also ways to make changes. GRUB4DOS has source code and can be compiled under LINUX. The person making changes can completely do these things without violent cracking (changing binary files with a hex editor). As users, we also need to figure out how a software is changed (the method of change). Some commercial software, you only have this one way of violent cracking. I have also used many software that has been violently cracked online, and they are all good. This shows that the cracker is very capable. But GRUB4DOS is different, we should know (ask the producer) how the software is changed (whether it is a violent method), because our GRUB4DOS can more safely use the method of recompiling to achieve changes, which should be more reassuring for us users than violent cracking.

In addition, there is another problem that most people don't care about, which is the license agreement of the program software. GRUB is GPL software, which requires the person making changes to release the source code of the changes. I am the same as everyone else a Chinese, and naturally I very understand the current situation in China, and everyone doesn't care much about things like license agreements. But, if possible, if the license agreement can be taken into account, then of course it is the best.

I respect the producers of software very much, and I thank them for making the software that everyone likes based on GRUB4DOS. No matter what I have said to any producer at any time and in any occasion to pick faults, it doesn't mean that I am hostile to them; on the contrary, the basis for me to talk about all this is: I respect them very much, thank them, and hope they can do better.

Well, what I said above has nothing to do with technology and is nonsense. Let's get down to business below.

After installing the GRLDR boot code to the hard disk MBR with BOOTLACE, this boot code located in the MBR can search for the GRLDR file in the root directory of each partition (usually first find the GRLDR in the root directory of (hd0,0), (hd0,1), (hd0,2), (hd0,3)). If there are originally old versions of the GRLDR file in the corresponding position, then one of them may take over the control. So, you need to delete the previous old version of the GRLDR and replace it with the new version of the GRLDR.

The README file of GRUB4DOS also said this problem. Using bootlace is only one of the two steps, and the other step is to copy GRLDR to the partition root directory (it is recommended to copy to the root directory of all partitions, so that the MBR boot code can find GRLDR).

The previous moderator explained very well, thank you. Also thank all the friends.

[ Last edited by 不点 on 2006-10-6 at 22:20 ]
因为我们亲手创建,这个世界更加美丽。
Floor 35 Posted 2006-10-06 23:09 ·  中国 广东 广州 教育网
铂金会员
★★★★
C++启程者
Credits 5,154
Posts 1,827
Joined 2003-07-18 00:00
22-year member
UID 7105
Gender Male
Status Offline
Oh? Like this? The new version of GRUB must have GRLDR? I'll try! Thanks a lot
Floor 36 Posted 2006-10-06 23:47 ·  中国 广东 广州 教育网
铂金会员
★★★★
C++启程者
Credits 5,154
Posts 1,827
Joined 2003-07-18 00:00
22-year member
UID 7105
Gender Male
Status Offline
Hmm, solved!
But, the GRUB screen is GRUB4DOS 0.4.2. Can it be made into GNU GRUB 0.97?
Does it need to be compiled in LINUX?
Floor 37 Posted 2006-10-07 01:24 ·  中国 河南 南阳 联通
银牌会员
★★★★
不甘寂寞的人
Credits 2,491
Posts 1,115
Joined 2003-09-24 00:00
22-year member
UID 10292
Gender Male
Status Offline
If we prohibit people from using brute-force cracking, it is trying to fool people. Brute-force cracking also has its suitable places. For example, if you just modify a string, probably a hex editor can perfectly do it. And if you have to enter LINUX to compile for such a trivial matter, it seems a bit circuitous, right? Of course, if you want to get familiar with the Linux environment, you should do so. But, you should first browse the LINUX website.
因为我们亲手创建,这个世界更加美丽。
Floor 38 Posted 2006-10-07 01:31 ·  中国 浙江 衢州 电信
银牌会员
★★★
Credits 1,270
Posts 548
Joined 2004-05-31 00:00
22-year member
UID 25754
Gender Male
Status Offline
Some people just like to make up false things. If you want to do something, do something that can improve the functionality.
Floor 39 Posted 2006-10-07 02:47 ·  中国 广东 广州 教育网
铂金会员
★★★★
C++启程者
Credits 5,154
Posts 1,827
Joined 2003-07-18 00:00
22-year member
UID 7105
Gender Male
Status Offline
I don't know, what is the character in the top line of the GRUB you installed?

Is it GRUB4DOS 0.4.2
or GNU GRUB 0.97?

I saw the display picture on the GRUB website is GNU GRUB 0.97
I want to make it GNU GRUB 0.97...
Floor 40 Posted 2006-10-09 06:58 ·  中国 上海 松江区 电信
铂金会员
★★★★
DOS一根葱
Credits 5,493
Posts 2,315
Joined 2006-05-01 10:41
20-year member
UID 54766
Gender Male
From 上海
Status Offline
It seems that after pre7, it all shows GRUB4DOS 0.4.2, which belongs to a relatively new version. You can download various versions from here
http://sarovar.org/project/showfiles.php?group_id=320&release_id=670
For a newer version than the above, go to the bottom of the Diandian Master website to download the one with the date.zip
http://grub4dos.jot.com/WikiHome
第一高手 第二高手

Floor 41 Posted 2006-10-11 00:09 ·  中国 甘肃 兰州 电信
初级用户
★★
Credits 145
Posts 66
Joined 2006-10-03 10:40
19-year member
UID 64417
Gender Male
Status Offline
Originally posted by Budian at 2006-10-7 01:24:
If you prohibit people from using brute-force cracking, it is to fool people. Brute-force cracking also has its appropriate places. For example, if you just modify a string, then probably using a hex editor can be perfectly done..



When will GURB support ISO image files? I have a few LINUX boot format memory test ISO files (memtest86+v1.65, size <1MB), which cannot be used correctly now (error reported), and burning to CD seems a bit wasteful. I hope to support ISO and other image formats as soon as possible.
Forum Jump: