From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1QVmRV-00064h-74 for mharc-grub-devel@gnu.org; Sun, 12 Jun 2011 11:19:13 -0400 Received: from eggs.gnu.org ([140.186.70.92]:35594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVmRS-00064b-Cl for grub-devel@gnu.org; Sun, 12 Jun 2011 11:19:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QVmRR-0004hG-23 for grub-devel@gnu.org; Sun, 12 Jun 2011 11:19:10 -0400 Received: from mail-yi0-f41.google.com ([209.85.218.41]:53660) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVmRQ-0004hC-S7 for grub-devel@gnu.org; Sun, 12 Jun 2011 11:19:08 -0400 Received: by yia13 with SMTP id 13so2262126yia.0 for ; Sun, 12 Jun 2011 08:19:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=OJibR3YKrZ1KGxeGv8TvMRlETuCUf1TzSQH7LIOLYsg=; b=AnPOU8N7dEg5zc05hMcMDpDKo+CugD5+UQJvQ4W0Yequ4x69GnYedlNVvI2Vi1abl+ N23lchmi9I4ofi9jTjHNkmGTXwmOtnSJ0SZGGG5mNIHIb9odGkTcJQxgHbkQp4Xs81yS +ox66JS86BXgVcWQvgQSlGrS8L9LMaepzlE74= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=nhI3rXKNqdn3Jt0CmaOlBMt3nQsHs97utmzDWjLFfvTayC1Cv+echH0rRRNAdCsL9e CSXHXr60s66WO4QiU41Pvem8DKe3JvaXHezyP1+HyOSnicN6e6AMSOfMEO9JYeM4+cQg uwJnSoWMUWAdPT9XQXWFG1ees8f0H9+8H4UMQ= Received: by 10.101.2.1 with SMTP id e1mr4055861ani.18.1307891948221; Sun, 12 Jun 2011 08:19:08 -0700 (PDT) Received: from [192.168.0.75] (cpe-72-181-111-242.satx.res.rr.com [72.181.111.242]) by mx.google.com with ESMTPS id i13sm1087111ano.44.2011.06.12.08.19.07 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 12 Jun 2011 08:19:07 -0700 (PDT) Message-ID: <4DF4D8EA.3020203@gmail.com> Date: Sun, 12 Jun 2011 10:19:06 -0500 From: Bruce Dubbs User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080722 SeaMonkey/1.1.11 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: grub 1.99 configuration References: <4DF4243D.4050108@gmail.com> <20110612124017.GD23533@riva.ucam.org> In-Reply-To: <20110612124017.GD23533@riva.ucam.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.218.41 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: Sun, 12 Jun 2011 15:19:12 -0000 Colin Watson wrote: > On Sat, Jun 11, 2011 at 09:28:13PM -0500, Bruce Dubbs wrote: >> grub-mkconfig -o /boot/grub/grub.cfg >> /usr/sbin/grub-probe: error: cannot stat `/dev/root' > > http://bugs.debian.org/627587 > > You can fix it by backporting r3318 from trunk: > > http://bazaar.launchpad.net/~vcs-imports/grub/grub2-bzr/revision/3318 > > The backport to 1.99 is not entirely straightforward. Here's a version > that works with 1.99: > > http://anonscm.debian.org/loggerhead/pkg-grub/trunk/grub/revision/2435/debian/patches/lazy_stat.patch Thanks for the info. I'll check it out. -- Bruce