On Sun, 21 Nov 2004, Eran Levy wrote: > Hi, > I have installed a new RH 9 box and Im trying to compile the new 2.6.9 > kernel. When compiling with "make bzImage" , "make modules_install" all > goes fine. I had only a "Fatal: Cylinder...(1024>1023)..." but I have fixed > it with adding "lba32" to the lilo.conf file. > After I fixed that problem I have rebooted and got a kernel panic: > " mount: error 19 mounting ext3
are you _sure_ that this is the first error message you got? searching for this message on google shows various cases, all of which contains errors coming before this message. try to look at them and see fi you made any of the same mistakes. all the following errors are meaningless - they result from the mount failure mentioned above - and that one probably results from another failure, which you should carefully look for in the log file. > pivotroot: pivotroot(/sysroot .....)... > umount /initrd/proc failed: 2 > kernel panic - not syncing: No init found. Try passing init= option to > kernel. " > I have looked in my .config file (2.6.9 directory) and found that all the > CONFIG_EXT3_FS, etc are set to YES. > > Is there anything else I can do? - you didn't specify the root FS correctly. - your fstab does not match some criteria required by the newer kernel. - you did not update some of the tools that are required in order to run a 2.6 kernel. etc. etc. etc. -- guy "For world domination - press 1, or dial 0, and please hold, for the creator." -- nob o. dy ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]