Tagged Questions
0
votes
1answer
168 views
kexec from within initramfs
Can kexec be used from within initramfs to load up a new image and kernel?
It seems that kexec calls shutdown which then looks for /dev/initctl, which is missing from a busybox initramfs image.
Any ...
5
votes
3answers
2k views
How to generate initramfs image with busybox links?
Having been directed to initramfs by an answer to my earlier question (thanks!), I've been working on getting initramfs working. I can now boot the kernel and drop to a shell prompt, where I can ...