2021年10月25日更新-定制redpill引导(集成网卡和阵列卡..... |
6666666666666666666666666666666666666666666666
|
donxu 发表于 2021-10-12 22:49 我试着集成ixgbe这个英特尔万兆网卡驱动和mpt3sas这个HBA卡驱动,但是提示空间不足,这个主要是万兆驱动就有10M大小了,不知道楼主是怎么解决的? |
木木偶 发表于 2021-10-13 13:11 我给他的只集成了intel万兆 |
donxu 发表于 2021-10-13 13:13 谢谢! 难怪了,我试着只集成万兆驱动,确实能成功编译,现在就是加上mpt3sas就超了,这个万兆驱动10.9M大,一个就把空间占满了,暂时也没找到解决办法,头疼。 |
木木偶 发表于 2021-10-13 13:11 集成不了,那么就在系统启动的时候加载驱动!我就是在启动的时候加载万兆网卡驱动的。最新的启动还没测试。 |
donxu 发表于 2021-10-12 22:49 你编译的时候遇到过这个吗: => ERROR [stage-1 3/9] RUN git clone https://github.com/RedPill-TTG/redpill-lkm.git -b master 122.4s ------ > [stage-1 3/9] RUN git clone https://github.com/RedPill-TTG/redpill-lkm.git -b master /opt/redpill-lkm && git clone https://github.com/tossp/redpill-load.git -b 42218 /opt/redpill-load: #6 0.333 Cloning into '/opt/redpill-lkm'... #6 2.179 Cloning into '/opt/redpill-load'... #6 122.4 fatal: unable to access 'https://github.com/tossp/redpill-load.git/': GnuTLS recv error (-110): The TLS connection was non-properly terminated. |