[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: linux-image-2.6.18-5-686 - turn off SMP and then disable local APIC



On 09/23/2007 10:50 AM, Pál Csányi wrote:
> How can I turn off SMP and then disable local APIC with this kernel?

For the options to persist across kernel updates/upgrades, add the
options 'nosmp' and 'noapic' to /boot/grub/menu.lst on the kopt= line,
then run 'update-grub'.  This works for all kenel versions.  For
example, edit:

# kopt=root=/dev/sda1 ro
to:
# kopt=root=/dev/sda1 ro nosmp noapic

Then run 'update-grub' and take a look at /boot/grub/menu.lst - you
should see your default options added to all the kernel boot blocks.

Take a look at the other option sections, if you wish to enable options
only in the alternative or non-alternative boot options.

-- 
Kind Regards,
Michael Shuler



Reply to: