func (b *Builder) writeGPT(ctx context.Context, w io.WriteSeeker) error {

    err := b.writeMBR(ctx, w)
    if err != nil {
        return err