I'd like to extend the concept of Wake on LAN to be able to select the OS of a dual-boot computer with a packet across the network. Ultimately this would be used to boot a group of servers and select their OS (Windows or Linux) remotely.
I've done some research on GRUB, and it appears to be able to boot Windows, but is GRUB extensible enough for me to add the network part?
I'm willing to write my own bootloader. Though I've never written anything that low level, from the research I've done, writing a standard (no networking) bootloader seems doable. How do I interface with an Ethernet card at such a low level?