Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CentOS 8 kernel cannot be started from UEFI iPXE
2020-11-08, 21:09
Post: #8
Wink RE: CentOS 8 kernel cannot be started from UEFI iPXE
This works for me:

Code:
set repo http://mirror.centos.org/centos-8/8.2.2004/BaseOS/x86_64/os/
set imgargs initrd=initrd.img inst.repo=${repo} nomodset

kernel ${centos}/vmlinuz ${imgargs}
initrd ${centos}/initrd.img
boot

Adjust your repo URL and you should be good.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: CentOS 8 kernel cannot be started from UEFI iPXE - d4rk3 - 2020-11-08 21:09



User(s) browsing this thread: 1 Guest(s)