View previous topic :: View next topic |
Author |
Message |
Drakula n00b
Joined: 04 Feb 2004 Posts: 4
|
Posted: Wed Feb 04, 2004 10:26 am Post subject: Genkernel - install |
|
|
Heloo, i tried to install gentoo via Live CD. I failed at page 13. from install manulal. There is command genkernel - when i tried to use it, its give me only all possibles commad with genkernel. And similar it is when i tried to use genkernel gentoo-sources. Help me . Thanks. |
|
Back to top |
|
|
lamekain Guru
Joined: 25 Nov 2003 Posts: 331 Location: Helsinki, Finland
|
Posted: Wed Feb 04, 2004 10:37 am Post subject: |
|
|
strange... does it output anything, like errors, etc? _________________ "Only when the last tree has died, the last river been poisoned,
and the last fish been caught, will we realize we cannot eat money"
-Global Terrorism.org |
|
Back to top |
|
|
Drakula n00b
Joined: 04 Feb 2004 Posts: 4
|
Posted: Wed Feb 04, 2004 10:54 am Post subject: |
|
|
lamekain wrote: | strange... does it output anything, like errors, etc? |
No, it work like anything with parametr --help, output is all posible commands like genkernel all ......... |
|
Back to top |
|
|
lamekain Guru
Joined: 25 Nov 2003 Posts: 331 Location: Helsinki, Finland
|
Posted: Wed Feb 04, 2004 10:58 am Post subject: |
|
|
So you have done everything the manual told you? Emerged the sources, changed the chroot, and so on? _________________ "Only when the last tree has died, the last river been poisoned,
and the last fish been caught, will we realize we cannot eat money"
-Global Terrorism.org |
|
Back to top |
|
|
Drakula n00b
Joined: 04 Feb 2004 Posts: 4
|
Posted: Wed Feb 04, 2004 11:03 am Post subject: |
|
|
yes |
|
Back to top |
|
|
lgatto n00b
Joined: 04 Feb 2004 Posts: 2 Location: Brussels, Belgium
|
Posted: Wed Feb 04, 2004 11:27 am Post subject: |
|
|
If you install gentoo through GRP, you need indeed to run
# genkernel
Nevertheless, if you use a recent genkernel version, if you have downloaded it for exemple (through emerge sync), run
# genkernel all
Hope that helps,
cheers _________________ Laurent
___
enjoy the penguin |
|
Back to top |
|
|
lamekain Guru
Joined: 25 Nov 2003 Posts: 331 Location: Helsinki, Finland
|
Posted: Wed Feb 04, 2004 11:30 am Post subject: |
|
|
I found this somewhere on the forums: Code: | emerge sync
emerge -kD portage
emerge sync
emerge -kD gentoo-sources
emerge -kD /usr/portage/sys-kernel/genkernel/genkernel-1.8.ebuild
genkernel |
Also you might want to see this topic: https://forums.gentoo.org/viewtopic.php?t=124530
If nothing works you can always compile the kernel "manually". It is not hard at all and you get to understand the procedure better, than with genkernel. + The docs are excelent -> take a look at README in /usr/src/linux _________________ "Only when the last tree has died, the last river been poisoned,
and the last fish been caught, will we realize we cannot eat money"
-Global Terrorism.org |
|
Back to top |
|
|
Aman9090 Apprentice
Joined: 04 Nov 2003 Posts: 234
|
Posted: Wed Feb 04, 2004 1:31 pm Post subject: |
|
|
No.
All you have to do is read the above. If you emerged genkernel and downloaded it then you should run 'genkernel all' because this searches and configs all possible modules/kernels installed, instead of searching for the default one, which is what just 'genkernel' does.
I used genkernel all and it worked great for me. But I did this on my laptop..
PS: If you really want more configurability, I _HIGHLY_ recommend manually configuring the kernel so that you get more usability, customizability, and performance. Also, boot times will be slower with genkernel.
Hope this helps. |
|
Back to top |
|
|
Drakula n00b
Joined: 04 Feb 2004 Posts: 4
|
Posted: Wed Feb 04, 2004 7:23 pm Post subject: |
|
|
I tried genkernel all - i works... but another thinks didnt..
1) in inatall manual is genkarnel 1.4 but in Live CD is 3.0.1_beta9
2) command make dep && make clean bzImage modules modules_install gives me error. output is: no rule to make target 'dep'
3) etc-update give me also some errors, it asked me if he may update something or something like this.
4) install gentoo failed
I should unplugged network cable to dont allow hin to download new files from net. |
|
Back to top |
|
|
recoco.zhang n00b
Joined: 20 Jan 2004 Posts: 53
|
Posted: Fri Feb 06, 2004 6:30 am Post subject: |
|
|
Drakula wrote: | I tried genkernel all - i works... but another thinks didnt..
1) in inatall manual is genkarnel 1.4 but in Live CD is 3.0.1_beta9
2) command make dep && make clean bzImage modules modules_install gives me error. output is: no rule to make target 'dep'
3) etc-update give me also some errors, it asked me if he may update something or something like this.
4) install gentoo failed
I should unplugged network cable to dont allow hin to download new files from net. |
just use
make clean bzImage modules modules_install |
|
Back to top |
|
|
|