|
老大好,我是个初学者,最近在研究把BPLOP boot manager写入BIOS,碰到了一些问题,特意向您请教。主要是查了下论坛,发现对于把BPLOP boot manager写入BIOS似乎只有您著文提到过,其他的多是把BPLOP boot manager写入硬盘。
《老主板usb启动支持模块(针对plpbt820更新)》一文已经拜读,用其中的PCI820.ROM 和PLPNEW18刷入rom插到上网卡启动成功。本来这就算完事了,不过我的主要目的是把BPLOP boot manager写入BIOS。
但是试图把这2个ROM 写入AMI BIOS(7.5版)却失败了,启动后提示“PLOP BOOT manager intialized,using PNP mode"接着显示“PLOP BOOT manager-OptionROM:Press D to disable the boot manager,3 sec”,3秒倒计时后,死机,滴滴报警
这是怎么回事呢?在AWD BIOS上刷ISA很成功,AWD BIOS很简单,不说了,在AMI上弄了10几次都没成功。
我先是用plpbtrom-0.6里面的plpbtrom.exe文件压缩这2个ROM,比如“plpbtrom.exe -compress PCI820.ROM NEW.ROM"然后把NEW.ROM(大约30k)加入AMI BIOS再刷写.PLPNEW18.rom是先去尾变成64K,再压缩再写入的。
提示“PLOP BOOT manager intialized,using PNP mode"似乎PLOP已经启动了,为什么会卡死,PCI槽上插空的8139D网卡也没用,是不是要改 Dev ID 和Ven ID.
第二个问题是关于《老主板usb启动支持模块(针对plpbt820更新)》一文,原文
“uboot.rar内容:
plpbt.img 可以替换内部的文件plpbt.bin的98启动镜像(用winimage8.0进行替换)
plpnew18 5.03版的plpbt 网卡启动rom 用于tusl2-c int18h
pci820 64krom,5.04 test 版的plpbt 网卡启动rom (适用于tusl2-c 截获int18h,其他主板估计也可以)
plphdr isa rom 头 用来和新版的plpbt.bin合并成isa启动模块(直接用copy/b)
pcihdr pci rom 头 用来和替换了新版的plpbt.bin的plpbt.img合并成pci启动模块(直接用copy/b,然后用bromcfg配置)
plpbt820.rom 820版的isa启动模块,直接写进主板bios用的,需要主板支持isa模块才行。”
但是还有个plpbtnew.rar文件,解出来是 plpbtnew.rom,这个rom是干什么的主要是
第三个问题是关于PLOP BOOT manager。官网现在升级到了plpbt-5.0.14,其中plpbt-5.0.14文件夹里面有一个plpbtrom.bin,plpbtrom-0.6文件夹里面有一个plpbtrom.bin,这2
个文件是一样的吗。plpbt-5.0.14文件夹里面plpbtrom.bin和plpbt.bin都是43k rom,有什么不同
Difference plpbtrom.bin and plpbt.bin
plpbtrom.bin gives the control of the boot process back to the bios
with a far return if you press esc. plpbt.bin makes a reboot with
int 19h.
Passing parameters to the boot manager with the linux kernel
command line is not supported by plpbtrom.bin
You can configure plpbtrom.bin like plpbt.bin with [111]plpcfgbt.
You can enable/disable a hotkey to start the boot manager.
这些E文没看懂
,PLOP BOOT manager帮助文件提到可以用PLOP BOOT manager生成网卡启动rom和PCI模块,怎么操作?
第四个问题是关于PCI rom合并的,是不是用pcihdr pci rom 头 来和plpbt-5.0.14文件夹里面的plpbt.bin合并成pci启动模块
copy pcihdr/b + plpbt.bin/b new.rom,并使长度为43k,然后用bromcfg配置,
用bromcfg配置需要注意什么
诚盼得到你的解答,不胜感激
[ 本帖最后由 2011birds 于 2012-6-8 23:18 编辑 ] |
|