无忧启动论坛

标题: ipxe怎么生成一个小于等于64K的ROM? [打印本页]

作者: 2013abcdefg    时间: 2018-1-12 14:29
标题: ipxe怎么生成一个小于等于64K的ROM?
PXE ROM直接生成太大了
Large ROM images
A PXE ROM
If you enable large numbers of iPXE features, you may find that the ROM becomes too large to use. Some network cards cannot support ROMs larger than 64kB, and some BIOSes may fail to complete their power-on self-test (POST) when larger ROM images are present.
You may be able to use a .mrom image to alleviate some of these problems. A .mrom image appears to the BIOS as a very small (3kB) ROM, which contains only a small loader stub. The full iPXE image is loaded only when the BIOS attempts to boot from the network card.
You can build a .mrom image by simply changing .rom to .mrom. For example:
  make bin/808610de.rom    # Normal .rom image
  make bin/808610de.mrom   # .mrom image
作者: 2013abcdefg    时间: 2018-1-12 14:29
http://ipxe.org/download#replacing_an_existing_pxe_rom
作者: 不知    时间: 2018-1-12 17:19
修改src/config/下的文件(尤其是general.h),注释掉一些不需要的的功能(如rom只用来下载服务器上的ipxe,不直接执行菜单,就可以裁剪许多与第一次启动无关的内容(如http))。








作者: 江南一根葱    时间: 2018-1-17 09:35
话说编译ipxe的迷你linux用哪个方便
作者: 2305753123    时间: 2018-1-17 11:09
提示: 作者被禁止或删除 内容自动屏蔽
作者: 2013abcdefg    时间: 2018-1-18 17:04
不知 发表于 2018-1-12 17:19
修改src/config/下的文件(尤其是general.h),注释掉一些不需要的的功能(如rom只用来下载服务器上的ipxe, ...

明白道理,但能力有限实不知怎么修改。我是想把ipxe刷到网卡ROM上
作者: giver    时间: 2022-5-31 08:58
找到方法了吗?如何刷进去网卡rom或者主板bios 网卡启动模块?
作者: giver    时间: 2022-9-23 16:58
这个问题江南那个葱和 友联电脑,两位前辈有发言权,可否回复下
作者: 友联电脑    时间: 2022-9-23 20:59
giver 发表于 2022-9-23 16:58
这个问题江南那个葱和 友联电脑,两位前辈有发言权,可否回复下

报歉,我从没想过,将其刷入网卡,一直都是用pxe>iPXE。
作者: giver    时间: 2022-9-28 16:16
友联电脑 发表于 2022-9-23 20:59
报歉,我从没想过,将其刷入网卡,一直都是用pxe>iPXE。

您的系统就是通过pxe引导,tft服务器Chainloading到ipxe?但是这样,无法实现广域网启动的吧
作者: 友联电脑    时间: 2022-9-28 21:24
giver 发表于 2022-9-28 16:16
您的系统就是通过pxe引导,tft服务器Chainloading到ipxe?但是这样,无法实现广域网启动的吧

你下个我之前发的镜像,试下就知道了,iPXE能支持,为什么不实现呢
http://bbs.wuyou.net/forum.php?mod=viewthread&tid=424884&extra=




欢迎光临 无忧启动论坛 (http://bbs.wuyou.net./) Powered by Discuz! X3.3