Matt Fleming <matt at codeblueprint.co.uk> wrote: > - grub_memcpy (params, &lh, 2 * 512); > + grub_memcpy (params, (grub_uint8_t *)&lh[512], 512); It would appear this change is wrong and params needs to be changed to params + 512 or something similar. David