If you make your kernel like this:
make config (or oldconfig if you already have a good .config file)
make dep
make clean
make install
make modules
make modules_install
then before you do the above, edit /etc/lilo.conf and point it to
/boot/vmlinuz, rather than /boot/vmlinuz-2.2.12
RedHat makes the obscene assumption that you will _only_ be using their
kernel and never upgrade. You can make newer kernels all you want, but
until you fix lilo.conf, it will merrily boot the old one. :)
don't forget to select the SMP support option when you make config
(or make xconfig/menuconfig)
Robert Hyatt Computer and Information Sciences
[EMAIL PROTECTED] University of Alabama at Birmingham
(205) 934-2213 115A Campbell Hall, UAB Station
(205) 934-5473 FAX Birmingham, AL 35294-1170
On Tue, 7 Dec 1999, Kelly Sauke wrote:
>
> I'm installing redhat 6.1 on a quad pentium 100 box. The kernel that was
> built on install didn't boot correctly so I recompiled my own to include the
> scsi drivers needed. The kernel built fine and smp support was included. I
> did a
>
> make dep; make clean; make bzImage
> make modules; make modules_install
> make install
>
> All seemed to be well and good, I rebooted and I got some Unresolved Symbol
> errors but the machine came up alright and everything was working right,
> except for smp. It didn't seem to recognize the other 3 cpus in the box.
> My question is this: is there something I have to do differently to get it
> to load for smp? Do I have to change my lilo.conf, is there some kernel
> parameter I need to pass on boot? What am I missing? Thanks,
>
> Kelly Sauke
> -
> Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/dmentre/smp-howto/
> To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]
>
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/dmentre/smp-howto/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]