Herr TurTur on Nostr: Get superuser rights and install the kernel: make modules_install make install This ...
Get superuser rights and install the kernel:
make modules_install
make install
This will also execute the update of the grub configuration.
Building the kernel takes some minutes (it's a cheap cpu benchmark as well) You can accelerate it pretty much by using more than one process: "make -j3" makes use of 3 cpu cores which leaves one core of my intel i5 cpu for a usable system during kernel build time. My desktop has 12 virtual cores, so i use "make -j11" for building.
make modules_install
make install
This will also execute the update of the grub configuration.
Building the kernel takes some minutes (it's a cheap cpu benchmark as well) You can accelerate it pretty much by using more than one process: "make -j3" makes use of 3 cpu cores which leaves one core of my intel i5 cpu for a usable system during kernel build time. My desktop has 12 virtual cores, so i use "make -j11" for building.