Unfortunately when i reboot, it does not remember the 2nd CPU,
i have to select the SMP part to boot or it will only boot into 1 CPU
any suggestions?
Please try this fix
cd /etc/e-smith/templates/etc/lilo.conf
cp 30labels /root - just in case you need to revert back to it.
pico -w 30labels
add this line:
s/default=SMEServer.*/default=$kernel/;
above this line:
$_ } @preamble;
then do
/sbin/e-smith/config show lilo
If your DefaultKernel is set to SMEServer-up then do:
/sbin/e-smith/config setprop lilo DefaultKernel SMEServer-smp
/sbin/e-smith/expand-template /etc/lilo.conf
/sbin/lilo
You should see an * by the SMP version.
reboot - shutdown -r now
Watch the splash screen on reboot and you should see the SMP version selected. If you can't be at the server console, then after the server is back up do a
cat /proc/cmdline while logged in as root and you should be able to determine what kernel version was booted.
I have tried to thoroughly test this fix on 6.0.1, but am not in a position to update the bug report yet. The only thing that needs changing to fix this is the update to 30labels. There are other events that run to change lilo.conf and update lilo if a new kernel is chosen.
Let me know if this does indeed fix this for you.
JB