Booting CentOS 7 via iPXE on UEFI (HP G9)
|
2016-02-02, 01:27
(This post was last modified: 2016-02-02 01:29 by MultimediaMan.)
Post: #11
|
|||
|
|||
RE: Booting CentOS 7 via iPXE on UEFI (HP G9)
The message you are seeing occurs because the vmlinuz cannot find the initrd.
In a UEFI system, the EFI_STUB in the Kernel needs initrd to specified as a path. PCBIOS can "figure it out". Typically, "initrd=initrd.img" is enough. If you have multiple initrd files you may need to specify them as "initrd=initrd.img,drivers.ko" or "initrd=initrd.img initrd=drivers.ko" Example: Code: #!ipxe "Thus far, you have been adrift within the sheltered harbor of my patience..." |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)