pftf / RPi4

Raspberry Pi 4 UEFI Firmware Images
https://rpi4-uefi.dev
Other
1.21k stars 143 forks source link

Support for gpt partition tables #91

Closed bzy-080408 closed 4 years ago

bzy-080408 commented 4 years ago

What time to support the gpt partition table? the Windows10 installer said that the Windows10ARM must install on a gpt partition table

pbatard commented 4 years ago

The UEFI firmware already supports GPT (it's in the specs that any UEFI firmware must support that), and the latest Raspberry Pi firmware does support booting from a GPT ESP (though, if you have an old EEPROM, you may need to upgrade it for GPT ESP boot to work).

So there is absolutely nothing for us to do here. GPT is already 100% supported by both the Pi hardware and the UEFI firmware.

If you can't use GPT, then it's either an issue with how you create your media or an issue with the Windows installer. At any rate, this is not something we can do anything about, as this is completely outside of the scope of this project.