From owner-freebsd-questions@freebsd.org Sun Nov 27 15:01:03 2016 Return-Path: Delivered-To: freebsd-questions@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 1AEA1C5818D for ; Sun, 27 Nov 2016 15:01:03 +0000 (UTC) (envelope-from John.Kitz@xs4all.nl) Received: from lb3-smtp-cloud6.xs4all.net (lb3-smtp-cloud6.xs4all.net [194.109.24.31]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "*.xs4all.nl", Issuer "GlobalSign Domain Validation CA - SHA256 - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B63A7A5F for ; Sun, 27 Nov 2016 15:01:02 +0000 (UTC) (envelope-from John.Kitz@xs4all.nl) Received: from picard ([82.95.89.208]) by smtp-cloud6.xs4all.net with ESMTP id D2zo1u0084VixDu012zp4A; Sun, 27 Nov 2016 15:59:50 +0100 Reply-To: From: "John W. Kitz" To: References: <000301d24803$598b9f70$0ca2de50$@Kitz@xs4all.nl> <7aaaebe4-0416-9cec-1c44-37e2c67943c8@bananmonarki.se> In-Reply-To: <7aaaebe4-0416-9cec-1c44-37e2c67943c8@bananmonarki.se> Subject: RE: How do I get rid of "Root mount waiting for: GRAID-NVIDIA" messages during FreeBSD 11.0 boot sequence? Date: Sun, 27 Nov 2016 15:59:40 +0100 Message-ID: <000901d248be$e68d6d20$b3a84760$@Kitz@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AdJIEWj5FtFGTiCMRCW8tV+mY/Po7QArSFuQ Content-Language: en-us X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2016 15:01:03 -0000 Bernt, > > Because I wanted to do some quick tests with a bit of software I > installed FreeBSD 11.0 on a computer that is not being used. The > installation went fine, but the subsequent start-ups are all delayed > for about 20 - 30 seconds at some point during the boot sequence while > the following message is repeatedly displayed: "Root mount waiting for: GRAID-NVIDIA". > > Since the computer contains only one hard disk and is not configured > for RAID, I suspect that one disk came from other hardware which did > use RAID and that affects the way in which the disk works in the > system in which it is currently installed. > > Any suggestions how to get rid of these messages and the delay? > > Please cc any replies to me since I'm not normally subscribed to this > mailing list. > > Regards, Jk. > Man gpart, gpart delete. JKi: With your suggestion and the content of https://lists.freebsd.org/pipermail/freebsd-stable/2013-February/072224.html I fixed it. Thanks, Jk.