Kernel Panic

Robert Simmons rsimmons0 at gmail.com
Tue Feb 17 17:42:02 UTC 2015


On Tue, Feb 17, 2015 at 3:58 AM, Konstantin Belousov
<kostikbel at gmail.com> wrote:
> On Tue, Feb 17, 2015 at 01:27:46AM -0500, Robert Simmons wrote:
>> I'm experiencing a kernel panic on a VM:
>> panic: CPU0 does not support X87 or SSE: 0
>> This is on OpenStack (using KVM).
>>
>> Is there a kernel option that I can set that will allow this VM to
>> boot without panic?
> The panic indicates that machine you trying to boot on is not compliant
> with the Intel specification.  You may try the luck with setting
> hw.use_xsave=0 at the loader prompt, but I expect that you get other
> problems.

Thanks!

This works and allows the VM to boot. The problem appears to be a bug
in KVM virtualization, and it has been fixed upstream. I'm trying to
get my cloud provider to patch their stack.

You mentioned that this may introduce other problems. How bad and what
kind of problems do you think may happen?


More information about the freebsd-hackers mailing list