SCIENTIFIC-LINUX-USERS Archives

August 2019

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Orion Poplawski <[log in to unmask]>
Reply To:
Orion Poplawski <[log in to unmask]>
Date:
Wed, 14 Aug 2019 17:24:21 -0600
Content-Type:
multipart/signed
Parts/Attachments:
text/plain (1628 bytes) , smime.p7s (3904 bytes)
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                       [log in to unmask]
Boulder, CO 80301                 https://www.nwra.com/



ATOM RSS1 RSS2