loader.efi: add note about iPXE into the efipart.c

Commant update.
This commit is contained in:
Toomas Soome 2017-12-04 08:50:00 +00:00
parent 0db2102aaa
commit 61da91207d

View File

@ -260,6 +260,8 @@ efipart_hdd(EFI_DEVICE_PATH *dp)
/* /*
* We assume the block size 512 or greater power of 2. * We assume the block size 512 or greater power of 2.
* iPXE is known to insert stub BLOCK IO device with
* BlockSize 1.
*/ */
if (blkio->Media->BlockSize < 512 || if (blkio->Media->BlockSize < 512 ||
!powerof2(blkio->Media->BlockSize)) { !powerof2(blkio->Media->BlockSize)) {