From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 10 00:17:21 2015 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74283645 for ; Tue, 10 Mar 2015 00:17:21 +0000 (UTC) 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 5A78D9E4 for ; Tue, 10 Mar 2015 00:17:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t2A0HL8b032094 for ; Tue, 10 Mar 2015 00:17:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 198380] Can't install using MBR Date: Tue, 10 Mar 2015 00:17:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jason.unovitch@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2015 00:17:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198380 --- Comment #4 from jason.unovitch@gmail.com --- (In reply to Blake McBride from comment #3) Actually, what's with the 'freebsd-boot' partition with MBR? That's for bootstrap code and for GPT. What you would probably want it something like this for MBR. ada0 MBR adas1 #GB BSD adas1a freebsd-ufs #GB / adas1b freebsd-swap #GB none An FYI, getting to the root cause of the issue with MBR/GPT selection, the SVN log does say more work is needed but r277950 in HEAD [1] may be the future fix for using MBR where appropriate. [1] https://svnweb.freebsd.org/base?view=revision&revision=277950 Some general thoughts on the issue: - Using the wrong size or mount point in bsdinstall(8) gives a usable error message output. Using the wrong partition type is pretty darn vague. - The Handbook does mention partitions and give examples but it's all GPT focused [2]. And there is no big letters saying don't use freebsd-boot for MBR other than it being under sections that say it's a GPT example. Some details showing MBR would be helpful. [2] https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/bsdinstall-partitioning.html -- You are receiving this mail because: You are the assignee for the bug.