|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『楼 主』:
是不是品牌机不给装别的启动管理器(GRUB4DOS)?
使用 LLM 解释/回答一下
不点兄,前两天给人装GRUBFORDOS,配合GHOST的备份和还原功能,但是重启后,GRUB启动菜单不见了(他是品牌机,开机就有它的启动画面,并且有XP启动按钮),我怀疑是不是品牌机的启动程序固化在了BIOS的ROM里了,不允许修改硬盘的主引导? 我自己的机子不是品牌机,没问题的)
但是,在刚装GRUB后,是有GRUB菜单的,但不能从隐藏的另一主分区启动(XP的备份就放在那)!启动后,死机,强行关机重起后,却直接启动到了隐藏的另一主分区!(可能是因为我在GRUB的菜单里加了MAKEACTIVE吧,系统激活了它,隐藏了第一分区?)
用LINUX启动盘也不行(启动到第一分区就可以).后来我又激活XP主分区.在XP的BOOT.INI里出现了一个启动项"不可识别的操作系统"..
是不是品牌机不给装别的启动管理器?
Brother Budian, a few days ago I helped someone install GRUB for DOS to cooperate with the backup and restore functions of GHOST. But after restarting, the GRUB boot menu disappeared. (He has a brand computer, and there is its boot screen when booting, and there is an XP boot button.) I suspect that the boot program of the brand computer is solidified in the BIOS ROM, not allowing modification of the hard disk's master boot record? (My own computer is not a brand computer, and it's fine.)
But after just installing GRUB, there was a GRUB menu, but I couldn't boot from another hidden primary partition (the XP backup was placed there)! After booting, it froze. Forcibly powering off and restarting directly booted to the other hidden primary partition! (Maybe because I added MAKEACTIVE in the GRUB menu, the system made it active and hid the first partition?)
Using a Linux boot disk didn't work either (could boot to the first partition). Later I activated the XP primary partition again. An entry "Unrecognized operating system" appeared in XP's BOOT.INI..
Is it that brand computers don't allow installing other boot managers?
|
|
2005-1-13 00:00 |
|
|
blue777
中级用户
  
积分 452
发帖 134
注册 2004-6-16
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
用PQ找有无特殊的分区,一般不会将启动程序固化在BIOS的,我联想笔记本才买来也带一键恢复功能,就是厂商专门设了个分区.
Use PQ to check if there are special partitions. Generally, the boot program is not固化 in the BIOS. My Lenovo notebook just bought also has one - key recovery function, which is that the manufacturer specially set up a partition.
|
|
2005-1-14 00:00 |
|
|
不点
银牌会员
     不甘寂寞的人
积分 2491
发帖 1115
注册 2003-9-24
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
这个情况我没见过,应当属于个别案例。
谢谢 blue 兄的答复,我也觉得可能是这样的。厂家可能专门设置有一个启动分区,用来检察和判断系统中的分区情况,并自动写入 boot.ini 中。这样做有它的好处,但也有它的坏处,那就是太过于霸道了,不能给用户充分的自由。
I haven't seen this situation before, and it should belong to an individual case.
Thanks to Brother blue for the reply, I also think it might be like this. The manufacturer may have specially set up a boot partition to check and judge the partition situation in the system and automatically write it into boot.ini. There are its advantages to do this, but there are also its disadvantages, that is, it is too overbearing and cannot give users sufficient freedom.
|

因为我们亲手创建,这个世界更加美丽。 |
|
2005-1-14 00:00 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
谢了,我用PQ删了全部分区,重新建了分区,格式化,也建了个隐藏分区用来备份.没有发现任何隐藏分区不过,我这个问题的关键是主引导是否被品牌机控制的问题,..
Thanks, I used PQ to delete all partitions, rebuilt partitions, formatted, and also created a hidden partition for backup. No hidden partition was found. However, the key issue with my problem is whether the master boot is controlled by the brand computer..
|
|
2005-1-14 00:00 |
|
|
不点
银牌会员
     不甘寂寞的人
积分 2491
发帖 1115
注册 2003-9-24
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
你没有必要把 GRLDR 安装在 MBR。你可以在 BOOT.INI 中调用 GRLDR,这样总可以吧?
You don't need to install GRLDR in the MBR. You can call GRLDR in BOOT.INI, that should be okay, right?
|

因为我们亲手创建,这个世界更加美丽。 |
|
2005-1-14 00:00 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
装GRLDR能启动到隐藏的主分区吗?
Can GRLDR boot to a hidden primary partition?
|
|
2005-1-15 00:00 |
|
|
不点
银牌会员
     不甘寂寞的人
积分 2491
发帖 1115
注册 2003-9-24
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
可以的,只要在主分区,不管是否隐藏,都可以。GRLDR 只要在某个主分区的根目录中存在就行,不管该分区是否隐藏。
用
chainloader (hd?,?)+1
boot
的方式,可以启动到任何隐藏的或者非隐藏的分区。
Okay, as long as it's in the primary partition, whether it's hidden or not. GRLDR just needs to exist in the root directory of some primary partition, whether that partition is hidden or not.
Using
chainloader (hd?,?)+1
boot
method, you can boot to any hidden or non-hidden partition.
|

因为我们亲手创建,这个世界更加美丽。 |
|
2005-1-15 00:00 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
那好! 一定试试..
Okay! I will definitely give it a try.
|
|
2005-1-15 00:00 |
|
|
sonic0199
初级用户
 
积分 143
发帖 15
注册 2004-6-27
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
应该是品牌机BIOS的问题
It should be a problem with the brand computer's BIOS
|
|
2005-1-15 00:00 |
|