> Thanks for the help, but now we can not get the install to perform. It > stops about half way through. No errors, no drive activity, just stopped. > This is about the 10th time as well. Not looking good right now :( > > At 03:14 PM 8/27/2001 -0400, domi wrote: > >Sure u didnt not forget to enalbe SMP in kernel config ? > >greetz ps > > > >Want to buy your Pack or Services from MandrakeSoft? > >Go to http://wwww.mandrakestore.com Just do the install with single processor support and recompile the kernel with SMP support. This is basic. as root: cd /usr/src/linux make xconfig (under Processor type and features, click "y" on Symmetric multi-processing support", click "main menu" click "Save and Exit") make dep make clean make bzImage make modules make modules_install (cp /usr/src/linux/arch/i386/boot/bzImage /boot/vmlinuz) (edit /etc/lilo.conf and make the following entry if non-existent: image=/boot/vmlinuz label=linux root=/dev/hd* read-only The * denotes your boot partition) /sbin/lilo -v reboot
Want to buy your Pack or Services from MandrakeSoft? Go to http://wwww.mandrakestore.com
