目前我有一台服务器,我想在其上安装 XenServer,问题是我在安装过程中出现内核恐慌。'kernel panic - not syncing: the noapic parameter is incompatible with Xen.'
所以我已经追踪到无法再修复的地步:
- 我已在 BIOS 中禁用 ACPI 和 APIC 中断系统,但没有用
- 我已尝试禁用官方讨论中提到的 APIC、LAPIC 和 APCI。http://discussions.citrix.com/topic/350144-xen62-turn-off-acpi-without-grubconfmenulst/
错误不断弹出,我显然需要了解为什么这个错误不断发生。
错误转储:https://i.stack.imgur.com/CiqNA.jpg
编辑:目前我正在考虑重写Xen内核并删除那块垃圾错误
更新:我下载了Xenserver 5.5并且可以成功安装它!