[CentOS] CentOS 7 kickstart question

Jonathan Billings billings at negate.org
Fri Aug 5 13:11:32 UTC 2016


On Fri, Aug 05, 2016 at 01:55:07PM +0100, Always Learning wrote:
> On Thu, 2016-08-04 at 22:21 -0400, Jonathan Billings wrote:
> 
> > Is it a BIOS boot, or are you using the UEFI firmware for booting?
> > Either way, you might need a small boot partition (not /boot) at the
> > beginning of the disk.
> 
> /boot/efi formatted FAT16, circa 150 MB

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

(It's not necessary if you're using MBR, but it isn't clear if that's
the case here.)

-- 
Jonathan Billings <billings at negate.org>



More information about the CentOS mailing list