2017-03-21, 17:15
iscsi boot works in EFI mode but when I try to boot in BIOS I get (in debug output):
INT 13 drive 80 invalid blocksize (4096) for non-extended read/write
INT13,02 *80) failed with status 01
INT13 drive 80 could not read MBR (status 0101)
INT13 drive 80 has no boot catalog
INT13,4d (80) failed with status 01
INT13 drive 80 could not read El Torito boot catalog (status 0100)
target is a Linux server. How can I fix the error (I think it's because the blocksize of disk is 4096 while BIOS/int13 expects 512 blocks).
INT 13 drive 80 invalid blocksize (4096) for non-extended read/write
INT13,02 *80) failed with status 01
INT13 drive 80 could not read MBR (status 0101)
INT13 drive 80 has no boot catalog
INT13,4d (80) failed with status 01
INT13 drive 80 could not read El Torito boot catalog (status 0100)
target is a Linux server. How can I fix the error (I think it's because the blocksize of disk is 4096 while BIOS/int13 expects 512 blocks).