Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Kernel parameters over HTTP in EFI
2019-02-25, 11:28
Post: #6
RE: Kernel parameters over HTTP in EFI
(2019-02-22 12:16)NiKiZe Wrote:  You can see some information in the FAQ about initrd in efi land.

Great, thanks it works now!

Code:
#!ipxe
dhcp
kernel http://xxx/boot/fdi-image/vmlinuz0 initrd=initrd0.img rootflags=loop root=live:/fdi.iso rootfstype=auto
initrd http://xxx/boot/fdi-image/initrd0.img
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Kernel parameters over HTTP in EFI - lzap - 2019-02-25 11:28



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