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 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 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)