"Camilo Alejandro Arboleda" wrote: >Thanks to every one for the help with my first problem. > >Finaly I could compile the new kernel, but I could not start the system >with the new kernel. > >I get this message: >'kernel panic: no init found. Try passing init = option to kernel' > >What is the value of 'option'? >How I pass this value to the kernel?
You should never need to do so. By default, /sbin/init is run. If this is suddenly not available to your kernel, it suggests that you have not included support for your hard disk in the kernel. (Your root disk support cannot be a module; it must be in the kernel itself.) My guess is that the BIOS is loading your kernel, but the kernel doesn't know how to read the disk. Do your boot messages from the kernel suggest that it is finding the hard disk? Look for references to /dev/hda, or /dev/sda if it's SCSI. -- Vote against SPAM: http://www.politik-digital.de/spam/ ======================================== Oliver Elphick [EMAIL PROTECTED] Isle of Wight http://www.lfix.co.uk/oliver PGP key from public servers; key ID 32B8FAA1 ======================================== "Fear not, for I am with thee; be not dismayed, for I am thy God. I will strengthen thee and I will help thee; yea, I will uphold thee with the right hand of my righteousness." Isaiah 41:10