Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Booting CentOS 7 via iPXE on UEFI (HP G9)
2016-02-18, 16:54
Post: #15
RE: Booting CentOS 7 via iPXE on UEFI (HP G9)
Hi,

I managed to get centos booting by adding the squash image directly to my ipxe config.
Seems like in BIOS mode this file can be retrieved autimatically by the system, but not in UEFI mode.

This squashfs image is located here by example: http://mirror.centos.org/centos-7/7/os/x86_64/LiveOS/

:centos-install-7
echo Starting CentOS 7 ${archl} installer
set base-url ${boot-url}/unattended/centos
kernel ${base-url}/centos7_${archl}.kernel initrd=centos7_${archl}.initrd inst.repo=http://${128.1:string}/centos/7/os/x86_64
initrd ${base-url}/centos7_${archl}.initrd
initrd ${base-url}/centos7_${archl}.squash
boot || goto failed
goto start
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Booting CentOS 7 via iPXE on UEFI (HP G9) - karakTaka - 2016-02-18 16:54



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