|
DVHZ
初级用户
 
积分 48
发帖 23
注册 2005-10-15
状态 离线
|
『楼 主』:
[已解决!]Grldr引导到DOS成功但键盘失效
使用 LLM 解释/回答一下
今天制作了一个GHOST备份还原程序img映象,通过Grldr(在上面提供的网络盘下载的)引导进入DOS7.1进行操作,在十几台不同硬件配置和操作软件的普通台式电脑上运行正常,在一台微星E7505主板的服务器上运行也很正常,唯独在刚购买的工作站上运行时出问题,现象是能成功进入DOS,但键盘无效,所有指示灯只在启动开始时闪一下就灭了,好像不通电一样,更换键盘无效,改用软盘或光盘引导DOS则没有问题。
我曾在BIOS里将USB禁止了,但问题依旧。
该机器的主要硬件是:超微(SUPERMICR)X6DA8-G2 Intel E7525 DualXeon 主板,Adaptec SCSI v4.30 BIOS ,双P4至强3.0D,2G DDR2II400内存,160GSATA+200GGSCSI320,Windows XP Pro SP2。
不知道是不是服务器主板的特殊BIOS不兼容Grldr所致?有办法解决吗?
我的IMG文件是2.88M的,Grldr是0.97的,Memdisk 是2005年8月的,Menu.lst 内容是:
timeout 0
default 0
title haozi system works 2006
clear
kernel (hd0,0)/boot/grub/memdisk c=8640 h=2 s=36 floppy
initrd (hd0,0)/boot/grub/hz.img
title Boot from HDD
root (hd0,0)
chainloader +1
title Restart
reboot
Last edited by DVHZ on 2006-6-15 at 09:49 ]
Today, I made a GHOST backup and restore program img image. I boot into DOS 7.1 through Grldr (downloaded from the provided network disk) to operate. It runs normally on more than a dozen ordinary desktop computers with different hardware configurations and operating software. It also runs normally on a server with a MSI E7505 motherboard. Only when running on the newly purchased workstation does a problem occur. The phenomenon is that I can successfully enter DOS, but the keyboard is invalid, and all the indicators only flash once at the beginning of the boot and then go out, as if it is not powered on. Changing the keyboard is ineffective. Booting DOS using a floppy disk or CD-ROM is without problems.
I once disabled USB in the BIOS, but the problem remains.
The main hardware of this machine is: Super Micro (SUPERMICR) X6DA8-G2 Intel E7525 Dual Xeon motherboard, Adaptec SCSI v4.30 BIOS, dual P4 Xeon 3.0D, 2G DDR2II400 memory, 160G SATA + 200G SCSI 320, Windows XP Pro SP2.
I don't know if it is due to the incompatibility between the special BIOS of the server motherboard and Grldr? Is there a way to solve it?
My IMG file is 2.88M, Grldr is 0.97, Memdisk is from August 2005, and the content of Menu.lst is:
timeout 0
default 0
title haozi system works 2006
clear
kernel (hd0,0)/boot/grub/memdisk c=8640 h=2 s=36 floppy
initrd (hd0,0)/boot/grub/hz.img
title Boot from HDD
root (hd0,0)
chainloader +1
title Restart
reboot
Last edited by DVHZ on 2006-6-15 at 09:49 ]
|
|
2006-6-11 22:07 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
键盘是USB的?
GRUB 0.97 内建已经Memdisk可以用
title haozi system works 2006
map --mem (hd0,0)/boot/grub/hz.img
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
Is the keyboard USB?
GRUB 0.97 has Memdisk built-in and can be used.
title haozi system works 2006
map --mem (hd0,0)/boot/grub/hz.img
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
|
|
2006-6-11 22:24 |
|
|
不点
银牌会员
     不甘寂寞的人
积分 2491
发帖 1115
注册 2003-9-24
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
在这里报告,我就不好说什么了。这里不是专门为 GRUB4DOS 设置的论坛,因而 GRUB4DOS 以外的问题,也可以报告的。即便如此,我也要说点看法。首先,报告问题之前,应该测试最新的发布。也许最新的发布已经解决了问题呢?另外,如果已经是最新的发布,但仍然有问题,那么你可以测试以前旧的发布。这样就可以帮助开发者确定问题的根源在哪里了。
Here to report, I'm not sure what to say. This isn't a forum specifically set up for GRUB4DOS, so issues other than those related to GRUB4DOS can also be reported. Even so, I still want to say something. First, before reporting an issue, you should test the latest release. Maybe the latest release has already fixed the problem? Also, if it's already the latest release but there's still an issue, then you can test older releases. This can help the developers determine where the root cause of the problem is.
|

因为我们亲手创建,这个世界更加美丽。 |
|
2006-6-11 22:52 |
|
|
DVHZ
初级用户
 
积分 48
发帖 23
注册 2005-10-15
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
多谢!
键盘是PS2的。
再试试……
Thanks!
The keyboard is PS2.
Try again...
|
|
2006-6-11 22:56 |
|
|
DVHZ
初级用户
 
积分 48
发帖 23
注册 2005-10-15
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
早上用2楼的建议去掉了Memdisk,将Menu.lst修改为:
color black/cyan yellow/cyan
timeout 0
default 0
title haozi system works 2006
map --mem (hd0,0)/boot/grub/hz.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
除了引导速度变慢外,同样打不开键盘。
刚刚经不点大师指点下载了最新的Grldr修正板,下午再试试。
In the morning, I followed the suggestion from the 2nd floor to remove Memdisk and modified Menu.lst to:
color black/cyan yellow/cyan
timeout 0
default 0
title haozi system works 2006
map --mem (hd0,0)/boot/grub/hz.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
In addition to the slow boot speed, the keyboard still can't be opened. Just now, I downloaded the latest Grldr modified version under the guidance of the dot master, and I will try it in the afternoon.
|
|
2006-6-12 14:15 |
|
|
DVHZ
初级用户
 
积分 48
发帖 23
注册 2005-10-15
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
另外,我也尝试用旧版Grldr引导,结果不是黑屏无响应,就是一进入DOS就死机。看来这主板太新了。
不过应该说新版兼容性更好了,早先不能引导的几台电脑现在都可以用了。本人力挺各位大师们再接再厉,开发出更稳定、兼容性更好的版本。
Last edited by DVHZ on 2006-6-12 at 14:25 ]
In addition, I also tried to boot with the old version of Grldr, and the result was either a black screen with no response or a crash as soon as entering DOS. It seems this motherboard is too new.
But it should be said that the new version has better compatibility, and several computers that couldn't boot earlier can now be used. I strongly support all the masters to make persistent efforts and develop more stable and compatible versions.
Last edited by DVHZ on 2006-6-12 at 14:25 ]
|
|
2006-6-12 14:21 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
|
2006-6-12 14:40 |
|
|
DVHZ
初级用户
 
积分 48
发帖 23
注册 2005-10-15
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
今天下午用官方最新的Grldr修正版在新工作站引导DOS,结果还是无法使用键盘,郁闷!
但是可以在使用以下主板的机器正常启动:
Intel i820(IBM台式机)
Intel i845(联想开天4600)
Intel i855GE(华硕M2手提电脑)
Intel i865/915/945(微星)
Intel E7505(微星)
我这是里个影视编辑机房,电脑配置都比较高,尤其是几台视频服务器和工作站,所用的主板都非普通级别产品,最新购进的超微(SUPERMICR)X6DA8-G2 Intel E7525 DualXeon 主板更是今年超微系列主板中的顶级品。为了保证系统安全,我都要做各种备份,而Grldr的直接引导比较省事,可惜还不能兼容。盼望大师们能解决这个问题。
This afternoon, I used the official latest revised version of Grldr to boot DOS on a new workstation, but still couldn't use the keyboard. It's frustrating!
But it can boot normally on machines with the following motherboards:
Intel i820 (IBM desktop)
Intel i845 (Lenovo Kaitian 4600)
Intel i855GE (Asus M2 laptop)
Intel i865/915/945 (MSI)
Intel E7505 (MSI)
I'm in a film and television editing room, and the computer configurations are relatively high, especially several video servers and workstations. The motherboards used are all non-ordinary level products. The newly purchased Supermicro (SUPERMICR) X6DA8-G2 Intel E7525 DualXeon motherboard is even the top product in the Supermicro series motherboards this year. In order to ensure system security, I have to do various backups, and the direct booting of Grldr is relatively easy, but it still can't be compatible. I hope the masters can solve this problem.
|
|
2006-6-12 22:08 |
|
|
DVHZ
初级用户
 
积分 48
发帖 23
注册 2005-10-15
状态 离线
|
|
2006-6-15 09:48 |
|