|
jzzyl
初级用户
 
积分 90
发帖 38
注册 2007-1-16
状态 离线
|
『楼 主』:
求助 grub引导硬盘上的NTLDR死机
使用 LLM 解释/回答一下
有两块硬盘 把GRUB装到了其中一块的MBR 可是加载另一块硬盘上的NTLDR时候死机 提示NTLDR is missing
分区是FAT32 目的是引导第二块硬盘上的XP系统
GRUB版本是 0.4.2 主板是技嘉的 Nforce4-4x 正常情况下在BIOS里调整硬盘起动顺序没问题
Last edited by jzzyl on 2007-2-6 at 05:02 PM ]
There are two hard drives. GRUB is installed to the MBR of one of them. But when loading NTLDR on the other hard drive, it freezes and the prompt "NTLDR is missing" appears. The partition is FAT32. The purpose is to boot the XP system on the second hard drive. The GRUB version is 0.4.2. The motherboard is Gigabyte Nforce4-4x. Under normal circumstances, adjusting the hard drive boot order in the BIOS is okay.
Last edited by jzzyl on 2007-2-6 at 05:02 PM ]
|
|
2007-2-7 02:31 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
请修改标题 求助XXX
请告知GRUB版本号
Please modify the title: Help XXX
Please inform the GRUB version number
|

第一高手 第二高手
我的小站
 |
|
2007-2-7 02:44 |
|
|
jzzyl
初级用户
 
积分 90
发帖 38
注册 2007-1-16
状态 离线
|
|
2007-2-7 02:47 |
|
|
不点
银牌会员
     不甘寂寞的人
积分 2491
发帖 1115
注册 2003-9-24
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
这个问题是由于微软的引导代码不支持 (hd1) 造成的。在另外一个地方答复过了。
提醒一下,微软的引导分区只能位于第一硬盘。
This problem is caused by the fact that Microsoft's boot code does not support (hd1). It has been answered elsewhere.
Reminder: Microsoft's boot partition can only be located on the first hard disk.
|

因为我们亲手创建,这个世界更加美丽。 |
|
2007-2-7 06:41 |
|
|
jzzyl
初级用户
 
积分 90
发帖 38
注册 2007-1-16
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
谢谢不点的指点,那么还有别的办法解决吗? MAP (hdo) (hd1)
这个行吗?
Thanks for the guidance from BuDian. Then is there any other way to solve it? MAP (hdo) (hd1)
Is this okay?
|
|
2007-2-7 12:03 |
|
|
fujianabc
金牌会员
     
积分 3467
发帖 1616
注册 2004-6-21
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
用:
map (hd0) (hd1)
map (hd1) (hd0)
map --hook
注意:
在第二硬盘的启动分区上要有boot.ini bootfont.bin ntdetect.com ntldr
其中boot.ini中要用rdisk(0)而不是rdisk(1)
Use:
map (hd0) (hd1)
map (hd1) (hd0)
map --hook
Note:
There should be boot.ini bootfont.bin ntdetect.com ntldr on the boot partition of the second hard disk
In boot.ini, use rdisk(0) instead of rdisk(1)
|
|
2007-2-11 06:55 |
|
|
jzzyl
初级用户
 
积分 90
发帖 38
注册 2007-1-16
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
谢谢大家 这个问题解决了
Thanks everyone. This problem is solved.
|
|
2007-2-13 06:54 |
|