Results 1 to 2 of 2
Hi,
I have a SATA drive with LILO boot loader, and a working 32bit 2.6.35.14 kernel that was built on a Mandriva 32bit machine some time back. This Linux environment ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-28-2013 #1Linux Newbie
- Join Date
- Apr 2008
- Posts
- 127
Kernel panic when rebuilding kernel with exact same .config file
Hi,
I have a SATA drive with LILO boot loader, and a working 32bit 2.6.35.14 kernel that was built on a Mandriva 32bit machine some time back. This Linux environment is a very simple one that boots up to a busybox shell as init by means of a "append="init=/test/test.sh" in lilo.conf, where test.sh sets up the basic Linux environment then starts a busybox shell.
The Mandriva build environment no longer exists, and has been upgraded to a 64bit Ubuntu machine instead.
I downloaded 2.6.35.14 from kernel.org, and then extracted the .config file from the working kernel.
I then used the .config file to build a new but identical 32bit kernel on the new Ubuntu build environment using make "ARCH=i386 menuconfig" followed by "make ARCH=i386 all"
I copied this new kernel to the SATA drive, edited lilo.conf and ran lilo again. However, when I try to boot up from this supposedly identical kernel, I get a kernel panic:
The file sizes of the old and new kernel are different. However, I extracted the .config from the new kernel and performed a diff between that and the old .config file - they are identical!Code:VFS: Mounted root(ext2 filesystem readonly on device 8:1 Freeing unused kernel memory: 248k freed Failed to execute /test/test.sh. Attempting default... Kernel panic - not syncing: No init found. Try passing init= option to kernel.
Why is it I have 2 kernels that are the same version, built with the .config file, but resulting in 1 booting and the other not?
Any help would be appreciated. Thanks!
- 03-01-2013 #2Just Joined!
- Join Date
- Apr 2012
- Posts
- 21
Hi , this may be not what you intended but should work . Instead of extracting the older .config file and then building your kernel . just use "make ARCH=i386 all" and install the kernel. Try this and let us know.


Reply With Quote
