Unable to boot Ubuntu Server 14.04.1 64 bit on bhyve

Hello,

I am running:
uname -a
Code:
FreeBSD ****.** 10.0-RELEASE-p7 FreeBSD 10.0-RELEASE-p7 #0: Tue Jul  8 06:37:44 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
have followed the [link=http://www.freebsd.org/doc/handbook/virtualization-host-bhyve.html]instructions in the handbook[/link] to successfully install and run Debian 7.6.0 64 bit on the host.

When trying to run Ubuntu Server 14.04.1 64 bit, after successfully completing the installation, I run into an error where bhyve exits. The VM goes through the boot process and this is the message when it exits:
Code:
vm exit rdmsr 0x611, cpu 0

Any insight on the error?

Thanks
 
I added the '-w' flag and the VM successfully boots. It does throw some messages which I think are harmless:

Code:
rdmsr to register 0x611 on vcpu 0
rdmsr to register 0x639 on vcpu 0
rdmsr to register 0x641 on vcpu 0
rdmsr to register 0x619 on vcpu 0
etc.
 
manas said:
I added the '-w' flag and the VM successfully boots. It does throw some messages which I think are harmless:

Code:
rdmsr to register 0x611 on vcpu 0
rdmsr to register 0x639 on vcpu 0
rdmsr to register 0x641 on vcpu 0
rdmsr to register 0x619 on vcpu 0
etc.

Yes, those are the commands that were stopping the VM before, being safely ignored.
 
Back
Top