On Sat, 24 Jul 1999, James J. Capone wrote:
> Ok,
>
> Here it is. I had to recompile my kernel to add some support and
> take out something I do not have nor plan on getting. Now when I boot It
> goes to
>
> finding module dependencies.........
>
> Never past that..
>
> What could the problem be.
>
> Also I have lilo setup so that it looks at
>
> /boot/vmlinuz for the Kernel that was compiled with the system
> and
> /boot/vmlinuz-2.2.9mdk2.2 for the one I created.
>
> There is no conflict between the two and only vmlinuz is symlinked.
>
>
> Thanks for the Help
>
> James J. Capone
Hit ctrl-c when it hangs ignore any errors for now, run depmod -a reboot
and you should be ok
> P.S.
>
> These are the steps I took
>
> make clean
> make menuconfig
> make dep
> make bzImage
> make modules
> make moudles_install
> cp /arch/i386/boot/bzImage /boot/vmlinuz-2.2.9mdk2.2
> make clean
> make mrproper
>
> pico /etc/lilo.conf
>
> /sbin/lilo
> lilo
> shutdown -r now
>
>
>
> Thanks,
>
> James
> :)
>