From owner-freebsd-sysinstall@FreeBSD.ORG Thu Aug 29 21:04:24 2013 Return-Path: Delivered-To: freebsd-sysinstall@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E7E101AA for ; Thu, 29 Aug 2013 21:04:24 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A02FA2904 for ; Thu, 29 Aug 2013 21:04:21 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r7TL4Dux090565 for ; Thu, 29 Aug 2013 15:04:13 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r7TL4Dmp090562 for ; Thu, 29 Aug 2013 15:04:13 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 29 Aug 2013 15:04:13 -0600 (MDT) From: Warren Block To: freebsd-sysinstall@FreeBSD.org Subject: Bug in bsdinstall (fs found where not present) Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Thu, 29 Aug 2013 15:04:13 -0600 (MDT) X-BeenThere: freebsd-sysinstall@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Sysinstall Work List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 21:04:25 -0000 >From a 9.2-PRERELEASE snapshot, go into the shell, create a GPT disk layout with a bunch of partitions for filesystems and swap. Exit the shell and run the installer. Go through each partition setting a mount point. Tell bsdinstall to continue. It reports that the / partition has a preexisting filesystem (it does not, in fact; this disk had a mishmash of MBR and NTFS on it). Tell bsdinstall to continue anyway. It does, and then reports that it can't mount /dev/ada0p2 on /mnt, presumably because, contrary to the misleading and incorrect error message, there is no filesystem on there. The install fails, try again, entering all the mount points, and it will fail the same. Short term solution: newfs the / partition, so there really is a filesystem there for bsdinstall to detect and warn about. Then it works.