From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-69429-garchives=archives.gentoo.org@gentoo.org>) id 1IVefS-00069q-KB for garchives@archives.gentoo.org; Thu, 13 Sep 2007 02:42:59 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l8D2YVDe016516; Thu, 13 Sep 2007 02:34:31 GMT Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.225]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l8D2UBCT011872 for <gentoo-user@lists.gentoo.org>; Thu, 13 Sep 2007 02:30:13 GMT Received: by nz-out-0506.google.com with SMTP id s18so311183nze for <gentoo-user@lists.gentoo.org>; Wed, 12 Sep 2007 19:30:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=Mwy3rRjB+xvC5QCl3kyJ/4Pb+9L4esWrwzuxP6L96sI=; b=JZ5ZlGmOU6FdS9ui/kBKEPxwb560j7BNlI3+y4pRoAwSVGtpln+H09tTUZ5mRaDG1DZ6EG1Cb65qewQ52wi4eCHgBeN/UX66wJrfu7WM0YwHjlGM167mTG4wi9Gv3+aARMq3LIaZZji/vf9SohnTafSzm4L7D6pr3ehG9vmB/G8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=pLnYrnXzYId9FTWTM2uHQsUFO7mVAUO3Rz1lPP/8u3j4dzjgJ04yyfOunPBQDuaWwyIEecaz1k/RahdsbB0tguGGKJ2LN9d1EqFl7O34bp24l4p2INdIG58jOj62vrF4ZhvRFMI8cIxFdoovRT5Ecrrxu/XN2zGyQ73uXeJliok= Received: by 10.65.204.7 with SMTP id g7mr473795qbq.1189650610840; Wed, 12 Sep 2007 19:30:10 -0700 (PDT) Received: from ?192.168.1.106? ( [24.36.7.237]) by mx.google.com with ESMTPS id f18sm4573234qba.2007.09.12.19.30.05 (version=SSLv3 cipher=RC4-MD5); Wed, 12 Sep 2007 19:30:05 -0700 (PDT) Message-ID: <46E8A0A8.2010905@gmail.com> Date: Wed, 12 Sep 2007 21:30:00 -0500 From: Colleen Beamer <colleen.beamer@gmail.com> User-Agent: Thunderbird 2.0.0.4 (X11/20070624) Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Boot situation References: <46E40A8F.6000809@gmail.com> <200709120001.32331.benno.schulenberg@gmail.com> <46E7DEB8.605@gmail.com> <200709122117.09470.benno.schulenberg@gmail.com> <2db4be990709121354v3b07c774g9297804f78297bc1@mail.gmail.com> <20070912165042.49531c73@pascal.spore.ath.cx> In-Reply-To: <20070912165042.49531c73@pascal.spore.ath.cx> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 325ee8c6-dcdb-4e9e-89a7-b5d086e1cb27 X-Archives-Hash: 7cdb5a6f83b325c05ff3efdaa421a05f Dan Farrell wrote: > On Wed, 12 Sep 2007 16:54:01 -0400 > "Colleen Beamer" <colleen.beamer@gmail.com> wrote: > >> I used fdisk - deleted all the partitions, created the new partition >> table and created file systems on them. I can read data from the >> drive - any text file that I can "cat" displays fine. I just can't >> get the drive recognized when I boot to the system. > > this means one of three things > 1- no driver for your IDE interface > which could also be a module that you need from initrd but > isn't there; additionally, perhaps a hardware management process > that the cd uses isn't available and the driver is never loaded My hard drive is a *SATA* and I have build all SATA stuff into the kernel. If you haven't read previous messages in this thread, I had a perfectly good working gentoo installation on my laptop until a couple of days ago, when I got upset with my son, went to boot my computer and hit the "Media Direct" button instead of the power button. So if there is no driver available for my system, how come I had a working installation before? > 2- no support for the Filesystem in question in your kernel I use ext2 for boot and ext3 for root. They are both build into the kernel. M > 3- incorrect specification of root filesystem or partition in fstab or > grub.conf. This includes specifying an incorrect device > (sda1 from new PATA experimental drivers, when it's hda1 on > your system, for example) As previously stated, I had a working installation before and real_root=/dev/sda3 worked just fine. > > I don't think there's anything else that could cause the problem. Can > we see fstab and grub.conf to make sure please? I can send both, but I don't know why that should be necessary. They aren't any different from when I had a good install of gentoo. Regards, Colleen -- Registered Linux User #411143 with the Linux Counter, http://counter.li.org -- gentoo-user@gentoo.org mailing list