* problem booting 2.4.32, unknown symbol
@ 2006-05-16 14:43 George Nychis
2006-05-16 14:53 ` Randy.Dunlap
0 siblings, 1 reply; 5+ messages in thread
From: George Nychis @ 2006-05-16 14:43 UTC (permalink / raw)
To: linux-kernel
Hi,
I am trying to boot 2.4.32 with FC3, whenever i try to boot i get the
following errors:
insmod: error inserting `/lib/scsi_mod.o': -1 Unknown symbol in module
ERROR /bin/insmod excited abnormally!
insmod: error inserting `/lib/sd_mod.o': -1 Unknown symbol in module
I get the same error for libata.o, ata_piix.o, and lvm-mod.o
then i get failed to create /edv/ide/host0/bus0/target0/lun0/disc
So my guess is trying to fix the top most first
Anyone have any ideas?
Thanks!
George
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: problem booting 2.4.32, unknown symbol
2006-05-16 14:43 problem booting 2.4.32, unknown symbol George Nychis
@ 2006-05-16 14:53 ` Randy.Dunlap
[not found] ` <4469E839.3090806@cmu.edu>
0 siblings, 1 reply; 5+ messages in thread
From: Randy.Dunlap @ 2006-05-16 14:53 UTC (permalink / raw)
To: George Nychis; +Cc: linux-kernel
On Tue, 16 May 2006 10:43:42 -0400 George Nychis wrote:
> Hi,
>
> I am trying to boot 2.4.32 with FC3, whenever i try to boot i get the
> following errors:
>
> insmod: error inserting `/lib/scsi_mod.o': -1 Unknown symbol in module
> ERROR /bin/insmod excited abnormally!
> insmod: error inserting `/lib/sd_mod.o': -1 Unknown symbol in module
>
> I get the same error for libata.o, ata_piix.o, and lvm-mod.o
>
> then i get failed to create /edv/ide/host0/bus0/target0/lun0/disc
>
> So my guess is trying to fix the top most first
>
> Anyone have any ideas?
I don't know the problem, but dmesg should show you/us the
actual symbol that is wanted and missing, so please provide that.
---
~Randy
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: problem booting 2.4.32, unknown symbol
[not found] ` <4469E839.3090806@cmu.edu>
@ 2006-05-16 15:14 ` Randy.Dunlap
2006-05-16 15:27 ` George Nychis
0 siblings, 1 reply; 5+ messages in thread
From: Randy.Dunlap @ 2006-05-16 15:14 UTC (permalink / raw)
To: George Nychis; +Cc: lkml
On Tue, 16 May 2006 10:56:57 -0400 George Nychis wrote:
>
>
> Randy.Dunlap wrote:
> > On Tue, 16 May 2006 10:43:42 -0400 George Nychis wrote:
> >
> >> Hi,
> >>
> >> I am trying to boot 2.4.32 with FC3, whenever i try to boot i get the
> >> following errors:
> >>
> >> insmod: error inserting `/lib/scsi_mod.o': -1 Unknown symbol in module
> >> ERROR /bin/insmod excited abnormally!
> >> insmod: error inserting `/lib/sd_mod.o': -1 Unknown symbol in module
> >>
> >> I get the same error for libata.o, ata_piix.o, and lvm-mod.o
> >>
> >> then i get failed to create /edv/ide/host0/bus0/target0/lun0/disc
> >>
> >> So my guess is trying to fix the top most first
> >>
> >> Anyone have any ideas?
> >
> > I don't know the problem, but dmesg should show you/us the
> > actual symbol that is wanted and missing, so please provide that.
> >
> > ---
> > ~Randy
> >
>
> If the system doesn't boot, how can i get the dmesg?
aha, my bad, sorry.
I'll have to defer to someone who knows about FC3.
---
~Randy
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: problem booting 2.4.32, unknown symbol
2006-05-16 15:14 ` Randy.Dunlap
@ 2006-05-16 15:27 ` George Nychis
2006-05-16 20:10 ` Willy Tarreau
0 siblings, 1 reply; 5+ messages in thread
From: George Nychis @ 2006-05-16 15:27 UTC (permalink / raw)
To: Randy.Dunlap; +Cc: lkml
Randy.Dunlap wrote:
> On Tue, 16 May 2006 10:56:57 -0400 George Nychis wrote:
>
>>
>> Randy.Dunlap wrote:
>>> On Tue, 16 May 2006 10:43:42 -0400 George Nychis wrote:
>>>
>>>> Hi,
>>>>
>>>> I am trying to boot 2.4.32 with FC3, whenever i try to boot i get the
>>>> following errors:
>>>>
>>>> insmod: error inserting `/lib/scsi_mod.o': -1 Unknown symbol in module
>>>> ERROR /bin/insmod excited abnormally!
>>>> insmod: error inserting `/lib/sd_mod.o': -1 Unknown symbol in module
>>>>
>>>> I get the same error for libata.o, ata_piix.o, and lvm-mod.o
>>>>
>>>> then i get failed to create /edv/ide/host0/bus0/target0/lun0/disc
>>>>
>>>> So my guess is trying to fix the top most first
>>>>
>>>> Anyone have any ideas?
>>> I don't know the problem, but dmesg should show you/us the
>>> actual symbol that is wanted and missing, so please provide that.
>>>
>>> ---
>>> ~Randy
>>>
>> If the system doesn't boot, how can i get the dmesg?
>
> aha, my bad, sorry.
> I'll have to defer to someone who knows about FC3.
>
> ---
> ~Randy
>
Some more info, my bottom most errors:
ERROR: failed in exec of vgscan
ERROR: failed in exec of vgchange
mount: error 6 mounting ext3
pivotroot: pivot_root(/sysroot,/sysroot/initrd) failed: 2
umount /initrd/proc failed: 2
ERROR: vchange exited abnormally!
mkrootdev: mknod failed: 17
...
...
Kernel panic: No init found. Try passing init= option to kernel
- George
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: problem booting 2.4.32, unknown symbol
2006-05-16 15:27 ` George Nychis
@ 2006-05-16 20:10 ` Willy Tarreau
0 siblings, 0 replies; 5+ messages in thread
From: Willy Tarreau @ 2006-05-16 20:10 UTC (permalink / raw)
To: George Nychis; +Cc: Randy.Dunlap, lkml
On Tue, May 16, 2006 at 11:27:43AM -0400, George Nychis wrote:
>
>
> Randy.Dunlap wrote:
> > On Tue, 16 May 2006 10:56:57 -0400 George Nychis wrote:
> >
> >>
> >> Randy.Dunlap wrote:
> >>> On Tue, 16 May 2006 10:43:42 -0400 George Nychis wrote:
> >>>
> >>>> Hi,
> >>>>
> >>>> I am trying to boot 2.4.32 with FC3, whenever i try to boot i get the
> >>>> following errors:
> >>>>
> >>>> insmod: error inserting `/lib/scsi_mod.o': -1 Unknown symbol in module
> >>>> ERROR /bin/insmod excited abnormally!
> >>>> insmod: error inserting `/lib/sd_mod.o': -1 Unknown symbol in module
> >>>>
> >>>> I get the same error for libata.o, ata_piix.o, and lvm-mod.o
> >>>>
> >>>> then i get failed to create /edv/ide/host0/bus0/target0/lun0/disc
> >>>>
> >>>> So my guess is trying to fix the top most first
> >>>>
> >>>> Anyone have any ideas?
> >>> I don't know the problem, but dmesg should show you/us the
> >>> actual symbol that is wanted and missing, so please provide that.
> >>>
> >>> ---
> >>> ~Randy
> >>>
> >> If the system doesn't boot, how can i get the dmesg?
> >
> > aha, my bad, sorry.
> > I'll have to defer to someone who knows about FC3.
> >
> > ---
> > ~Randy
> >
>
> Some more info, my bottom most errors:
>
> ERROR: failed in exec of vgscan
> ERROR: failed in exec of vgchange
> mount: error 6 mounting ext3
> pivotroot: pivot_root(/sysroot,/sysroot/initrd) failed: 2
> umount /initrd/proc failed: 2
> ERROR: vchange exited abnormally!
> mkrootdev: mknod failed: 17
> ...
> ...
> Kernel panic: No init found. Try passing init= option to kernel
Are you really sure this combination is supported at all ? Your distro
might be heavily relying on 2.6 extensions not present in 2.4 (lvm2, ...).
For instance, I remember that a time ago, some distros installed with
the DIRINDEX option enabled on all EXT2/EXT3 filesystems, which could
not be mounted by unpatched kernels because this option was not in
mainline.
> - George
Willy
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-05-16 20:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-16 14:43 problem booting 2.4.32, unknown symbol George Nychis
2006-05-16 14:53 ` Randy.Dunlap
[not found] ` <4469E839.3090806@cmu.edu>
2006-05-16 15:14 ` Randy.Dunlap
2006-05-16 15:27 ` George Nychis
2006-05-16 20:10 ` Willy Tarreau
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox