From owner-freebsd-stable@FreeBSD.ORG Fri Dec 13 08:55:35 2013 Return-Path: Delivered-To: freebsd-stable@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 ESMTPS id CED738D0 for ; Fri, 13 Dec 2013 08:55:35 +0000 (UTC) Received: from mail-ea0-x22d.google.com (mail-ea0-x22d.google.com [IPv6:2a00:1450:4013:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 666B71367 for ; Fri, 13 Dec 2013 08:55:35 +0000 (UTC) Received: by mail-ea0-f173.google.com with SMTP id o10so715925eaj.32 for ; Fri, 13 Dec 2013 00:55:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=7eprloAaFCNjHp7hIgfoYOU+C5Z1le12PZCl0Jv/Re4=; b=PCPpcZ96F6q8YVkxKd4ixwKyFyVp2JeiQn8OPUxVtu+DeVgd3iv5gCvRgRmarSNIye KknQgV+huwxteZCnYRcYWngireLPu9QLdrbhTRudB+kFtiwGlMcGmEF7x/Puvu42gey2 BafGTMIitnwTQ3kGe2CHcZV/LkAJeZjXW5f5SaD8g57kKS9uCp1YvoHuCCW1jYvm50bN 9EsSmvigS61RMN6lS+3ieGqBXjXNdXTHnPNvQPe9aveoTd2UtLROWZShMv5iOSBULfBZ eK8fqJdeJLrCIJDaGbO60Z/CZLC197jZj8hzIfimD23j4C1/voSijB1SreJhqQ6UQUyw UabQ== X-Received: by 10.14.29.66 with SMTP id h42mr1637843eea.4.1386924933799; Fri, 13 Dec 2013 00:55:33 -0800 (PST) Received: from [192.168.1.129] ([193.173.55.180]) by mx.google.com with ESMTPSA id m1sm4357857eeg.0.2013.12.13.00.55.32 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 13 Dec 2013 00:55:32 -0800 (PST) Message-ID: <52AACB86.8090703@gmail.com> Date: Fri, 13 Dec 2013 09:55:34 +0100 From: Johan Hendriks User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-stable Subject: From 10 Beta4 to 10 RC1 lost gpt labels added by the installer Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Dec 2013 08:55:35 -0000 Hello all. I installed FreeBSD 10 Beta4 the day before the RC1 release and used the ZFS install option, all went well. I then downloaded the new source for 10 RC1 and did a buildworld. It rebooted, the machine booted fine only did it show an error regarding the swap space. I could not mount /dev/gpt/swap0 and /dev/gpt/swap1 In /etc/fstab i had the following lines # Device Mountpoint FStype Options Dump Pass# /dev/gpt/swap0 none swap sw 0 0 /dev/gpt/swap1 none swap sw 0 0 this did not work anymore, and i needed to add the glabels instead. /dev/diskid/DISK...... and so on. /dev/gpt was not there anymore. One more thing, i do not like the glabel option, is it possible to create an option to use gpt labels instead of glabel when creating the pool. I think glabel is just another layer which can cause trouble. Another thing when installed Beta4 is the fact that a zpool status shows the gptid's This is not a pretty sight, and i think that the installer needs to put the kern.geom.label.gptid.enable=0 in /boot/loader.conf when using the zfs option. The install went very smooth, and i really like it. Thanks all for the great work. regards Johan