From owner-freebsd-virtualization@FreeBSD.ORG Tue Jan 14 13:52:51 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 592E4E80 for ; Tue, 14 Jan 2014 13:52:51 +0000 (UTC) Received: from Potassio.roma.schema31.it (unknown [IPv6:2001:470:28:12b::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0B0EE16FA for ; Tue, 14 Jan 2014 13:52:50 +0000 (UTC) Received: from [10.33.100.144] ([10.33.100.144]) by Potassio.roma.schema31.it (8.14.3/8.14.3) with ESMTP id s0EDqmoa082501 for ; Tue, 14 Jan 2014 14:52:48 +0100 (CET) (envelope-from pottaviani@consulenti.schema31.it) From: patrizio ottaviani Subject: Linux guest Message-Id: <2F226A2F-5FE9-4223-A35A-F7C491449B09@consulenti.schema31.it> Date: Tue, 14 Jan 2014 14:52:48 +0100 To: freebsd-virtualization@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) X-Mailer: Apple Mail (2.1827) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 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, 14 Jan 2014 13:52:51 -0000 Hi, i had problem during installation of linux guest. I used "bhyve=94 script for create and start the linux vm,it run = without detected controller sata using "virtio-blk". with "ahci-hd" the system found disk drive and install the system = correctly,but show error in console : [ 5728.301499] ata1.00: irq_stat 0x40000001 [ 5728.302513] ata1.00: failed command: FLUSH CACHE [ 5728.303732] ata1.00: cmd e7/00:00:00:00:00/00:00:00:00:00/a0 tag 0 [ 5728.303734] res 41/04:00:00:00:00/00:00:00:00:00/a0 Emask = 0x1 (device error) [ 5728.307323] ata1.00: status: { DRDY ERR } [ 5728.308368] ata1.00: error: { ABRT } The network interface is found but does not connect using dhcp or with = manual setting. I trying with debian 7.3.0 , ubuntu 10.10 and centos 6.5 without = success. i.e "/usr/sbin/bhyve -c 2 -m 4096 -A -I -H -s 0,hostbridge -s = 2,virtio-blk,/repository/temp/vm/lin1/lin1.img -s 3,virtio-net,tap1 -s = 4,ahci-cd,/repository/temp/vm/lin1/lin1.iso -S 31,uart,stdio lin1=94 and=20 i.e "/usr/sbin/bhyve -c 2 -m 4096 -A -I -H -s 0,hostbridge -s = 2,ahci-hd,/repository/temp/vm/lin1/lin1.img -s 3,virtio-net,tap1 -s = 4,ahci-cd,/repository/temp/vm/lin1/lin1.iso -S 31,uart,stdio lin1"