If I want to change my kernel as customized one, below sequence is ok?
- download kernel source from kernel.org.
- do something with it.
- build it.
- copy vmlinux,.etc into /boot folder.
- reboot and choose custom kernel with grub, during boot.
I'm curious that this procedure is safe if I want to change my ubuntu 18.04 kernel (5.4) into 4.14 or older one. (3.18 or older)
Thank you.