Re: trouble loading self compiled vanilla kernel

2007-01-18 Thread Jonas Svensson
On 8 Jan 2007 at 9:40, Vadim Lobanov wrote: > In my experience on openSUSE, the following sequence of commands > installs both the kernel and the initrd: > make *config* > make > make modules_install > make install > However, if the order of the last two make invocations is

Re: trouble loading self compiled vanilla kernel

2007-01-08 Thread Tilman Schmidt
Am 08.01.2007 18:40 schrieb Vadim Lobanov: > In my experience on openSUSE, the following sequence of commands > installs both the kernel and the initrd: > make *config* > make > make modules_install > make install > However, if the order of the last two make invocations is s

Re: trouble loading self compiled vanilla kernel

2007-01-08 Thread Vadim Lobanov
On Mon, 2007-01-08 at 16:52 +0100, Jonas Svensson wrote: > On Mon, 8 Jan 2007, Tilman Schmidt wrote: > > > Jonas Svensson schrieb: > > > I beleive make install does that in CentOS. There were a new initrd > > > installed and it was not identical to the one supplied by CentOS. > > > > That's surpri

Re: trouble loading self compiled vanilla kernel

2007-01-08 Thread Jonas Svensson
On Mon, 8 Jan 2007, Tilman Schmidt wrote: > Jonas Svensson schrieb: > > On Mon, 8 Jan 2007, Tilman Schmidt wrote: > > > >> Jonas Svensson schrieb: > >> [...] > >> > All results in the same problem: the booting stops about when grub is > >> > finished and the kernel should continue. I get the > >>

Re: trouble loading self compiled vanilla kernel

2007-01-08 Thread Tilman Schmidt
Jonas Svensson schrieb: > On Mon, 8 Jan 2007, Tilman Schmidt wrote: > >> Jonas Svensson schrieb: >> [...] >> > All results in the same problem: the booting stops about when grub is >> > finished and the kernel should continue. I get the >> > message about loading initrd but not the line of "Uncomp

Re: trouble loading self compiled vanilla kernel

2007-01-08 Thread Jonas Svensson
On Mon, 8 Jan 2007, Tilman Schmidt wrote: > Jonas Svensson schrieb: > > I downloaded kernel 2.6.19.1 from kernel.org and compiled it like > > make mrproper, make menuconfig, make, make modules_install, make install. > [...] > > All results in the same problem: the booting stops about when grub is

Re: trouble loading self compiled vanilla kernel

2007-01-08 Thread Tilman Schmidt
Jonas Svensson schrieb: > I downloaded kernel 2.6.19.1 from kernel.org and compiled it like > make mrproper, make menuconfig, make, make modules_install, make install. [...] > All results in the same problem: the booting stops about when grub is > finished and the kernel should continue. I get the

trouble loading self compiled vanilla kernel

2007-01-08 Thread Jonas Svensson
I have trouble booting a kernel I have compiled myself. I have changed from FedoraCore 2 to CentOS 4.4 and is trying to compile my own kernel. In FC2 I were able to compile and boot a custom kernel and this system boots fine with the kernel supplied by CentOS. I want to compile my own to get suppor