From owner-freebsd-virtualization@freebsd.org Mon Feb 26 06:32:05 2018 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18CFAF2EACB for ; Mon, 26 Feb 2018 06:32:05 +0000 (UTC) (envelope-from artemrts@ukr.net) Received: from frv189.fwdcdn.com (frv189.fwdcdn.com [212.42.77.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA7AB85A01 for ; Mon, 26 Feb 2018 06:32:04 +0000 (UTC) (envelope-from artemrts@ukr.net) Received: from frv197.fwdcdn.com ([212.42.77.197]) by frv189.fwdcdn.com with esmtp ID 1eqC1h-0007m8-2s for freebsd-virtualization@freebsd.org; Mon, 26 Feb 2018 08:12:41 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=ffe; h=Content-Type:MIME-Version:Message-Id:To:Subject:From:Date:Sender: Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=XJi3/nSqnPLiPErM1Wa/JZAr2C1CDtQhE8MtzbiZXw8=; b=TnT/2xXvKRYMY9+lDEcUkLmRxs iw1ZDDARkdRhMrrivYmm+ic59ZpZ06tm9AWsm4mLsKRjUcTG/K/tp9xz0fg0RPZPQsE9L8MAvQ7t3 DRAeSv1OTCqghP9QM1QXmkIlFVlHGJWVW74WABYxuINwU+1DbNYRXCCzNGHSSEGv5dTM=; Received: from [10.10.10.52] (helo=frv52.fwdcdn.com) by frv197.fwdcdn.com with smtp ID 1eqC1Z-0007h1-Bs for freebsd-virtualization@freebsd.org; Mon, 26 Feb 2018 08:12:33 +0200 Date: Mon, 26 Feb 2018 08:12:33 +0200 From: wishmaster Subject: Migrate from real server to virtual To: "freebsd-virtualization@freebsd.org" X-Mailer: mail.ukr.net 5.0 Message-Id: <1519624732.983711988.ao3r3oq0@frv52.fwdcdn.com> Received: from artemrts@ukr.net by frv52.fwdcdn.com; Mon, 26 Feb 2018 08:12:33 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: binary X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 26 Feb 2018 06:32:05 -0000 Hi, colleagues. There is a server running with Windows Server 2008 R2 and I am attempting launch this server in virtual environment as a back up. But there is one big problem - I can not shutdown this server. My first step was creating a VHD image with help of Disk2vhd. Then a converted this image from VHD to raw image with qemu. I don't know boot setting of BIOS. With this command I am unable to start the server. bhyve -c 2 -s 0,hostbridge -s 3,ahci-hd,/vm/img/disk1.raw -s 4,ahci-cd,/VM/distro/null.iso -s 10,virtio-net,tap1 -s 20,fbuf,tcp=192.168.0.254:5900,w=800,h=600,wait -s 21,lpc -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd -m 6G -H -w windows2 Boot Filed. UEFI Hard Drive Any ideas? -- Vitaly