RESOLVED: Re: Kernel 2.6.9 Fatal error

2004-11-22 Thread Eran Levy
So my 2.6.9 compilation resolved: I have forgot to insert devfs into the /etc/fstab root filesystem line (ext3,devfs). Now its working. Thanks. At 01:05 AM 11/21/2004, you wrote: 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 >

Re: Kernel 2.6.9 Fatal error

2004-11-22 Thread Eran Levy
At 08:31 AM 11/22/2004, you wrote: Eran Levy wrote: Yes we must have a new compiled initrd using the mkinitrd command. I have used it and made a new initrd, But nothing happens. Did you make sure that lilo is using your new initrd? If the initrd and kernel used do not match, a problem very simila

Re: Kernel 2.6.9 Fatal error

2004-11-21 Thread Shachar Shemesh
Eran Levy wrote: Yes we must have a new compiled initrd using the mkinitrd command. I have used it and made a new initrd, But nothing happens. Did you make sure that lilo is using your new initrd? If the initrd and kernel used do not match, a problem very similar to the one you are describing is

Re: Kernel 2.6.9 Fatal error

2004-11-21 Thread Eran Levy
At 10:21 AM 11/21/2004, you wrote: On Sun, Nov 21, 2004 at 07:02:31AM +0200, Shachar Shemesh wrote: > 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 on

Re: Kernel 2.6.9 Fatal error

2004-11-21 Thread Eran Levy
At 11:15 AM 11/21/2004, you wrote: Tzafrir Cohen wrote: On Sun, Nov 21, 2004 at 07:02:31AM +0200, Shachar Shemesh wrote: 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.

Re: Kernel 2.6.9 Fatal error

2004-11-21 Thread Lior Kesos
> CONFIG_EXT3_FS, etc are set to YES. In an (unhelpfull) and totally unrelated topic ... There's a new way to search for parameters starting from 2.6.9 just press a / like in vim or firefox search and presto ... Actually written by a friend of mine (yuval from aduva) so there's a bit of israeli pri

Re: Kernel 2.6.9 Fatal error

2004-11-21 Thread Shachar Shemesh
Tzafrir Cohen wrote: On Sun, Nov 21, 2004 at 07:02:31AM +0200, Shachar Shemesh wrote: 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: Cylinde

Re: Kernel 2.6.9 Fatal error

2004-11-21 Thread Muli Ben-Yehuda
On Sun, Nov 21, 2004 at 10:21:28AM +0200, Tzafrir Cohen wrote: > > Are you booting using initrd? If so, did you generate a new initrd for > > the new kernel? > > Why would he need an initrd? On RH type systems, if you boot using the root=LABEL=somelabel syntax, the partition that corresponds to

Re: Kernel 2.6.9 Fatal error

2004-11-21 Thread Tzafrir Cohen
On Sun, Nov 21, 2004 at 07:02:31AM +0200, Shachar Shemesh wrote: > 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>10

Re: Kernel 2.6.9 Fatal error

2004-11-20 Thread Shachar Shemesh
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 fi

Re: Kernel 2.6.9 Fatal error

2004-11-20 Thread guy keren
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

Kernel 2.6.9 Fatal error

2004-11-20 Thread Eran Levy
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