- May 31, 2001
- 10,027
- 1
- 81
I'm in the process of trying to boot my kernel in gentoo. I keep this problem though.
No local APIC present or hardware disabled
I have this in my grub.conf config
root=/dev/ram0 real_root=/dev/hdc3 init=/linuxrc
ramdisk_size=8192 (on a separate line)
I have / on /dev/hdc3 and /boot as /dev/hdc1 (hdc2 is my swap partition)
I've tried to adding acpi=ht and acpi=off on two different trial runs
after the init=/linuxrc part
After googling a bit, I found that if you boot with "lapic" it would force-enable the local APIC. (No idea how to boot with "lapic" though, they did not provide an example)
No local APIC present or hardware disabled
I have this in my grub.conf config
root=/dev/ram0 real_root=/dev/hdc3 init=/linuxrc
ramdisk_size=8192 (on a separate line)
I have / on /dev/hdc3 and /boot as /dev/hdc1 (hdc2 is my swap partition)
I've tried to adding acpi=ht and acpi=off on two different trial runs
after the init=/linuxrc part
After googling a bit, I found that if you boot with "lapic" it would force-enable the local APIC. (No idea how to boot with "lapic" though, they did not provide an example)
