From owner-freebsd-virtualization@FreeBSD.ORG Wed Nov 5 22:32:30 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5097304 for ; Wed, 5 Nov 2014 22:32:30 +0000 (UTC) Received: from mail.allbsd.org (gatekeeper.allbsd.org [IPv6:2001:2f0:104:e001::32]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.allbsd.org", Issuer "RapidSSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 343571A5 for ; Wed, 5 Nov 2014 22:32:30 +0000 (UTC) Received: from alph.d.allbsd.org ([IPv6:2001:2f0:104:e010:862b:2bff:febc:8956]) (authenticated bits=56) by mail.allbsd.org (8.14.9/8.14.8) with ESMTP id sA5MW4UW043125 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 6 Nov 2014 07:32:15 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) (authenticated bits=0) by alph.d.allbsd.org (8.14.9/8.14.8) with ESMTP id sA5MW2IA004143 for ; Thu, 6 Nov 2014 07:32:04 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Thu, 06 Nov 2014 07:31:31 +0900 (JST) Message-Id: <20141106.073131.1811725327096373192.hrs@allbsd.org> To: freebsd-virtualization@freebsd.org Subject: centos 4 bhyve guest From: Hiroki Sato X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 6.6 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Thu_Nov__6_07_31_31_2014_212)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.4 at gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mail.allbsd.org [IPv6:2001:2f0:104:e001::32]); Thu, 06 Nov 2014 07:32:23 +0900 (JST) X-Spam-Status: No, score=-96.9 required=13.0 tests=CONTENT_TYPE_PRESENT, FAKEDWORD_ONE, FAKEDWORD_VERTICALLINE, RDNS_NONE, SPF_SOFTFAIL, USER_IN_WHITELIST autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on gatekeeper.allbsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 05 Nov 2014 22:32:30 -0000 ----Security_Multipart(Thu_Nov__6_07_31_31_2014_212)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, Does anyone have an experience on booting CentOS 4 as a bhyve guest? I want to convert one of my very old servers which requires CentOS4 because of commercial software to a virtual machine, but I got the following error when I tried to boot CentOS-4.8-x86_64-bin1of5.iso: --- reason VMX rip 0x0000000000100080 inst_length 7 status 0 exit_reason 2 qualification 0x0000000000000000 inst_type 0 inst_error 0 Abort trap --- I am using the following command line and grub2-bhyve-0.24. It is one that is working well for CentOS6 on 10-STABLE: # bhyve -AI -H -P \ -s 0:0,hostbridge \ -s 1:0,lpc \ -s 2:0,virtio-net,tap2 \ -s 3:0,virtio-blk,./system.img \ -s 4:0,ahci-cd,./CentOS-4.8-x86_64-bin1of5.iso \ -l com1,stdio \ -c 1 \ -m 1G \ centos4 -- Hiroki ----Security_Multipart(Thu_Nov__6_07_31_31_2014_212)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEABECAAYFAlRapUMACgkQTyzT2CeTzy11ugCgl+ClAABWw8wbChPNAZg2MXt2 AVQAoN4HgCIi4VHR9bTBf0FGhXuNrnpM =yrgM -----END PGP SIGNATURE----- ----Security_Multipart(Thu_Nov__6_07_31_31_2014_212)----