From owner-freebsd-sysinstall@freebsd.org Sun Aug 20 21:27:16 2017 Return-Path: Delivered-To: freebsd-sysinstall@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 E9C31DCC713 for ; Sun, 20 Aug 2017 21:27:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 D7E15745AE for ; Sun, 20 Aug 2017 21:27:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7KLRGHn033655 for ; Sun, 20 Aug 2017 21:27:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-sysinstall@FreeBSD.org Subject: [Bug 221674] Installer can't back up when it finds MBR Date: Sun, 20 Aug 2017 21:27:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: 11.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: nwhitehorn@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-sysinstall@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-sysinstall@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Sysinstall Work List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2017 21:27:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221674 Nathan Whitehorn changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nwhitehorn@FreeBSD.org Status|New |Open --- Comment #1 from Nathan Whitehorn --- There is actually no way around this problem in the installer: FreeBSD can't boot EFI systems from MBR disks, so, as far as the installer is concerned, = the system is unbootable without reformatting the disk as GPT. There are two workarounds available: 1. Booting the installer using CSM (BIOS compatibility mode). It decides wh= at is and is not bootable based on how it was booted (an EFI-booted system can surely be booted by EFI and a BIOS-booted system can surely be booted with = the BIOS). If you start the system this way, you can install onto an existing M= BR disk and get the right boot loaders. 2. Set up partitions by hand using the manual editor. The installer will complain that the resulting result will be unbootable since it doesn't know= if the system supports CSM booting, but it will let you do it if you press OK. We should add choice (1) to the documentation and improve the error message. --=20 You are receiving this mail because: You are the assignee for the bug.=