From owner-freebsd-virtualization@freebsd.org Sat Sep 30 19:58:22 2017 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 825D1E2DF8A; Sat, 30 Sep 2017 19:58:22 +0000 (UTC) (envelope-from tsoome@me.com) Received: from st13p35im-asmtp002.me.com (st13p35im-asmtp002.me.com [17.164.199.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 507A17E393; Sat, 30 Sep 2017 19:58:22 +0000 (UTC) (envelope-from tsoome@me.com) Received: from process-dkim-sign-daemon.st13p35im-asmtp002.me.com by st13p35im-asmtp002.me.com (Oracle Communications Messaging Server 8.0.1.2.20170607 64bit (built Jun 7 2017)) id <0OX300500Z6HRO00@st13p35im-asmtp002.me.com>; Sat, 30 Sep 2017 19:58:14 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=04042017; t=1506801494; bh=cOVesOWCUwReUTRfAlNnvHji3x0YnUzXNiQrbHLRAeY=; h=Content-type:MIME-version:Subject:From:Date:Message-id:To; b=lrHJ8Oe14pgS43x5tHms+pLz53SA7bYyFoSMaDdjekAinwkn2XE+nt4iaLXrugh7P 39q6VmIjR8K/KJt2klcCuTViEsPI6W9GO+oL5aIqgh1JXHpok2UoMzjOPs7zoSOdLw y/12rsXSeE1IgsdF2HSUQxWkNrus/9xZFQaHOf3ynuYl8fIne73Pa2Qw+oBJVgBXLd xx2O+tcB/9Szxw5Rn0FJHBlYfU9VtMzKDDRW6XJ851wzfMYyk5fkgmGk7Qc/0IrBgT 8vhCA02Ivk2dr1Q7y8vQKozEJBOXHPrq8TFTPNASEUnRPLOgC5isGg8FXzg1B5sXcb xkQuLKw0UTiUw== Received: from icloud.com ([127.0.0.1]) by st13p35im-asmtp002.me.com (Oracle Communications Messaging Server 8.0.1.2.20170607 64bit (built Jun 7 2017)) with ESMTPSA id <0OX300KAAZGZ1V10@st13p35im-asmtp002.me.com>; Sat, 30 Sep 2017 19:58:14 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-09-30_06:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1015 suspectscore=2 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1709300299 Content-type: text/plain; charset=utf-8 MIME-version: 1.0 (Mac OS X Mail 11.0 \(3445.1.6\)) Subject: Re: Cannot install FreeBSD 12.0 on HP Compaq DC5850 From: Toomas Soome In-reply-to: Date: Sat, 30 Sep 2017 22:58:11 +0300 Cc: Tommi Pernila , freebsd-current , freebsd-amd64@freebsd.org, freebsd-virtualization@freebsd.org Content-transfer-encoding: quoted-printable Message-id: References: <2C4ECAC8-1F4E-4C7B-8FE6-18B649F204AB@me.com> To: Elena Mihailescu X-Mailer: Apple Mail (2.3445.1.6) X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 30 Sep 2017 19:58:22 -0000 > On 30 Sep 2017, at 19:29, Elena Mihailescu = wrote: >=20 >> Two things to test - check for bios update and UEFI boot (with decure = boot disabled). Also make sure any non-essential devices are = disconnected - this hung smells like it is getting stuck on disk device = probing, and one case I know I can happen was about SD card reader = attached. >>=20 >=20 > I already updated the BIOS and I couldn't find any UEFI boot/ Secure > boot features available on my computer (in the BIOS settings). I don't > have any other devices connected than those with which the computer > arrived. >=20 > Thanks, > Elena Ok, the error is happening really early as you only get BTX messages and = none from the actual loader itself. Can you test usb boot and see if it = will get further? Also testing/debugging with usb image will be much = easier as we can update loader on usb=E2=80=A6.=20 rgds, toomas=