From owner-freebsd-stable@FreeBSD.ORG Thu Oct 9 07:35:11 2014 Return-Path: Delivered-To: stable@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 700F2B42 for ; Thu, 9 Oct 2014 07:35:11 +0000 (UTC) Received: from mail-qg0-f45.google.com (mail-qg0-f45.google.com [209.85.192.45]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F25C1DC for ; Thu, 9 Oct 2014 07:35:10 +0000 (UTC) Received: by mail-qg0-f45.google.com with SMTP id q107so832809qgd.4 for ; Thu, 09 Oct 2014 00:35:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=QugJWqUP3L6LYV4UXWeoxMt9bB9Uygdfu0nle6GflDg=; b=Kbrne4RypyzY+BPZA4ZcdXAMCyEypKwK/VOgO9qvHwTb7cX6EnZH1nRh16tjMBWGeB hi9FUGrdvCDh9mPrNsUE93UL8CaBNSI5JI/1OdCz9KxvjM4YwC43dV6MhhgwKpKB2R5J TZS8haIB9uZsEtDznPejJ8Q7/DZLRGQcAirYI0PUqg26gWJ7DT6HFSrV0QMCghipuAwt WYBW1G6exfbbLutDAyr990WXuSxnzv2g8aqpxhRMt1mX9E2Vc37mOzKpFq5IJZ6jBwOv RsfViL1LtA1UY6waJ0+Ts6mhC2I9KK1nJOVJ6vBt0ZwGxHkkF3mYs3Hounsad3qfNG2A 9UBg== X-Gm-Message-State: ALoCoQlGFw4DfjIJyBAo2u23uhyiznkATM93Kx/iCJUbRJcpoaQVJv6Xqf2Phj7XJBiuJ2qKZ0c9 MIME-Version: 1.0 X-Received: by 10.224.23.131 with SMTP id r3mr20950235qab.90.1412840103121; Thu, 09 Oct 2014 00:35:03 -0700 (PDT) Received: by 10.140.233.142 with HTTP; Thu, 9 Oct 2014 00:35:03 -0700 (PDT) In-Reply-To: <5433B56D.3060904@yandex.ru> References: <54332AC3.4090606@delphij.net> <5433B56D.3060904@yandex.ru> Date: Thu, 9 Oct 2014 10:35:03 +0300 Message-ID: Subject: Re: Booting from ZFS - fail. From: Stefan Lambrev To: "Andrey V. Elsukov" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: stable@freebsd.org, d X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2014 07:35:11 -0000 Hi, I have tried with 5G partitions: gpart add -s 5g -a 4k -t freebsd-zfs -l disk0 ada0 ( I have four disks with raidz) Same issue ... I'm little puzzled as I know people runnign the same configuration on same HW except the HDDs. Even firmware versions are the same. On Tue, Oct 7, 2014 at 12:42 PM, Andrey V. Elsukov wrote: > On 07.10.2014 11:14, Stefan Lambrev wrote: > > Hi, > > > > I have tested with a mirror from just 2x3TB HDDs but with no difference. > > Though the layout of the partitions was the same (e.g. the smallest > > partition I have tried is 2.7TB): > > > > gpart show ada0 (This is valid for all four disks) > > => 34 5860533101 ada0 GPT (2.7T) > > 34 6 - free - (3.0K) > > 40 512 1 freebsd-boot (256K) > > 552 5860532576 2 freebsd-zfs [bootme] (2.7T) > > 5860533128 7 - free - (3.5K) > > Hi, > > The problem might be in your BIOS, probably if you create ZFS pool on > small partitions, then it will boot. > > Also bootme/bootonce attributes work only with gptboot and freebsd-ufs > partitions. > > -- > WBR, Andrey V. Elsukov >