From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-148396-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 55AA71381F3
	for <garchives@archives.gentoo.org>; Tue,  2 Jul 2013 14:42:33 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4419AE0A76;
	Tue,  2 Jul 2013 14:42:29 +0000 (UTC)
Received: from mail-pd0-f180.google.com (mail-pd0-f180.google.com [209.85.192.180])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id EFAEFE0A5B
	for <gentoo-user@lists.gentoo.org>; Tue,  2 Jul 2013 14:42:27 +0000 (UTC)
Received: by mail-pd0-f180.google.com with SMTP id 10so3635306pdi.25
        for <gentoo-user@lists.gentoo.org>; Tue, 02 Jul 2013 07:42:26 -0700 (PDT)
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:references
         :in-reply-to:content-type:content-transfer-encoding;
        bh=vP+r0DI5UnO0E2WjIidhFn7u/+HKdSqCYPCEUWSJLU8=;
        b=n/agJ5t5j8QJQhcKG3lAIHQ2QQ+oHw4frVMyZL7WZdbaOOyqSNXzwk7MNWNztJOtgc
         vBNzqqXkbSYWcJpLfIEG7lCyYwT4zTY28pkJJO0dyU4kZp2pBZE9ggz6otrhGUgs8Qte
         qPAKiUA796H6/mganpbejs9zsBhas+FYG5K67ce2Yi8IgN0sekptHdfFYR+/yMhWHf3X
         mlheN84XcPGhGp2deaJBQbMOtt3V31MI4SKNMC0fm739H6av7aDlGVm1o4Trn1yrWD15
         Q4z1xzXxDzi5EOJbYNNMTPn39DStyFyDaWFWADrpkzy3LC+Q0YyiO9KnpF/3ql3IW1p8
         QT+Q==
X-Received: by 10.66.232.42 with SMTP id tl10mr28971861pac.159.1372776146858;
        Tue, 02 Jul 2013 07:42:26 -0700 (PDT)
Received: from [192.168.247.60] (76-10-185-197.dsl.teksavvy.com. [76.10.185.197])
        by mx.google.com with ESMTPSA id hu6sm21484461pbc.28.2013.07.02.07.42.24
        for <gentoo-user@lists.gentoo.org>
        (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
        Tue, 02 Jul 2013 07:42:25 -0700 (PDT)
Message-ID: <51D2E6CE.10803@gmail.com>
Date: Tue, 02 Jul 2013 07:42:22 -0700
From: Daniel Frey <djqfrey@gmail.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130131 Thunderbird/17.0.2
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: Can't find init due to inconsistent drive order
References: <kqstnb$n0l$1@ger.gmane.org> <kqunoe$ubb$1@ger.gmane.org>
In-Reply-To: <kqunoe$ubb$1@ger.gmane.org>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 26542443-f337-4420-bc60-8c6229c78edc
X-Archives-Hash: 3cbe2a4b2648a44da0360e00849f94e0

On 07/02/2013 07:23 AM, Grant Edwards wrote:
> On 2013-07-01, Grant Edwards <grant.b.edwards@gmail.com> wrote:
> 
> 
>  2) Unplug or power down the firewire drive when booting. 
> 

I had this problem on my Intel motherboard, and found out you can
disable booting from external drives. "Boot to removable devices" or
similar in the BIOS. Failing that, changing the boot order so that the
firewire/USB device is at the very end of the boot list may help your
situation.

> 
> Number 6 (fixing the kernel) is The Right Thing To Do(tm), but it's a
> bit out of scope for the momement.  The "early code" in the kernel
> obviously knows how to read partition tables and also knows about the
> relevent file system, so I'm a bit baffled why it can't look at the
> file system label.
>     

Is CONFIG_EDD set?

CONFIG_EDD:


                                                  Say Y or M here if you
want to enable BIOS Enhanced Disk Drive Services real mode BIOS calls to
determine which disk
BIOS tries boot from.  This information is then exported via sysfs.


Dan