From owner-freebsd-virtualization@freebsd.org Thu Jun 14 09:26:00 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 314B010151CF for ; Thu, 14 Jun 2018 09:26:00 +0000 (UTC) (envelope-from xi@borderworlds.dk) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (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 CA54B7FBA2 for ; Thu, 14 Jun 2018 09:25:59 +0000 (UTC) (envelope-from xi@borderworlds.dk) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 2931F21CFC for ; Thu, 14 Jun 2018 05:25:58 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute6.internal (MEProxy); Thu, 14 Jun 2018 05:25:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=borderworlds.dk; h=content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=MNXoErz+CoNonlsdGzgvYiafEv2nK2SQD89jwZsW0cg=; b=pioId/0J Fyp/HQo7kqWy+1AyfaiypmKTjHCZmIyiNqGy3Tyl9SMnyWsVmDySlvzHdEujG3Uy SwcsoQBXOqKtkD7LiMfPEWKWlUcwqPjElUV7lRar7vl2N1bTaXbnhT+V9LiXiOCR tWWHrIDbM3MXz31ElKemtiKP0WqFpDkdUfzI1xVG/L2nt4j5CeUBucIo/hcVodgX lqB4Ns0Xrd5F43qi5+StlBNwY0GjnCskfOa/K239uw3Ep/APxSnyXWzQexeFD4H7 KoCfKM2Uvgb0R9LcNUPgPt64kNEcUemK2Fyh+fenxZA/gNPSiGMkd23tYUzjPuGv EAT0om6c7rNhnA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=MNXoErz+CoNonlsdGzgvYiafEv2nK 2SQD89jwZsW0cg=; b=tYEjEN82WDh4mUV5O9Y2j53quxSfP2d/pQUHakZ2iCPMj 1pnIpCPNQrdZ890+A5wnmvRtt0YQTN64AWJqEfnUKv8uuq82rZh23oKGSzjZhLu3 w4FhpeBYTNHYXdoNPrZ2OCFXRC6XBNVOZDAEfSaO76Y4ILqWkx4G7mu19OKT0JCh QxQlo6XjTthQjjSeRBVS0jjx2lSR+7LyDBY7YXyjr1M50cQDQ03PHQF+BaHt23JQ us4oc1Y+d1cc5NtzQwviFVGoTlFRBBHMncC4If31t0v7EEB4O7IMZNNKuUwvjihI 3e3iKMBzl2j9OQAYH8wYvHRtIugNtmE7dJ66oU5OA== X-ME-Proxy: X-ME-Sender: Received: from sona.borderworlds.dk (3e6bb458.rev.stofanet.dk [62.107.180.88]) by mail.messagingengine.com (Postfix) with ESMTPA id 878FC10261 for ; Thu, 14 Jun 2018 05:25:57 -0400 (EDT) To: freebsd-virtualization@freebsd.org From: =?UTF-8?Q?Christian_St=c3=a6rk?= Subject: Trouble getting OpenBSD running on bhyve Organization: The Border Worlds Message-ID: Date: Thu, 14 Jun 2018 11:25:56 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.26 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: Thu, 14 Jun 2018 09:26:00 -0000 Hi, I'm trying to get OpenBSD running on bhyve, but am not getting very far. I am trying with the following command line: /usr/sbin/bhyve -c 1 -m 1G -w -H -s 0,amd_hostbridge -s 4,ahci-hd,/home/xi/leech/install63.fs -s 5,ahci-hd,disk.img -s 6,virtio-net,tap2 -s 29,fbuf,tcp=0.0.0.0:5901,w=800,h=600,wait -s 31,lpc -l com1,stdio -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd vulcan I see the boot loader, and then the following output: cannot open hd0a:/etc/random.seed: No such file or directory booting hd0a:/6.3/amd64/bsd.rd: 3418091+1467392+3891704+0+598016 [363465+90+433440+288010]=0x9fc160 entry point at 0xf000158 Then after a few seconds, bhyve exits. I have run "bhyvectl --get-all" for the vm when it has reached this state, and the output is here: https://borderworlds.dk/~xi/bhyve-get-all-vulcan.txt Any suggestions? Best regards Christian