Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ipxe] Need to multiple load over cpio(newc)
2018-02-18, 22:17 (This post was last modified: 2018-02-19 17:43 by Deoptim.)
Post: #1
[ipxe] Need to multiple load over cpio(newc)
Hello.
For example, now I can load only one bootloader/file over cpio over initrd like this(GRUB2):
Code:
menuentry "iPXE" {
    search --set=root --file /boot/ipxe.lkrn
    linux16 /boot/ipxe.lkrn imgstat \&\& chain \<INITRD\>
    initrd16 /boot/wimboot.i386
    boot
}

I want to load multiple files (like in wimboot) over newc and select chain/kernel file to load, like this:
Code:
menuentry "iPXE" {
    search --set=root --file /boot/ipxe.lkrn
    linux16 /boot/ipxe.lkrn imgstat \&\& chain file2
    initrd16 newc:file:/path/file \
    newc:file2:/path/file2 \
    newc:file3:/path/file3
}

It can be realized?
Find all posts by this user
Quote this message in a reply
Post Reply 




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