View previous topic :: View next topic |
Author |
Message |
fintan Apprentice
Joined: 06 Nov 2003 Posts: 150 Location: Dublin
|
Posted: Mon Jul 26, 2004 9:43 am Post subject: Gentoo handbook installing/upgrading the kernel |
|
|
Hi I was looking through the Gentoo handbook and was reading the part about doing a manual install of the kernel.
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=7#doc_chap3
After you copy the new kernel to the boot partition. What happens next?
What I mean is do you create a new initrd image, there is no clear step that I can see. If you look in the genkernel it says
Quote: | Once genkernel completes, a kernel, full set of modules and initial root disk (initrd) will be created. |
but for the manual install there's no clear step to how you create initrd for your kernel. I'm I missing something? Could someone point me in the right direction please. Thanks
fintan. |
|
Back to top |
|
|
pmjdebruijn Guru
Joined: 24 Jul 2003 Posts: 506 Location: Sittard, The Netherlands
|
Posted: Mon Jul 26, 2004 10:25 am Post subject: |
|
|
Well, genkernel generates a very modular kernel, which requires a init ram disk.
The manual more-or-less assumes when you compile your own kernel, you will compile in (not modular) the features you will surely need...
Good examples are:
- Filesystem support (either ext2,ext3,reiserfs,xfs,jfs)
- Support for your IDE chipset
- Support for your SCSI chipset
- Support for your USB chipset/HID keyboard support
When you do this you won't need a init ram disk.
Otherwise investigate 'mkinitrd'
Regards,
Pascal de Bruijn |
|
Back to top |
|
|
fintan Apprentice
Joined: 06 Nov 2003 Posts: 150 Location: Dublin
|
Posted: Mon Jul 26, 2004 10:31 am Post subject: |
|
|
Thanks drz I was a bit confussed about that. Does it work the same with the 2.6 series |
|
Back to top |
|
|
pmjdebruijn Guru
Joined: 24 Jul 2003 Posts: 506 Location: Sittard, The Netherlands
|
Posted: Mon Jul 26, 2004 10:35 am Post subject: |
|
|
As far as I know yes... |
|
Back to top |
|
|
|