Re: [expert] Installing SMP Kernel

2000-05-01 Thread Brian Schroeder
Thanks to everyone for your help. I have finally got the system booted properly on the smp kernel. (I never did work how why some of the errors occured...) Can anyone explain, though, why it would have installed the non-smp kernel automatically on my dual-processor machine and the smp kernel on

Re: [expert] Installing SMP Kernel

2000-05-01 Thread John Aldrich
On Sun, 30 Apr 2000, you wrote: > Thanks for your advice, Bill. > > I have followed what you wrote, but still it doesn't work. I > included the SCSI optinos in the kernel (not as modules), but I am > getting "unresolved symbol" errors in "/lib/aic7xxx.o", after I am > told that linux is Loading

Re: [expert] Installing SMP Kernel

2000-05-01 Thread AG
On Mon, 01 May 2000, Bill Shirley wrote: | I'm not sure what is going wrong here, but my modules are in | /lib/modules/2.2.14-15mdk | there are other directories under /lib/modules also. (I made an error in my | original response.) I think there is some option in the kernel build that | specifi

RE: [expert] Installing SMP Kernel

2000-05-01 Thread Bill Shirley
: Sunday, April 30, 2000 11:05 PM To: [EMAIL PROTECTED] Subject: Re: [expert] Installing SMP Kernel Thanks for your advice, Bill. I have followed what you wrote, but still it doesn't work. I included the SCSI optinos in the kernel (not as modules), but I am getting "unresolved symbol

Re: [expert] Installing SMP Kernel

2000-04-30 Thread Brian Schroeder
Thanks for your advice, Bill. I have followed what you wrote, but still it doesn't work. I included the SCSI optinos in the kernel (not as modules), but I am getting "unresolved symbol" errors in "/lib/aic7xxx.o", after I am told that linux is Loading the module. Finally the kernel panics, bein

Re: [expert] Installing SMP Kernel

2000-04-27 Thread Brian T. Schellenberger
You either did make; make bzlilo without doing make modules ; make modules_install OR vice-versa. OR you failed to notice that (for some reason) the make bzlilo &c. put the newly-built kernel in a different place from where the default /etc/lilo.conf is looking for it. I solve this probl

RE: [expert] Installing SMP Kernel

2000-04-27 Thread Bill Shirley
First, edit your /usr/src/linux/Makefile and change: INSTALL_PATH= to INSTALL_PATH=/boot Optional step: ADD a new image section to lilo so you can boot the old kernel if needed: Edit /etc/lilo.conf and add a section just like the one label=linux: image = /boot/vmlinuz.old<== change t