On 8/14/19 1:34 PM, Glenn (Gedaliah) Wolosh wrote:
> Hi,
> 
> Just got a brandy new Dell which only supports uEFI boot for internal disk.
> Been tearing my hair out trying to get this to work with my kickstart. I
> either get “No bootable devices found” or or a grub> prompt. Does anyone have
> a working kickstart configuration for uEFI boot I can start from?
> 

It sounds like you are not even at the point of running a "kickstart"
configuration, but rather still at the PXE boot step.

My dhcpd.conf has:

  class "pxeclients" {
       match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
       if option pxe-system-type = 00:02 {
               filename "ia64/elilo.efi";
       } else if option pxe-system-type = 00:06 {
               filename "grub/grub-x86.efi";
       } else if option pxe-system-type = 00:07 {
               #filename "grub/grub-x86_64.efi";
               filename "uefi/shim.efi";
       } else {
               filename "pxelinux.0";
       }
  }

My grub.cfg for a system is something like:


set timeout=0
net_add_dns 10.10.10.1
net_add_dns 10.10.10.2

menuentry 'Install' {
  linuxefi (http,cobbler.cora.nwra.com)/cobbler/images/sl-7-x86_64/vmlinuz
ksdevice=bootif lang=  net.ifnames=0 kssendmac text
ks=http://10.10.10.2/cblr/svc/op/ks/system/kalij
  initrdefi (http,cobbler.cora.nwra.com)/cobbler/images/sl-7-x86_64/initrd.img
}


-- 
Orion Poplawski
Manager of NWRA Technical Systems          720-772-5637
NWRA, Boulder/CoRA Office             FAX: 303-415-9702
3380 Mitchell Lane                       [email protected]
Boulder, CO 80301                 https://www.nwra.com/

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to