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-25 03:28
中国DOS联盟论坛 » GRUB4DOS、SYSLINUX及其它启动管理软件讨论专区 » Problems with boot files for system recovery of various brand computers! View 1,548 Replies 2
Original Poster Posted 2008-03-28 19:59 ·  中国 澳门 澳门电讯
初级用户
Credits 30
Posts 10
Joined 2007-11-30 01:16
18-year member
UID 104213
Gender Male
Status Offline
I have spent a long time learning EZboot, GRUB, BCDW and other boot CD managers. I think GRUB has the best development prospects, with very powerful functions. The mutual adjustment between them can basically be used. Most of the guides for IMG, ISO and so on are successful, just some relatively special ones are not successful!

Now I am making a CD, which has integrated all the IMG and ISO files I need. The only thing left is that I haven't figured out the boot files for the system recovery of various brand computers. In fact, my purpose is: I want to use GRUB to guide the recovery boot files of the hidden disks of various brand computers to restore the system, because sometimes some brand computers need to be turned on in BIOS, or the MBR has been changed and does not support keys such as F11 to restore the system. But I don't know which file GRUB should call. I don't know if the masters can provide possible information about the boot files of various brand computers!?

Thank you!
Floor 2 Posted 2008-03-31 23:33 ·  中国 河北 保定 移动
铂金会员
★★★★
网络独行侠
Credits 6,962
Posts 2,753
Joined 2003-04-16 00:00
23-year member
UID 1565
Gender Male
From 河北保定
Status Offline
This is quite difficult. The main thing is that the boot methods for one-click recovery based on HPA are not uniform.

If it's just the usual hidden partition form, you just need to remove the hidden attribute of this partition and add the active attribute, then directly load the boot sector of the corresponding partition. Suppose this partition is (hd0,6):

rootnoverify (hd0,6)
unhide
makeactive
chainloader +1
boot
偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
Floor 3 Posted 2008-04-03 19:01 ·  中国 澳门 澳门电讯
初级用户
Credits 30
Posts 10
Joined 2007-11-30 01:16
18-year member
UID 104213
Gender Male
Status Offline
Thanks for the reply from the upstairs. Well, this is also a way, but what I mean is, can we use this?

find --set-root /XXXX

chainloader /XXXX

boot

Is it like this? Just like booting XP, directly find --set-root /ntldr and then load this ntldr to start like that... Recovery should also call a file like ntldr to start, right? If so, will it work?
Forum Jump: