From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from <gentoo-user+bounces-66219-garchives=archives.gentoo.org@gentoo.org>) id 1I6Vjt-0007qm-J2 for garchives@archives.gentoo.org; Thu, 05 Jul 2007 18:07:38 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l65I6Ir4013765; Thu, 5 Jul 2007 18:06:18 GMT Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l65I1JQ3007803 for <gentoo-user@lists.gentoo.org>; Thu, 5 Jul 2007 18:01:20 GMT Received: by wa-out-1112.google.com with SMTP id k34so3484211wah for <gentoo-user@lists.gentoo.org>; Thu, 05 Jul 2007 11:01:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=QdazfeL8GVeKZ+qiBzfdCjhBLUD5BV55Ob+Ke0Y+tBjoIGYwVuo/KvaY6uWEj97ZsbR3YWzxVcOOWGkUXfDV9B3P0rKE0ETfnRgyc7FNdltIZduM3eH5pN/OLOij54Zuenp5Q4ipgwF35eAX5Nik4sLMrSj+9twsqqbLceV03mg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=uMgArYDvigW0GtmBoZCqrbpbP48exMraW6L3CzbJZjopex8wc1Z8SndJZfAkZ5QULY//ewG6L3WmTWzAdVcAqeHMw/FtalkcAwDl7bHkTnbwfIx85D9hMfdibtcBpj2sGRBIvYTDtDqGQkM2qT+ewUipJQmZe88pBwbDILL6mEE= Received: by 10.114.126.1 with SMTP id y1mr8423217wac.1183658478428; Thu, 05 Jul 2007 11:01:18 -0700 (PDT) Received: by 10.114.153.1 with HTTP; Thu, 5 Jul 2007 11:01:18 -0700 (PDT) Message-ID: <6dc3c33d0707051101k7ec836c8k1e956ed14bbf88ca@mail.gmail.com> Date: Thu, 5 Jul 2007 14:01:18 -0400 From: "Don Jerman" <djerman@pobox.com> Sender: djerman3@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] about grub In-Reply-To: <200707051446.06207.dirk.heinrichs.ext@nsn.com> 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 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7593aeb0707050451t6cb72b1fqef84e512cbdec14@mail.gmail.com> <200707051411.50868.dirk.heinrichs.ext@nsn.com> <b98a192a0707050525h5d84fc69nf164fc69e7e6405f@mail.gmail.com> <200707051446.06207.dirk.heinrichs.ext@nsn.com> X-Google-Sender-Auth: 8e5a5e1dcbef38cb X-Archives-Salt: 6ef639b6-aa53-4f88-a42f-11099d5dfd5a X-Archives-Hash: ef3bf11c16ec02ac26de82324ee926b6 On 7/5/07, Dirk Heinrichs <dirk.heinrichs.ext@nsn.com> wrote: [...] > As I wrote in my first answer to this thread (which somehow didn't make it > to the list, yet), the problem is (IMHO) with /boot not beeing mounted at > all. > Yes, if you followed the Gentoo install instructions closely /boot is not mounted during normal operation, so if you install a new kernel it will write /boot/grub/grub.conf (or /boot/grub/menu.lst) to your root partition, not your boot partition. Grub is instructed to use (hd0,0) or whatever your particular boot partition is, so it's not going to see the /boot directory on your root partition - mount /boot and re-install the new kernel version and it'll probably boot fine. Then you can clean up the version of /boot that's on your root partition (verify that /boot is not mounted first!). -- gentoo-user@gentoo.org mailing list