Re: [ipxe-devel] iPXE error code 021260

2019-07-09 Thread Sebastian Roth


On 7/9/19 8:46 PM, Kishan Bhairo wrote:
> Hello, I am new to installing and using FOG server. I have just
> installed FOG and was trying to capture an image.

Though Geert is definitely right pointing you to test the TFTP server by
using another TFTP client I'd suggest we move this topic to the FOG
forum as it's definitely not something the iPXE devs need to fix. Post
your question and more details on your setup and we'll surely help you
find a solution! https://forums.fogproject.org/

Sebastian Roth
___
ipxe-devel mailing list
ipxe-devel@lists.ipxe.org
https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel


Re: [ipxe-devel] iPXE error code 021260

2019-07-09 Thread Geert Stappers
On Tue, Jul 09, 2019 at 01:46:04PM -0500, Kishan Bhairo wrote:
> Hello, I am new to installing and using FOG server. I have just installed
> FOG and was trying to capture an image. I restarted my client with the
> desired image and booted from the network. Every time I did boot from the
> network I received the error code 021260 for my TFTP server and was told
> the permission was denied and as a result I could not reach the FOG client.

Quoting http://ipxe.org/err/021260

| Additional notes
|
| (Please edit this page to include any of your own useful hints and tips
| for fixing this error.)
|
| This error indicates that the TFTP server has returned an "Access
| Denied" error (TFTP code 2).
|
| Things to try:
|   * Check that you are attempting to download the correct file.   
|   * Check that you provided a protocol while trying to download it from HTTP.
|   * Check the permissions on the file you are trying to download. 
|   * Check the TFTP servers logs   
|   * Check that you can download the file using another TFTP client,
| such as tftp-hpa on Linux.
|   * If you are using qemu's embedded TFTP server, try adding an extra
| leading slash to your filename (to work around a known qemu bug).
| For example, if your DHCP server is currently handing out
| filename "pxelinux.0";then try changing this to
| filename "/pxelinux.0";  
|   * Use tcpdump or wireshark to see exactly which file is requested

> If you can help in any way please let me know. Thank You.

Yes, YOU can help. Start with checking that you can download the file
using another TFTP client. Continue with the other things to try.
Let the iPXE community (this mailinglist) know how it went.


Groeten
Geert Stappers
--
Leven en laten leven
___
ipxe-devel mailing list
ipxe-devel@lists.ipxe.org
https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel


[ipxe-devel] iPXE error code 021260

2019-07-09 Thread Kishan Bhairo
Hello, I am new to installing and using FOG server. I have just installed
FOG and was trying to capture an image. I restarted my client with the
desired image and booted from the network. Every time I did boot from the
network I received the error code 021260 for my TFTP server and was told
the permission was denied and as a result I could not reach the FOG client.
If you can help in any way please let me know. Thank You.
Kishan Bhairo.
___
ipxe-devel mailing list
ipxe-devel@lists.ipxe.org
https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel


Re: [ipxe-devel] IPXE fails to verify images on EFI system

2019-07-09 Thread Michael Brown

On 21/06/2019 09:48, Ján ONDREJ (SAL) wrote:

   I am trying to make boot.salstar.sk working on an EFI system. After some
troubles with disabling secure boot or allowing my ipxe.efi image, it's
now booting, but my scripts are unable to validate ipxe script files.

   Error message is:

Could not start download: Invalid argument (http://ipxe.org/1c25e082)

Using an "chain http://...; command works well, but without signature
checking.

Is this a bug of ipxe or is it a "feature" of EFI booting?


As per the error page, it indicates a failure to obtain a usable entropy 
source.  Try building with DEBUG=efi_entropy,entropy,drbg


Michael
___
ipxe-devel mailing list
ipxe-devel@lists.ipxe.org
https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel