Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot boot vmlinuz in efi
2015-12-29, 22:11
Post: #9
RE: Cannot boot vmlinuz in efi
I do not recommend it, but you could use wimboot (since it creates an virtual filesystem) you would need something like this pseudo script
Code:
initrd -n bootx64.efi http://server/grub.efi bootx64.efi
initrd -n grub.conf http://server/grub.conf grub.conf
initrd -n kernel http://server/kernel kernel
initrd -n initrd http://server/initrd initrd
kernel http://server/wimboot
boot

this uses ipxe to download everything to a virtual fs. and grub is then only used to run the files from the virtual fs, at this time grub itself do not load anything from the network.

not sure about the exact name that is needed for grub, it might be bootmgr.efi, use pause and debug the output from wimboot.

In EFI it might work by just doing initrd for all the files (grub conf, kernel, initrd) before loading grub and with any luck the files will be available in the virtual efi fs.

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Cannot boot vmlinuz in efi - NiKiZe - 2015-12-29 22:11



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