5

I'm interested if Raspberry pi 4 bootloader does support boot from GPT partitioned disk?

aryndin
  • 211
  • 3
  • 7

1 Answers1

0

The boot partition MUST be the first partition on a MBR medium.

The root partition can be on another medium, which can be GPT, provided it is identified correctly (PARTUUID or device).

Milliways
  • 62,573
  • 32
  • 113
  • 225