From owner-freebsd-current@freebsd.org Mon Jun 5 17:31:51 2017 Return-Path: Delivered-To: freebsd-current@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 ACEFBAFDC2F for ; Mon, 5 Jun 2017 17:31:51 +0000 (UTC) (envelope-from a.n.us@ieee.org) Received: from mail-vk0-x229.google.com (mail-vk0-x229.google.com [IPv6:2607:f8b0:400c:c05::229]) (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 727673557 for ; Mon, 5 Jun 2017 17:31:51 +0000 (UTC) (envelope-from a.n.us@ieee.org) Received: by mail-vk0-x229.google.com with SMTP id p62so34889186vkp.0 for ; Mon, 05 Jun 2017 10:31:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ieee-org.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=wndz4mXKS4llL15Yf8w4CSrWAbKZkSj8H0wIFE0LMsM=; b=l4PWmSUBpjmB8nJweCItakd1SHTI1Th/Zc9h5GoDKj/GC9lZqn/KD1vDZAeTpb2s7X RizM7a4pIIJCNuTX4xHraUF93cIaB4VLlr82DnoGBHasuPIxWjxrgbp5+6C4FDwCuiQJ LmBWw7tYagWjMpFFVXX5qmNdb4WPGlVqCCMnsTb3pNQCnupWbRSLTT9mWuE41X0mjPMa G8M1CAJfQZF7l18PrfBGRItTWZoJ3JUNjipRmMY0EKDUETpIEv891QzrPtuQjdoe8xL1 //fE59SaOffWouAZ6babwYvkPATL8hEqXhJkIGRgByri8sJFih+8UAkoo3dUYzjLkD8T eXfw== 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; bh=wndz4mXKS4llL15Yf8w4CSrWAbKZkSj8H0wIFE0LMsM=; b=oDFTO1SAmhxvFUMKSkEYjdR0RpV8X3pLxoLNzuIPXayoJuw3mtOgACtzLxCIDuxZfJ atkFnSsL+vwI5ALCie1tKMSHlO97nfqA7gV6w/aStqMYtOjQLU9ytzzG7l85igojIw2h be3qPF1EqAhKFFK+l/PFWGXj3f44BWDWsgxN7m7MbB0C34pUXqXrCNP4NLycBQQQjhcf RDdqGIUBfWoWnWlYXHx512ymI8M8TaSGU9OSZhunKoAgSOoWjIgSR42r5OT2hMvHkLuH /EjCmWoukIZt9l3cQEegxVEdJJ698QvfS/amQm2txdy01v/pmIHsoJImuLfzU79KDiYI Os5g== X-Gm-Message-State: AODbwcDADXgkzzrU4E9DPH1ZxohNJOBb01cRr39mnvUfZij3msYYlP6R G9D/Z58ezauxZAMP63aQ/EAthAku+6X4 X-Received: by 10.31.151.70 with SMTP id z67mr10803893vkd.108.1496683910349; Mon, 05 Jun 2017 10:31:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.159.56.145 with HTTP; Mon, 5 Jun 2017 10:31:10 -0700 (PDT) From: Andy Neustadter Date: Mon, 5 Jun 2017 13:31:10 -0400 Message-ID: Subject: Boot CURRENT without efi To: freebsd-current@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2017 17:31:51 -0000 Hi: I have an older HP desktop that does not support USB boot or UEFI. Is it possible to use this machine with 12-current using GPT? Any help or pointers to info would be greatly appreciated. Thanks in advance.