Devon Harding wrote:
Ok, got it to boot with the smp kernel. How do I make it default?
You could change default=0 to the position that your smp kernel occupies in your /etc/grub.conf file. The first entry is 0 and the entries count up as you go through the other stanza with boot information in. If the smp kernel is the second boot entry, you would change default=1
Jim