Re: kernel panic while mounting root fs

1999-07-24 Thread Andrei Ivanov
> Most of the time when I see this problem, it is because there is no > support for the drive compiled in the kernel. Did you check the > following under the Block Device section of menuconfig when compilinf > the 2.2.10 kernel? > > Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support > Include IDE

Re: kernel panic while mounting root fs

1999-07-23 Thread Andrei Ivanov
I've installed different board, it's not booting either. Both boards I've tried had i430VX chipset on them, I'm no longer sure about the original board (can't get it to boot, sure that it will not work after picking it up from trash) Are there any bugs in 2.2.10 connected to VX chipset? Andrew -

Re: kernel panic while mounting root fs

1999-07-23 Thread Andrei Ivanov
> > Andrew; > > I suppose that my first thought would be to BIOS differences... > Have you already checked for "memory holes" and "shadow memory"? Yep, did that check, everything was ok. > > What is the size difference between the two kernels? > The 2.0.36 is 406K, 2.2.10 is 495K. Both kern

Re: kernel panic while mounting root fs

1999-07-23 Thread Bill Leach
Andrew; I suppose that my first thought would be to BIOS differences... Have you already checked for "memory holes" and "shadow memory"? What is the size difference between the two kernels? While I am ignorant of the majority of the differences between 2.0- and 2.2- kernels is there any chance t

Re: kernel panic while mounting root fs (fwd)

1999-07-23 Thread Andrei Ivanov
> > Andrei Ivanov wrote: > > > > Obviosly one of the partitions is not found. Any idea why? > > Andrew > > > Well, I might have spoken too quickly with my last post :-) > One other thing to check for is that ext2 support is compiled into the > kernel. It is kinda hard to tell what might be going

Re: kernel panic while mounting root fs (fwd)

1999-07-23 Thread Paul Miller
Andrei Ivanov wrote: > > Obviosly one of the partitions is not found. Any idea why? > Andrew > Well, I might have spoken too quickly with my last post :-) One other thing to check for is that ext2 support is compiled into the kernel. It is kinda hard to tell what might be going on here without kno

Re: kernel panic while mounting root fs

1999-07-23 Thread Paul Miller
Most of the time when I see this problem, it is because there is no support for the drive compiled in the kernel. Did you check the following under the Block Device section of menuconfig when compilinf the 2.2.10 kernel? Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support Include IDE/ATA-2 DISK su

Re: kernel panic while mounting root fs

1999-07-23 Thread Andrei Ivanov
> Have you tried simply running lilo? and/or rdeving the 2.2.10 kernel to > whatever it > should point to? Apologies if you've already done all this. > > -Aaron Solochek > [EMAIL PROTECTED] Yep, I ran lilo (I even recompiled the 2.2.10 kernel and created the boot disk, still it panics when bo

Re: kernel panic while mounting root fs

1999-07-23 Thread Aaron Solochek
Have you tried simply running lilo? and/or rdeving the 2.2.10 kernel to whatever it should point to? Apologies if you've already done all this. -Aaron Solochek [EMAIL PROTECTED] Andrei Ivanov wrote: > I just had to replace a motherboard in my Linux box (floppy controller > went bad) and now,

Re: kernel panic while mounting root fs (fwd)

1999-07-23 Thread Andrei Ivanov
> In that case, it looks like a kernel bug in 2.2.* series. What did > /var/log/kern.log say?? Can you send us the error msg when it is trying > to mount the harddisk?? use dmesg > error.log There is no error message through dmesg > error.log because kernel panic occurs while trying to mount th

Re: kernel panic while mounting root fs

1999-07-23 Thread Andrei Ivanov
> > just a guess... maybe you have pluged your harddisk into a different slot. it > might have changed its name from /dev/hda1 to /dev/hdc1 > > > Have you tried to use the motherboard bios to re-detect all your harddisk?? > Have you tried to mount the linux root fs when you booted with > the

Re: kernel panic while mounting root fs

1999-07-23 Thread Shao Zhang
just a guess... maybe you have pluged your harddisk into a different slot. it might have changed its name from /dev/hda1 to /dev/hdc1 Have you tried to use the motherboard bios to re-detect all your harddisk?? Have you tried to mount the linux root fs when you booted with the rescure disk?? O