
Search the Knowledge Base: |
Search the Knowledge Base: |
What changes must be made in order to boot this system into a Linux bare-metal mode?
You have two options for configuring the Linux mode for ESX Server 2.5.2 on a system with dual-core AMD Opteron processors:
=========================================
image=/boot/vmlinuz-2.4.9-34smp
label=linux
root=/dev/sda2
initrd=/boot/initrd-2.4.9-34smp.img
read-only
append="noapic"
==========================================Add the line append="noapic" as shown in the example above. Then run lilo to commit the changes to the boot loader.
Future boot cycles using the Linux option will succeed.