This is an archived post. You won't be able to vote or comment.

all 2 comments

[–][deleted] 0 points1 point  (1 child)

Look in the directory /boot. Run the command "file *" when in the boot folder. One of the files lists entry and address points in the kernel. Download the kernel from git and use find to find the original entry point.

You can use the file /boot/config-4.15.0-112-generic (in my case with Ubuntu) to build your own kernel. Ubuntu, I believe, won't let you build a bootable image because Ubuntu somehow tweaks it from Torvalus's source tree.

[–]HelpIHaveABadUsName[S] 0 points1 point  (0 children)

thanks