On Fri, Aug 05, 2016 at 02:40:11PM +0100, John Hodrien wrote:
On Fri, 5 Aug 2016, Jonathan Billings wrote:
Even if you're using BIOS boot, if you've got a GPT-formatted disk, you'll need a 'biosboot' partition as well.
part biosboot --fstype=biosboot --size=1
That doesn't sound right. Pure EFI boot, you can just have:
part /boot/efi --fstype="efi"
I was speaking of BIOS boots, not UEFI. I agree you need an EFI partition if you're using the UEFI firmware to boot.