From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Vkzyb-0008Vf-CI for mharc-grub-devel@gnu.org; Mon, 25 Nov 2013 12:29:37 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkzyT-0008Ud-NJ for grub-devel@gnu.org; Mon, 25 Nov 2013 12:29:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VkzyN-0004ay-5W for grub-devel@gnu.org; Mon, 25 Nov 2013 12:29:29 -0500 Received: from mail-lb0-x229.google.com ([2a00:1450:4010:c04::229]:53460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkzyM-0004a3-UZ for grub-devel@gnu.org; Mon, 25 Nov 2013 12:29:23 -0500 Received: by mail-lb0-f169.google.com with SMTP id y6so3560619lbh.0 for ; Mon, 25 Nov 2013 09:29:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=31XmZQGkl/3hSoCPJaL7VQ3FqlZsV78DeMO7caM+0vc=; b=rAFsljZXyVBaU3baqjTeF6BxUHy7c3N07cuK36zCP/S5Rafn0ZskFiNigfm/TN5jnM 6JLIkrIWfpB+ZoDO90iLgf4/w8+XaiSA1XTsLLCWvfzH2180JRsxZKd3E+9ESUeCZinq H0BYOFGCHfbHQ5tBc4PEdYCcp8rJmvKRlJPAxNFoJ2rvJfJdpYy4Z7vXXVSp2xcurlpE h8pUdnHlY7/wUnDRSxC3hxpqQ2wIr7YYWsQ7jFcCdQXYmndfydtSg+YeH9U69SE4kGFf 6IfbnG30XRA0V44Z0u6F6kD7XJBXhfB4I7MNzTcpUzd4cvJzPL1oTd23qiCX1hT80UYy Mcyw== X-Received: by 10.112.190.106 with SMTP id gp10mr2027315lbc.37.1385400561205; Mon, 25 Nov 2013 09:29:21 -0800 (PST) Received: from opensuse.site (ppp91-76-170-113.pppoe.mtu-net.ru. [91.76.170.113]) by mx.google.com with ESMTPSA id r7sm38737114lbo.5.2013.11.25.09.29.20 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 25 Nov 2013 09:29:20 -0800 (PST) Date: Mon, 25 Nov 2013 21:29:17 +0400 From: Andrey Borzenkov To: The development of GNU GRUB Subject: Re: grub2 boot root-on-zfs errors Message-ID: <20131125212917.278aba02@opensuse.site> In-Reply-To: References: <20131124190855.1ffc1147@opensuse.site> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::229 Cc: zaphod@berentweb.com X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 17:29:36 -0000 В Mon, 25 Nov 2013 13:08:45 +0200 Beeblebrox пишет: > * grub-mkconfig does not detect an ubuntu linux (btrfs) install on separate HDD. Detection of other systems is implemented outside of grub2; it is done by os-prober. grub-mkconfig will launch os-prober if it is found and interpret its output, that's all. It is done as part of /etc/grub.d framework, so any custom code is possible instead of os-prober.