From owner-freebsd-virtualization@FreeBSD.ORG Tue Mar 12 15:28:38 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BADEA4E0 for ; Tue, 12 Mar 2013 15:28:38 +0000 (UTC) (envelope-from surajswami10@gmail.com) Received: from mail-qa0-f53.google.com (mail-qa0-f53.google.com [209.85.216.53]) by mx1.freebsd.org (Postfix) with ESMTP id 813532BF for ; Tue, 12 Mar 2013 15:28:38 +0000 (UTC) Received: by mail-qa0-f53.google.com with SMTP id z4so64640qan.12 for ; Tue, 12 Mar 2013 08:28:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=d5uHTsVvmlVIs1A2Uc4aYIMTaOidR8rMhvpVvTSPHYY=; b=UZgqUKXy6ZsI6U3xL8MV/dyr56m9vKoLMpoD16/aBQ6Ae2qhJxRi5NLxGjWiqjwPCf 8yFKnROBA0O0RzBG4TYVBhI7t990tFAmGPbduJZ8eUPoQhPBqs+MUZrBN4T9nQA7COab fhzrv5JBnBWydCprym8brLyxo96YDIVdx+8emDSMFKVI9N31rxEftZL6MhaoAITx7uO4 7+kI3VrpxlQTNYhVKKSOcCuUVRoj2Zxic8n2tTEn0BWEowlm6hYg9HVvLCEDBnKwSnS3 4XRjR999vrLXyZPTvnMhw1OtiYJjb0g7Q9wsX+VUTz6u5w1s4Fe4KxshAqSu5y8s8m4K k9ww== MIME-Version: 1.0 X-Received: by 10.49.50.197 with SMTP id e5mr2784143qeo.42.1363102111833; Tue, 12 Mar 2013 08:28:31 -0700 (PDT) Received: by 10.49.49.7 with HTTP; Tue, 12 Mar 2013 08:28:31 -0700 (PDT) In-Reply-To: <513F44B6.8010208@mu.org> References: <513EB3B4.3060704@mu.org> <513F44B6.8010208@mu.org> Date: Tue, 12 Mar 2013 11:28:31 -0400 Message-ID: Subject: Re: Help: Getting started with bhyve From: suraj swaminathan To: Alfred Perlstein Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Mar 2013 15:28:38 -0000 I have intel i5 processor. Hence i386 version. Okay now it makes sense(If bhyve is supported only on amd64). Guess I have to get hold of a machine with amd64, use the iso from: http://ftp4.us.freebsd.org/pub/FreeBSD/snapshots/amd64/amd64/ISO-IMAGES/10.0/ Correct me if I'm wrong. Thanks, Suraj On Tue, Mar 12, 2013 at 11:07 AM, Alfred Perlstein wrote: > On 3/12/13 7:11 AM, suraj swaminathan wrote: > >> uname -a yeilds: >> >> FreeBSD suraj FreeBSD 10.0-CURRENT #0: Sat Feb 23 08:42:38 UTC 2013 >> root@snap.freebsd.org:/usr/**obj/usr/src/sys/GENERIC i386 >> > > Hmm, it seems you have an i386 system. I tink bhyve is only supported on > amd64. > > Is this a new machine with a modern 64bit cpu? If so then you need to > install the 64bit version of FreeBSD. > > > >> Also I have down loaded mt image from >> http://ftp4.us.freebsd.org/**pub/FreeBSD/snapshots/i386/** >> i386/ISO-IMAGES/10.0/ >> >> Is there some other place to look for the ISO? >> >> -Suraj >> >> On Tue, Mar 12, 2013 at 12:48 AM, Alfred Perlstein wrote: >> >> On 3/11/13 9:24 PM, suraj swaminathan wrote: >>> >>> Hi, >>>> >>>> I am really interested in the bhyve project. For starters I >>>> loaded >>>> FreeBSD 10.0-CURRENT version. I went ahead and did a kldload vmm.ko >>>> hoping >>>> to load the kernel module, but vmm.ko was not found. I am also unsure >>>> where >>>> the bhyve project source code should be present(having downloaded the >>>> source code). Should it be under /usr/src/sys? Do I have to checkout the >>>> code from the repository? >>>> >>>> I am new to FreeBSD, forgive my ignorance. >>>> >>>> Bhyve was only recently integrated into FreeBSD 10. What date is your >>> system built? You can tell via the output of "uname -a". >>> >>> If it's more than a month or two old, you may need to download more >>> recent >>> sources and "make world". >>> >>> -Alfred >>> >>> >