From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-90153-garchives=archives.gentoo.org@lists.gentoo.org>) id 1LTlQR-0002ck-B4 for garchives@archives.gentoo.org; Sun, 01 Feb 2009 23:08:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38984E0341; Sun, 1 Feb 2009 23:08:26 +0000 (UTC) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.175]) by pigeon.gentoo.org (Postfix) with ESMTP id E8283E0341 for <gentoo-user@lists.gentoo.org>; Sun, 1 Feb 2009 23:08:25 +0000 (UTC) Received: by wf-out-1314.google.com with SMTP id 29so1253257wff.10 for <gentoo-user@lists.gentoo.org>; Sun, 01 Feb 2009 15:08:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=8Ot4EYKZVzpK6iv5XhMDR6SE1Jyf1T9KSi77ukbP9hU=; b=DAfAThUHl49Cyfzt8v3J51ezeKBcBBv2fVaEmpPHHUNioLZoKdgCtChMTWgZf6EUeW 0w0N/kPs8cuohjfAwh3xayPE5d9x21dmcV9UL9YwNO2RpNOZHFS8rzcMrxW/OeOsOB1W /BH56ykcVmqw7ufT0Gar7W4Bbv7Vs25RSMj0g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=k7tNGbo3n8VnFLgn90tbkdTeMiAHZ3OxEMgWxzlBpraBnxz/Aigj1ci2RXNypYTLsb TEUiUp58OlFsWZ/GDNSXvzTlOOqxCo+QWTbrDC1G4j0T5iXZEXddqVl433Fl3gZ5uZdE c9xqoOASryu+4uGBzVxYCEb7mP06U8MKHgKDg= 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 Received: by 10.142.50.6 with SMTP id x6mr500322wfx.270.1233529705549; Sun, 01 Feb 2009 15:08:25 -0800 (PST) In-Reply-To: <49861C4D.6010505@gmail.com> References: <49850BBC.9060302@gmail.com> <200902010347.51639.volkerarmin@googlemail.com> <498614F3.6070208@konstantinhansen.de> <5bdc1c8b0902011337u5b4b4c66j5fcbcc3db779ae8b@mail.gmail.com> <49861C4D.6010505@gmail.com> Date: Sun, 1 Feb 2009 15:08:25 -0800 Message-ID: <5bdc1c8b0902011508k1f8f710cm950c0daf7f520651@mail.gmail.com> Subject: Re: [gentoo-user] When did bzImage move? From: Mark Knecht <markknecht@gmail.com> To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: de132090-02aa-44b1-b353-124bb36e2701 X-Archives-Hash: 5acb4561ecf88e8feb432b5166c99299 On Sun, Feb 1, 2009 at 2:03 PM, Dale <rdalek1967@gmail.com> wrote: > Mark Knecht wrote: >> On Sun, Feb 1, 2009 at 1:32 PM, KH <gentoo-user@konstantinhansen.de> wrote: >> >>> Volker Armin Hemmann schrieb: >>> >>>> On Sonntag 01 Februar 2009, Dale wrote: >>>> >>>> >>>>> Hi, >>>>> >>>>> I just rebuilt a newer kernel and noticed something. It seems bzImage >>>>> has moved from arch/i386/boot/bzImage to arch/x86/boot/bzImage. When >>>>> did this happen? Is x86 the same as i386? >>>>> >>>>> >>>> yes. They merged the '386' and the amd64/x86_64 architecture into x86. >>>> >>>> And it happend a couple of kernel versions ago. >>>> >>>> >>> I am running amd64 using 2.6.27-gentoo-r8 and in arch there still is x86 >>> an x86_64. Am I doing anything wrong or did I just missanderstand you? >>> >>> kh >>> >> >> cd in there and look around. x86_64 only has a boot directory and when >> you look at the bzImage file in it you find it's a link to >> ../../x86/boot/bzImage so what's happening is all the files are under >> x86 but if you say 'I built AMD64' and do cp arch/x86_64/boot/bzImage >> you are really getting the file under x86. >> >> Hope this helps, >> Mark >> >> >> > > Well, when I tried to copy the old way, it just copied the link itself, > then when I looked in /boot, it was red and really upset. I had to copy > the kernel with Konqeror to get it into /boot, after finding the stupid > thing. Don't get mad at me, every time I copied it it was a broken > link. Sometimes you got to do what you got to do. :/ > > Dale > > :-) :-) > Dale, There isn't a reason in the world why I'd get mad at you! :-)))) I guess I'm not sure I know what you mean by 'when I tried to copy it the old way'. I think my kernel management is far less sophisticated than what I'm reading the real Linux guys here do. I'm embarrased to say that the only thing in my /boot directory is a bunch of bzImage files and a grub subdirectory. I have nothing else. Basically I build the kernel using make && make modules_install and then copy the kernel by hand using cp arch/x86_64/boot/bzImage /boot/bzImage-2.6.27-gentoo-r8 or whatever the kernel is. I add that to grub.conf and I'm done. works for me. Possibly you've done more or less the same thing but using i386 instead of x86_64 or x86? I think the i386/boot/bzImage file has actually been a link to the x86 directory for awhile now. I looked in an older 2.6.23 kernel on this machine and found an i386 directory but didn't in the 2.6.24 kernel so I guess that's when things changed. Hope this helps, Mark