View previous topic :: View next topic |
Author |
Message |
mcsky2 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Monkey Island/Monkey_Island_-_Guybrush3.gif)
Joined: 25 Aug 2005 Posts: 312
|
Posted: Wed Nov 22, 2006 9:35 am Post subject: [kernel] system.map et config [resolu] |
|
|
Bonjour,
Je pose la question de savoir s'il faut ajouter le .config et le System.map dans /boot.
En effet dans la doc officielle de gentoo http://www.gentoo.org/doc/fr/handbook/handbook-x86.xml?part=1&chap=7, il ne parle pas de copier les fichiers config et system.map et dans une doc du wiki gentoo [url]http://fr.gentoo-wiki.com/HOWTO_Configurer_et_compiler_le_noyau [/url], ils les mettent (comme je l'ai toujours vu).
Ca fait un certain temps que je ne mets plus config et system.map dans /boot. Ca fonctionne.
Mais j'ai constaté qu'il arrivait parfois apres recompilation du meme noyau avec ajout de fonctions en dur dans le noyau, que le chargement au demarrage ne se fasse pas.
Merci pour vos explications
Last edited by mcsky2 on Wed Nov 22, 2006 2:06 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
_droop_ l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 30 May 2004 Posts: 957
|
Posted: Wed Nov 22, 2006 9:41 am Post subject: |
|
|
Salut,
Le fichier System.map n'est utile que si tu veux faire du déboguage noyau. Tu n'as surement pas besoin de le copier.
Pour le fichier config, on conseille souvent de le copier sur boot afin d'avoir une trace de la configuration noyau. Ce fichier peut être utilisé pour par exemple recompiler un nouveau noyau (make oldconfig). Ce n'est pas impératif de le mettre sur /boot. Tu peux très bien le laisser là où il est ou l'archiver ailleurs.
Pourton problème de chargement : pas tout compris là c'est un peu vague... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mcsky2 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Monkey Island/Monkey_Island_-_Guybrush3.gif)
Joined: 25 Aug 2005 Posts: 312
|
Posted: Wed Nov 22, 2006 10:53 am Post subject: |
|
|
Merci pour tes explications. Il y a aussi l'option "kernel .config support" dans le noyau
En ce moment, j'ai un souci avec bootplash qui fonctionnait bien avec le dernier noyau (2.6.17-r . J'ai change de noyau en 2.6.18-r2 en recopiant mon .config et en faisant un make oldconfig. Seulement voila il ne trouve pas le /dev/fb0 (frame buffer) qui est pourtant activer dans le noyau.
Code: | CONFIG_FB=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
# CONFIG_FB_TILEBLITTING is not set
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
CONFIG_FB_VESA=y
CONFIG_FB_VESA_STD=y
# CONFIG_FB_VESA_TNG is not set
CONFIG_VIDEO_SELECT=y |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mcsky2 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Monkey Island/Monkey_Island_-_Guybrush3.gif)
Joined: 25 Aug 2005 Posts: 312
|
Posted: Wed Nov 22, 2006 2:05 pm Post subject: |
|
|
J'ai résolu mon probleme, |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
truc Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/128604942846f4cd99d01cb.jpg)
Joined: 25 Jul 2005 Posts: 3199
|
Posted: Wed Nov 22, 2006 5:03 pm Post subject: |
|
|
super, et? si t'expliques pas j'vois pas l'interet de nous le dire? d'autres personnes (gens) pourraient très bien avoir le même problème. C'est comme ça que le forum fonctionne. _________________ The End of the Internet! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mcsky2 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Monkey Island/Monkey_Island_-_Guybrush3.gif)
Joined: 25 Aug 2005 Posts: 312
|
Posted: Thu Nov 23, 2006 2:18 pm Post subject: |
|
|
Désolé pour ma reponse rapide.
En fait j'ai change dans le Noyau l'option vesafb par vesafb-tng et ca m'a resolu mon probleme de bootsplash. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|