<p dir="ltr">I have a new server that can boot in a legacy BIOS mode or a UEFI mode.  On a server using BIOS, I can boot from a RHEL or CentOS CD or DVD and direct it to use a kickstart file by adding something like this to the Grub command line:</p>
<p dir="ltr">ks=<a href="http://other.server/ks.cfg">http://other.server/ks.cfg</a></p>
<p dir="ltr">However, when I switch to UEFI mode and boot from a CentOS DVD, I can edit the boot parameters, but the format is very different.  Most notably, the configuration is split across multiple lines.  I can find documentation that describes the new format, but none of it mentions kickstarts.</p>
<p dir="ltr">I've tried adding the "ks=..." to the end of the line that specifies the kernel, but that caused a syntax error.  I then tried specifying it using the "set" and "setparams" commands.  Neither had any effect.</p>
<p dir="ltr">Is there something else that I should be trying?</p>
<p dir="ltr">Thanks in advance.</p>