[TriLUG] linux kernel problem

Kevin - The Alchemist - Sonney trilug@trilug.org
23 Jan 2002 21:36:02 -0500


--=-2e0TCUXhWcE3Rv7HkABQ
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Wed, 2002-01-23 at 14:12, JEvans@Cyveillance.com wrote:
> I saw your post on the trilug.org mail archive where you ran into a probl=
em
> something like this:
*trim*
> I'm having the exact same error (the ext3 stuff spits out "unresolved
> symbol" for a ton of different symbols just prior to this section).  The
> solution someone suggested on the list was to run mkinitrd -- I've alread=
y
> done this with no luck.  Did you ever find a solution to the problem?

It sounds like you ran mkinitrd, but didn't tell the kernel & bootloader
where to find the initrd you created.=20

In /etc/grub.conf it's something like this :

# My 2.4.17 kernel
# Just edit grub.conf and reboot!
title Linux (2.4.17-2)
        root (hd0,1)
        kernel /boot/vmlinuz-2.4.17 ro root=3D/dev/hda2=20
        initrd /boot/initrd-2.4.17.img

In lilo.conf it's a little different :
# My 2.4.17
# be sure to run lilo -v after modifying lilo.conf!
image=3D/boot/vmlinuz-2.4.17
        label=3Dlinux
        initrd=3D/boot/initrd-2.4.17.img
        read-only
        root=3D/dev/hda2


In both cases, I ran :

mkinitrd /boot/initrd-2.4.17.img 2.4.17

as root before rebooting to 2.4.17.

HTH, YMMV, HAND, etc, etc

--=20
--------------------------------------------
--      Kevin "The Alchemist" Sonney      --
--  ICQ: 4855069            AIM: ksonney  --
--------------------------------------------
320C 0336 3BC4 13EC 4AEC  6AF2 525F CED7 7BB6 12C9

--=-2e0TCUXhWcE3Rv7HkABQ
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQA8T3MSUl/O13u2EskRAg0MAJ4p2J3eRRIQU0/RRdn4aEokDvRYagCgpYFC
mvjiDtKtrn8cLYvQ/y0OpB0=
=PMT7
-----END PGP SIGNATURE-----

--=-2e0TCUXhWcE3Rv7HkABQ--