Just put the first partition at a sector offset of 1024, rather than the default of 63. In practice, even an offset of 64 is good enough (any even multiple of 4KBytes).

The default of 63 is horrid, since it means every 4KB write to the disk can potentially require an internal READ/MOVE/MODIFY/WRITE cycle. Really bad for performance, that! smile