The problem is the debian installer always crash because the required drivers are in the kernel as modules only. So I tried to create a custom kernel with the required drivers as native instead of modules. After a few attemps I managed to get 3 files: linux-headers-3.0.0_0.2_i386.deb. linux-image-3.0.0_0.2_i386.deb. linux-libc-dev_0.2_i386.deb.
I am assuming that you have never downloaded or configured a kernel source package on your system before and that you want to create a custom kernel image of ...
29.03.2021 · To build the kernel, execute these two commands: make-kpkg clean. fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers. After --append-to-version= you can write any string that helps you identify the kernel, but it must begin with a minus (-) and must not contain whitespace.
Learn to create Debian packages of kernels and their modules, and manage the resulting kernel images with dpkg. Warning. You can make your system unbootable if ...
If you have ever compiled a kernel you will be amazed at how easy it can be. This tutorial was designed to enable you to use Debian's kernel-package system, which simplifies building and installing custom kernels. Learn to create Debian packages of kernels and their modules, and manage the resulting kernel images with dpkg.
The problem is the debian installer always crash because the required drivers are in the kernel as modules only. So I tried to create a custom kernel with the required drivers as native instead of modules. After a few attemps I managed to get 3 files: linux-headers-3.0.0_0.2_i386.deb. linux-image-3.0.0_0.2_i386.deb. linux-libc-dev_0.2_i386.deb.
Information that you may find on distribution-independent Linux sites or sites from non-Debian-based distributions that talk about building a custom kernel are not likely to be very useful in Debian. Debian wants everything , including the kernel itself, to go through its package management system.
If you choose to compile your own kernel, you must accept the ... Before the Linux build system gained the ability to build proper Debian packages, ...