Network boot from UEFI Windows boot manager menu?
|
2018-01-05, 17:53
Post: #1
|
|||
|
|||
Network boot from UEFI Windows boot manager menu?
Hi all.
I's setting up an environment where an unattended machine managed remotely is running Windows, and can (on demand from the remote management) reboot into Clonezilla (stored on a server) to make or restore image of the windows disk, and boot back into Windows. I have some experience using pxelinux with menu to boot clonezilla on BIOS-enabled machines, and would prefer to have a similar setup with UEFI. My first thought was to just interact with the UEFI boot manager from each OS, but AFAICT, there's no equivalent of efibootmgr for Windows - the options in Windows boot manager's menu are not normally synced with the UEFI boot manager's options, so it has no option to boot from the network. So for my current attempt, I'm looking for a way to add a "network boot" option to WBM's menu (managed by bcdedit.exe) - the intention is to setup iPXE or something to boot clonezilla with appropriate options - either configured right there in BCD, or provided by a server by chainloading (WBM's boot entry boots a PXE boot manager with options pulled from the managing server). Can iPXE be used in this scenario? If so, how to add it's entry into BCD? |
|||
2018-03-16, 14:16
(This post was last modified: 2018-03-16 14:16 by myxal.)
Post: #2
|
|||
|
|||
RE: Network boot from UEFI Windows boot manager menu?
Replying to myself as I've learned a few things over the last few months:
|
|||
2018-03-16, 22:25
Post: #3
|
|||
|
|||
RE: Network boot from UEFI Windows boot manager menu?
Hi, sorry you have not gotten any response on this.
Windows bootmgr does not support booting any efi applications (.efi binarys) other then the ones provided by Microsoft, at least not that have been found so far. (if anyone finds a way to add 3rd party .efis to the windows bootmenu, please tell us ) Use GitHub Discussions VRAM bin |
|||
2018-03-17, 09:34
Post: #4
|
|||
|
|||
RE: Network boot from UEFI Windows boot manager menu?
(2018-03-16 22:25)NiKiZe Wrote: Hi, sorry you have not gotten any response on this. Correct, but that wasn't the original question (Also, "adding" the entries for linux or whatever you put on the disk's EFI partition is easy, what doesn't work is actually booting them ) Firmware application != efi application, at least in the parlance that bcdedit uses. Code: bcdedit /enum FIRMWARE I did the obvious - bcdedit /displayorder {e619490b-0b91-11e8-9b87-915c88ec41e1} /addlast and while bcdedit does show the change in the WBM's data - Code: Windows Boot Manager |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)