From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qu8V7-00089r-GO for garchives@archives.gentoo.org; Thu, 18 Aug 2011 19:43:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D04C21C358; Thu, 18 Aug 2011 19:43:28 +0000 (UTC) Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53]) by pigeon.gentoo.org (Postfix) with ESMTP id B30D321C339 for ; Thu, 18 Aug 2011 19:42:31 +0000 (UTC) Received: by fxd23 with SMTP id 23so1865159fxd.40 for ; Thu, 18 Aug 2011 12:42:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Yzs+GPQjIg4zz+NhJFfztVr4s7RQcTZlVg44OwPpF0k=; b=hBvGeJTjT5itSBd4eKN4QpcLJqHH8GLP/R7Kj+8F1Z2AqGrqOUMyZR+LC2C3Be1CfS lWmVt5X+wlGzhqVPmFvAYoVd3xE9OU6mRD9AMWn/a8XBlXAedsB+qzz2eJPvwQkHVu8q lFN5VNsz0Ylg2eEHX+EOJlVV7iXA6VGFNAg+4= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.223.5.6 with SMTP id 6mr1585001fat.45.1313696550914; Thu, 18 Aug 2011 12:42:30 -0700 (PDT) Received: by 10.223.104.83 with HTTP; Thu, 18 Aug 2011 12:42:30 -0700 (PDT) In-Reply-To: <20cf305e2551c4d75e04aacc9602@google.com> References: <20cf3040ea1c3470b704aacc78ba@google.com> <20cf305e2551c4d75e04aacc9602@google.com> Date: Thu, 18 Aug 2011 15:42:30 -0400 Message-ID: Subject: Re: Re: Re: [gentoo-user] /dev/sda* missing at boot From: Michael Mol To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: X-Archives-Hash: 72ca273c7a2b0313a0504b9469e95694 On Thu, Aug 18, 2011 at 3:26 PM, wrote: > Em 18/08/2011 16:17, frares@gmail.com escreveu: > > Forgot to say: I am able to boot the LiveCD and chroot to that partition. > > Now checking the kernel configuration, there's only SATA_ACARD_AHCI set up > as a module, everything else AHCI is included in the kernel. Don't forget to check your BIOS. You might also consider enabling "SCSI-generic (disk)", which would catch ide-emulated disks and put a scsi interface around them in the kernel. (That'd be an emulation layer on top of an emulation layer, though, so far less than ideal) Finally, check that it's coming up as "/dev/sda" and not something like "/dev/sdb". The initial scrolling of kernel messages might tell you what devices were detected and what names they were given. -- :wq