Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Apr 2012 13:28:35 -0600
From:      Peter Grehan <grehan@freebsd.org>
To:        s vas <sree.openwrk@gmail.com>
Cc:        freebsd-virtualization@freebsd.org
Subject:   Re: bhyve installation problem freebsd 8.3
Message-ID:  <4F79FDE3.9070701@freebsd.org>
In-Reply-To: <CADYnSLCYDQpVx1tZoLzFOSoVME4k%2B7o8fAmTFFNqgdgWE88dgw@mail.gmail.com>
References:  <CADYnSLBL2bn6NDhfSB4bB%2Bj3d0yDYOtQ=zDPFFkWk2pvfMiOtA@mail.gmail.com>	<4F73C5A7.4040801@freebsd.org>	<CADYnSLDYZ_2BVXUykXmHgPavxa36ZaA_nhK5hSaTCN=JwR5GfA@mail.gmail.com>	<4F74ECA0.9040809@freebsd.org> <CADYnSLCYDQpVx1tZoLzFOSoVME4k%2B7o8fAmTFFNqgdgWE88dgw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

> I was able to successfully run through the steps and start running the
> virtual machine. However, once I start the guest, the host freebsd
> machine hangs.
>
> I have installed the freebsd host in x86_64 machine.  This is the hw spec.
> sysctl -a | egrep -i 'hw.machine|hw.model|hw.ncpu'
> hw.machine: amd64
> hw.model: Intel(R) Core(TM)2 Duo CPU     E7500  @ 2.93GHz
> hw.ncpu: 2
> hw.machine_arch: amd64
>
> 1. Is it that Bhyve is not fully running in 64 bit amd or x86 processor? Or

  The e7500 model has VT-x, but not EPT so the vmm.ko kernel module 
should fail when being loaded. Hmmm, not sure the script would handle this.

  So, unfortunately your h/w doesn't quite have what BHyVe requires :(

> 2. Is it that Byhve runs on 64 bit x86 but not 64 bit amd?

  That is currently true, but your CPU is Intel - FreeBSD's generic term 
for 64-bit Intel architecture is "amd64" so that's not the problem.

later,

Peter.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F79FDE3.9070701>