From owner-freebsd-questions@FreeBSD.ORG Wed Jan 19 14:55:22 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7C88106566B for ; Wed, 19 Jan 2011 14:55:22 +0000 (UTC) (envelope-from lconrad@Go2France.com) Received: from mgw1.MEIway.com (mgw1.meiway.com [81.255.84.75]) by mx1.freebsd.org (Postfix) with ESMTP id 7E90D8FC17 for ; Wed, 19 Jan 2011 14:55:22 +0000 (UTC) Received: from VirusGate.MEIway.com (virusgate.meiway.com [81.255.84.76]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id C00BA47186B for ; Wed, 19 Jan 2011 15:32:35 +0100 (CET) Received: from mail.Go2France.com (ms1.meiway.com [81.255.84.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id 0C6CD386628 for ; Wed, 19 Jan 2011 15:32:36 +0100 (CET) (envelope-from lconrad@Go2France.com) Date: Wed, 19 Jan 2011 15:32:39 +0100 Message-Id: <201101191532.AA1120469414@mail.Go2France.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Len Conrad" X-Sender: To: X-Mailer: Subject: Re: vm ware X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lconrad@Go2France.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2011 14:55:22 -0000 =>Hi, > I want to inquire if its possible to install freeBSD on vm ware? > is there any live cd iso available? I've had no problems installing FreeBSD 6,7,8 as VM into ESXi 4.1 hypervisor. Latest success was using the VMWare cold converter .iso to virtualize a FreeBSD 6.2 physical machine and export it to ESXi 4.1 as VM. The trick that saves lot of pain and time post-virtualization was that we first edited /etc/fstab on the physical machine and replace the "sd" devices with "da" so FreeBSD kernel finds all the slices, then we shut it down to reboot with the cold converter. Then we look via the VMWare console of the FreeBSD VM /var/run/dmesg.boot file to see what interface the hardware probe found and fix up /etc/rc.conf. Then /etc/rc.d/netif restart /etc/rc.d/routing restart We are building a new VM with fbsd 8.1, but until then the 6.2 virtualization got us off an over-powered Pentium4 to an 8-core Xeon ESXi. Len