From owner-freebsd-amd64@freebsd.org Wed Sep 27 18:17:30 2017 Return-Path: Delivered-To: freebsd-amd64@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 7D3DFE0A94D; Wed, 27 Sep 2017 18:17:30 +0000 (UTC) (envelope-from elenamihailescu22@gmail.com) Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4226181185; Wed, 27 Sep 2017 18:17:30 +0000 (UTC) (envelope-from elenamihailescu22@gmail.com) Received: by mail-oi0-x236.google.com with SMTP id b184so18020747oii.13; Wed, 27 Sep 2017 11:17:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=sDumFU1JHZVpMs+24XeJATPT5h1CcilMcjQQ3DpWD0E=; b=pSaNp8uE/D229Yy40AoTPL09m9vYx8Kv4qGv4qnlXrM2ioMdiO7qIqjVPSnn07aO3D UfuCXIxoKYXI8psBfCr696tSNYr5UaPfqQkbkl9mE3qBkMreourvsBjnDjkIbmgskFG1 0UR01If6Xa7pESrJa6x0D+dGbmtsha5YWUD4oNVc80R07b0Pa9K7SDfYr3Sz4lOWEM5p NsgUG+6ZCxWdGhkwlZuVkbQmlLow+w549qPLgBxnm5MEkl3wEzE0B6tAHgYLTesq5OAE SHEwIO7mUlqpQMoLFYEHeNmsEhnesC2u4dX/WA/Ky42VAPgAnjFSr4IpSUXEbbgZVuVZ ZJ5A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=sDumFU1JHZVpMs+24XeJATPT5h1CcilMcjQQ3DpWD0E=; b=jVi7wy3h5qRgLfo8EmcpB8gjoiixuDr1dONgJN565QeA+1WF1GZiaqhZlcztEfGZ3q oI/1AB7sXB3n979PcrPnFJ3VwdSmkIbfAreg5EMkdEq4IlpFNX6AGgHaJF2wnRaSGZ5C K0fYemglCko6F+mJzKaPXAcdWqkXNqP0YVQtyMlwsNScMrp/JDiXTuLmBntXS1K8ZmNc UdEpgZf6n8CZYd6eDx6K/c+XULvbtEJUDBVz6pp/OwnwvBUwrw7Al59Af+WoEL1WWClH xj4/hLesE+1ofpWaaK9WcHKQ1f1GtmI5+D/MLa8PyxNn9ZBE+IVRDQbHWPtnJDZ8Dvok ICPg== X-Gm-Message-State: AHPjjUg00PYnPnKTY1oqNYH84oD8+8UGEFzQSp5/kcQZ0yg0qZN7VxHD F+kHu7iDzj+wV93kZ821LgwtI/q9c7+ls+qrGDg= X-Google-Smtp-Source: AOwi7QC2zNzKzskKM2k2Ww9KLfX46v/M6seE/XYsaWWe99GnTdmmVk5jsF1roJLAjbzJYFkRfPMxoIJZ3rUQ471e3tw= X-Received: by 10.157.89.136 with SMTP id u8mr1309646oth.251.1506536249278; Wed, 27 Sep 2017 11:17:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.36.228 with HTTP; Wed, 27 Sep 2017 11:17:28 -0700 (PDT) From: Elena Mihailescu Date: Wed, 27 Sep 2017 21:17:28 +0300 Message-ID: Subject: Cannot install FreeBSD 12.0 on HP Compaq DC5850 To: freebsd-amd64@freebsd.org, freebsd-virtualization@freebsd.org Cc: Mihai Carabas Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Sep 2017 18:17:30 -0000 Hello! I am currently working on Bhyve Save & Restore on AMD processors (for the amd64 architecture), and I want to test my code on an AMD system. I have a HP Compaq DC5850 system with the AMD Phenom X4 processor and I want to install FreeBSD 12.0, amd64 version, but the install process hangs after "Starting the BTX loader". This is the output displayed on screen: CD Loader 1.2 Building the boot loader arguments Looking up /BOOT/LOADER... Found Relocating the loader and the BTX Starting the BTX loader BTX loader 1.00 BTX version is 1.02 I verified the RAM sticks and they are OK. I mention that the PC does not boot from USB with FreeBSD 12.0. Also, I tried to boot from a HDD with FreeBSD 12.0 already installed, but it doesn't work either. Also, I mention that I can boot from a Ubuntu/XUbuntu LiveCD. Does someone knows how I can fix this issue? Elena