I downloaded kernel source code from https://kernel.org and compiled it with make menuconfig. I just copied result to i forgot where i copied but im pretty sure that i copied it in right place because tutorial said me to do this. And i rebooted my laptop, but i see, that it wont boot. Im going to initramfs every time i try to boot into ubuntu, because i forgot to update the GRUB config. Can i update the config, from for example LiveCD, and how do i do that?
Asked
Active
Viewed 145 times
0
SsNipeR1
- 21
- 1
- 2
-
[This should do it for you](https://askubuntu.com/a/145253/1091774) – Feb 10 '21 at 15:12
-
I do not understand "I just copied result to". You don't copy anything you use dpkg to install the compiled kernel. If you want to compile yourself, then I suggest you steal the kernel configuration from [the Ubuntu mainline PPA](https://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D) version of the same kernel. – Doug Smythies Feb 10 '21 at 16:17
-
yes i compiled for myself, just using the make. – SsNipeR1 Feb 10 '21 at 17:07