[CentOS] Edit to change startup from SMP to not so SMP

Thu Apr 17 19:59:04 UTC 2008
Akemi Yagi <amyagi at gmail.com>

On Thu, Apr 17, 2008 at 12:48 PM, Bob Beers <bob.beers at gmail.com> wrote:
> On Thu, Apr 17, 2008 at 3:31 PM, Andrew @ ATM Logic <atmlogic at kmts.ca> wrote:
>  >
>  >  Humm, ok but for some reason it does not start the top, or any one, it just
>  >  sits waiting for someone to manually hit enter on one of them....  Any
>  >  thoughts on that?>
>
>  Are you certain that this is the right grub.conf?
>
>  hiddenmenu should mean that you don't see the selections, unless
>   someone hits <ESC> key.
>
>  also you could try adding a fallback entry.

Another thing to consider is... if you always want to boot the smp
kernel, look into /etc/sysconfig/kernel and set up the default kernel
by:

DEFAULTKERNEL=kernel-smp

and possibly remove the standard (non-smp) kernel from the system.

Akemi