Hi
I’m going to figure out a function that reboots into linux from linux. (In order to pass the procedure starts from PS4 menu)
Seems that kexec can figure out but I have no idea how to refer to bzImage and initramfs.
- Is it possible reboot directly from linux to linux (Using kexec or whatever)?
- If possible, How can I make kexec to refer to bzImage and initramfs files?
I tried;
kexec -l /boot/bzImage --initrd=/boot/initramfs.cpio.gz --reuse-cmdline
But It doesn't work.
I think initramfs should be img file, but it is still hard to me to convert it.
Anyway,
Any comments are welcome!