Re: [CentOS] CentOS 7 kickstart question

2016-08-06 Thread Always Learning
On Fri, 2016-08-05 at 09:11 -0400, Jonathan Billings wrote: > 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

Re: [CentOS] CentOS 7 kickstart question

2016-08-05 Thread Jonathan Billings
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

Re: [CentOS] CentOS 7 kickstart question

2016-08-05 Thread John Hodrien
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"

Re: [CentOS] CentOS 7 kickstart question

2016-08-05 Thread Jonathan Billings
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

Re: [CentOS] CentOS 7 kickstart question

2016-08-05 Thread Always Learning
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 -- Regards, Paul. England,

Re: [CentOS] CentOS 7 kickstart question

2016-08-04 Thread Paul Heinlein
On Thu, 4 Aug 2016, Valeri Galtsev wrote: On Thu, August 4, 2016 7:13 pm, Paul Heinlein wrote: On Thu, 4 Aug 2016, Valeri Galtsev wrote: At least one snag I hit consistently with CentOS 7 kickstart is: it drops me into human decision as far as wiping hard drive and creating custom (or

Re: [CentOS] CentOS 7 kickstart question

2016-08-04 Thread Jonathan Billings
On Thu, Aug 04, 2016 at 10:32:56AM -0500, Valeri Galtsev wrote: > ... At least one > snag I hit consistently with CentOS 7 kickstart is: it drops me into human > decision as far as wiping hard drive and creating custom (or default > probably as well) partitioning scheme is concerned. Most likely

Re: [CentOS] CentOS 7 kickstart question

2016-08-04 Thread Valeri Galtsev
On Thu, August 4, 2016 7:13 pm, Paul Heinlein wrote: > On Thu, 4 Aug 2016, Valeri Galtsev wrote: > >> Dear Experts, >> >> Could somebody point to kicstart HOWTO specific for CentOS 7? >> >> On CentOS 7 I somehow am always given human intervention questions >> about drive which defeats unattended

Re: [CentOS] CentOS 7 kickstart question

2016-08-04 Thread Paul Heinlein
On Thu, 4 Aug 2016, Valeri Galtsev wrote: Dear Experts, Could somebody point to kicstart HOWTO specific for CentOS 7? On CentOS 7 I somehow am always given human intervention questions about drive which defeats unattended ks install. At least one snag I hit consistently with CentOS 7

[CentOS] CentOS 7 kickstart question

2016-08-04 Thread Valeri Galtsev
Dear Experts, Could somebody point to kicstart HOWTO specific for CentOS 7? On CentOS 7 I somehow am always given human intervention questions about drive which defeats unattended ks install. I'm doing kickstart installations for quite some time, normally I was just installing system when new