overdue-scratch

Author Topic: Removing the requirement for Chameleon (boot1h/boot) to be on active partition  (Read 50521 times)

0 Members and 3 Guests are viewing this topic.

staticanime

  • Member
  • Posts: 45
Guys, quick question, what would I have to change in boot0's first pass to make it look for boot1f32 instead of the standard boot1.

I'm trying out using the EFI partition in it's FAT32 form, but still need to be able to set Windows 7 active. I assume that I need to edit this line in .Pass1:

cmp     BYTE [si + part.type], kPartTypeHFS

But what do I edit it to, I mean, will cmp     BYTE [si + part.type], kPartTypeFAT32 work?