Julien Claassen wrote:
I'm just compiling/configuring a 2.6.30.4
vanilla kernel. Only with the
current configuration it won't start.
Does anyone of you have some standard ideas of what to change?
Well, you should not change any settings as compared to your previously
working kernel, if possible.
Copy the file .config from the old kernel, then run
yes "" | make oldconfig
to use the default for all new options.
HTH
Clemens