Conversation

The only place this MAY work is if you just want to directly boot linux on the server and use the same kernel but then you're unnecessarily overcomplicating the task of updating the kernel and initramfs and with how unstable linux is, what do you do when it won't boot?
2
It would be nicer to load the OS itself much easier with a device tree passed to it for dealing with all the hardware details. Linux kernel has new LTS releases every few days with thousands of changes being made including to core code. Hardware setup is ideally data not code.
3
1