Re: [ipxe-devel] ESX doesnt work after IPXE upgrade

2020-08-26 Thread Christian Nilsson
On Thu, 27 Aug 2020 at 05:33, Pothana Golla wrote: > Hi All > > > > After upgrade of IPXE ESX server installation doesn’t work as earlier > version it stops boot.c32 and doesn’t move further I had replace the older > version ipxe it works fine . kindly need your help in fixing the same. > > > >

Re: [ipxe-devel] can snponly.efi run without NII protocol installed?

2020-08-26 Thread Michael Brown
On 26/08/2020 09:31, 丰立波 wrote: Thank for the support. I skip the bs->DisconnectController in the function of efi_driver_connect, and my all protocols installed on a NIC controller can be kept. When bs->ConnectController is called, there already exist the SNP protocol, a new SNP protocol can'

Re: [ipxe-devel] Params is not supported

2020-08-26 Thread Michael Brown
On 26/08/2020 10:49, 丰立波 wrote: Thank a lot. Mr. Nilsson. it is exactly the definition in src/ipxe/src/config/general.h As per the documentation, you will need to add #define PARAM_CMD in the relevant file (e.g. config/local/general.h) before building. Michael _

[ipxe-devel] Intel I219V-10 dhcp not working properly

2020-08-26 Thread Peter Van Tilborgh (RVA-ONEM)
Hi, We recently received a new model (dell Latitude 5510) which comes with the Intel I219v-10 networkcard, but we are having dhcp issues with this model. We rebuilt our images from the latest source (downloaded from github today) but that did not help. Further investigation showed us that the d

Re: [ipxe-devel] Params is not supported

2020-08-26 Thread 丰立波
Thank a lot. Mr. Nilsson. it is exactly the definition in src/ipxe/src/config/general.h -- Best Regards Feng Libo ZD Technology (Beijing) Co., Ltd 发件人:"Christian Nilsson" 发送日期:2020-08-26 17:44:00 收件人:"丰立波" 抄送人:iPXE 主题:Re: [ipxe-devel] Params is not supported On Wed, 26 Aug 2020, 10:34

Re: [ipxe-devel] Params is not supported

2020-08-26 Thread Christian Nilsson
On Wed, 26 Aug 2020, 10:34 丰立波, wrote: > Hello, everyone, > I download the latest ipxe and build for an ARM64 platform, it works fine. > but it can't support the script command params? what else I need to do? > Thanks > > -- > Best Regards > > Feng Libo > ZD Technology (Beijing) Co., Ltd > __

Re: [ipxe-devel] Params is not supported

2020-08-26 Thread 丰立波
In ipxe shell, input params command, ipxe responds : params: command not found. if a script contains the params command, the same response. Thanks -- Best Regards Feng Libo ZD Technology (Beijing) Co., Ltd 发件人:"Geert Stappers" 发送日期:2020-08-26 17:13:06 收件人:ipxe-devel@lists.ipxe.org 主题:Re:

Re: [ipxe-devel] Params is not supported

2020-08-26 Thread Geert Stappers
On 26-08-2020 10:34, 丰立波 wrote: > Hello, everyone, > > I download the latest ipxe and build for an ARM64 platform, it works > fine. but it can't support the script command params? Which symptoms? > what else I need to do? Compile with DEBUG= Regards Geert Stappers

[ipxe-devel] Params is not supported

2020-08-26 Thread 丰立波
Hello, everyone, I download the latest ipxe and build for an ARM64 platform, it works fine. but it can't support the script command params? what else I need to do? Thanks -- Best Regards Feng Libo ZD Technology (Beijing) Co., Ltd___ ipxe-devel mail

Re: [ipxe-devel] can snponly.efi run without NII protocol installed?

2020-08-26 Thread 丰立波
Hello, Michael, Thank for the support. I skip the bs->DisconnectController in the function of efi_driver_connect, and my all protocols installed on a NIC controller can be kept. When bs->ConnectController is called, there already exist the SNP protocol, a new SNP protocol can't be installed.