Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 196916 - copy kernel to boot is not necessary, why is it there?
Summary: copy kernel to boot is not necessary, why is it there?
Status: RESOLVED DUPLICATE of bug 183346
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Docs Team
URL: http://www.gentoo.org/doc/en/kernel-u...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-24 12:18 UTC by Dan Coats
Modified: 2007-10-24 17:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Coats 2007-10-24 12:18:14 UTC
Currently the guide says..
# make && make modules_install
# mount /boot
# cp arch/i386/boot/bzImage /boot/bzImage-2.6.9-gentoo-r2

When to me it makes more since to have it something more informative like ...
_______________________________________________________________________________
# mount /boot
# make && make modules_install install
*Now your kernel is at /boot/vmlinuz.<your-kernel-version> with symlinking *done for you to vmlinuz and If one existed your old kernel is linked to as vmlinuz.old, Please confirm this with ls -al /boot
_________________________________________________________________________________

We help users on freenode do this every day, It seems to make more since. Is there some reason that I do not know about to have them copying it there?

Reproducible: Always
Comment 1 Dan Coats 2007-10-24 12:32:20 UTC
additionally we get questions like.
"when i do mount /boot it says cant find /boot in /etc/fstab"
so maybe it even makes more since to say it like..
_______________________________________________________________________________
**If your /boot partition is on a separate you need to mount it first. 
# mount /boot

**Then build and install your kernel.
# make && make modules_install install

**Now your kernel is at /boot/vmlinuz.<your-kernel-version> with symlinking
**done for you to vmlinuz and If one existed your old kernel is linked to as
**vmlinuz.old, Please confirm this with ls -al /boot
_________________________________________________________________________________
Comment 2 Dan Coats 2007-10-24 12:48:54 UTC
Works for me too , but that wasn't the point.
The point was to try to make the documentation work for more people, or at least be more simplified for those users still learning.
Comment 3 SpanKY gentoo-dev 2007-10-24 16:47:26 UTC
i think this has come up before (switching to `make install`), so try searching bugzilla to see if there's any visible history ...

i havent copied a kernel by hand in a long time because `make install` is so much easier
Comment 4 Jan Kundrát (RETIRED) gentoo-dev 2007-10-24 17:59:23 UTC
reopening for proper resolution
Comment 5 Jan Kundrát (RETIRED) gentoo-dev 2007-10-24 17:59:36 UTC

*** This bug has been marked as a duplicate of bug 183346 ***