Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Kernel error after compiling the 2.6.15.6

Status
Not open for further replies.

powertoys

Newbie level 4
Joined
Jan 10, 2006
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,357
[help]Kernel panic!!!!

I have RHEL 4 AS running on kernel 2.6.9-5EL perfectly well. I installed and compiled the 2.6.15.6 and configured my grub to leave the 2.6.9-5EL the default. When i reboot and tell grub to boot the 2.6.15.6, i get these error messages:

mount: error 6 mounting ext3
mount: error 2 mounting none
switchroot: mount failed: 22
umount: /initrd/dev failed:22
Kernel panic-not syncing: Attempting to kill init!

I don't have /initrd directory, and i have a Dell 1800. And if i let him boot the 2.6.9-5EL it runs perfectly!!!!!
Anyone knows how we fix this problem?
thx
 

Re: [help]Kernel panic!!!!

Have search through more redhat specific forums?

S.
 

Re: [help]Kernel panic!!!!

Quck serar on Google:

Do not set ext3 as module, include it in the kernel:

CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
# CONFIG_EXT3_FS_SECURITY is not set

Good luck.
 

Re: [help]Kernel panic!!!!

cfant said:
Quck serar on Google:

Do not set ext3 as module, include it in the kernel:

CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
# CONFIG_EXT3_FS_SECURITY is not set

Good luck.

thanks cfant,
but i,ve built-in ext3.
the problem still.............
 

Re: [help]Kernel panic!!!!

Did you build initrd also? Revisit .config for your kernel, maybe you skiped something.
 

Re: [help]Kernel panic!!!!

cfant said:
Did you build initrd also? Revisit .config for your kernel, maybe you skiped something.
cfant,thank you very much.
now,i don't know which i must build initrd.
my computer list:
xeon 3.0GB
2.0GB ECC ram
4 scsi harddisk
intel mainboard

can you help me ? tell me whick must build initrd?
 

[help]Kernel panic!!!!

Check how to compiler linux kernel.
 

[help]Kernel panic!!!!

You can use this command "make oldconfig" to get the configuration for the present kernel which is running fine. Then adjust the settings in the kernel compilation accordingly. It's much better than to make a new .config file from scrap where you might ending up with beating around the bushes.
 

Re: [help]Kernel panic!!!!

Looks like you didn't created the initrd image from kernel. After compiling the kernel do make the initrd image for that kenel using mkinitrd and specify it GRUB or LILO. Also you have to add support for initrd at the filesystem section and other related parts.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top