Displaying 2 results from an estimated 2 matches for "87981bb".
2015 Aug 03
1
EFI: ipxe + syslinux = Failed to read blocks: 0xC
...to read blocks: 0xC" before even getting to the stage where it
>> tries to load ldlinux.e64. Searching for answers I found a thread on
>> the qemu-devel list
>
> This is happening if you are trying to boot syslinux.efi from iPXE that
> was not patched.
I was using commit 87981bb from the branch 'qemu' at git.kraxel.org/ipxe.
The last two log messages for this branch are:
87981bb [efi] make load file protocol optional
ca65a1f efi_snp: improve compliance with the EFI_SIMPLE_NETWORK_PROTOCOL
spec
These are the patches Michael mentioned in his post. Did I miss other...
2015 Jul 31
5
EFI: ipxe + syslinux = Failed to read blocks: 0xC
...10.X.167.253/255.255.0.0 gw 10.X.255.254
Next server: 10.X.255.254
Filename: efi64/syslinux-87020-debug.efi
tftp://10.X.255.254/efi64/syslinux-87020-debug.efi... ok
efi_rdwr_sectors: read 1 bytes
Failed to read blocks: 0xC
In this screenshot the iPXE version is 87981 for commit 87981bb6. The
syslinux version here is 87020-or for commit 8702009f plus one extra
printf I added, that shows me the error happens on the very first call
to efi_rdwr_sectors while reading one byte.
This iPXE comes from git://git.kraxel.org/ipxe, but I also tried stock
version 1.0.0+ and 2b15ae55 and t...