I've attached a slightly edited kickstart from my last EFI test
install. It seems to work for me....
Pat
On 8/14/19 2: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?
Thanks.
_______________
Gedaliah Wolosh
Senior Academic and Research Computing Specialist
IST Academic and Research Computing Systems (ARCS)
NJIT
GITC 2203
973 596 5437
[email protected] <mailto:[email protected]>
--
Pat Riehecky
Fermi National Accelerator Laboratory
www.fnal.gov
www.scientificlinux.org
#version=DEVEL
# System authorization information
auth --enableshadow --passalgo=sha512
# Use network installation
url --url="http://ftp.scientificlinux.org/linux/scientific/7x/x86_64/os/"
repo --name="security"
--baseurl=http://ftp.scientificlinux.org/linux/scientific/7x/x86_64/updates/security/
# Use graphical install
graphical
# Run the Setup Agent on first boot
firstboot --enable
ignoredisk --only-use=sda
# Keyboard layouts
keyboard --vckeymap=us --xlayouts='us'
# System language
lang en_US.UTF-8
# Network information
network --bootproto=dhcp
# Root password
rootpw --iscrypted $6$byb.gIcR5V$ky
# System services
services --enabled="chronyd"
# System timezone
timezone America/Chicago --isUtc
# X Window System configuration information
xconfig --startxonboot
# System bootloader configuration
bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda
# Partition clearing information
clearpart --initlabel --list=sda4
# Disk partitioning information
part /boot/efi --fstype="efi" --onpart=sda2
--fsoptions="umask=0077,shortname=winnt" --label=EFI
part pv.323 --fstype="lvmpv" --ondisk=sda --size=237199
part biosboot --fstype="biosboot" --noformat --onpart=sda1
part /boot --fstype="xfs" --onpart=sda3 --label=/boot
volgroup scientific --pesize=4096 pv.323
logvol swap --fstype="swap" --size=8192 --name=swap --vgname=scientific
logvol / --fstype="xfs" --size=204800 --label="/" --name=root
--vgname=scientific
%packages
@^general-purpose-system
@base
@core
@fonts
@gnome-desktop
@guest-agents
@guest-desktop-agents
@input-methods
@internet-browser
@multimedia
@print-client
@x11
chrony
kexec-tools
yum
%end