LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   Kernel Without Any Module, Initial Console, Failed Mkinitrd (https://www.linuxquestions.org/questions/linux-kernel-70/kernel-without-any-module-initial-console-failed-mkinitrd-717618/)

btbx 04-08-2009 02:03 AM

Kernel Without Any Module, Initial Console, Failed Mkinitrd
 
I want to create a monolithic Linux kernel 2.6.29.1 without any single module. There are 2 major problems:

1. I cannot creat initrd image because "mkinitrd" always failed. The program keep looking for the following module:

/lib/modules/2.6.29.1/kernel/drivers/ide - File not found!

But this ide module /driver is already build inside the kernel itself!

2. When I boot the new kernel without the initrd image, it works, but there are warning messages:
"No initial console"

How to solve this problem?
Thank you.


All times are GMT -5. The time now is 07:41 PM.