Fedora Grub
Résolu/Fermé
Creutzou
Messages postés
550
Date d'inscription
lundi 17 mai 2010
Statut
Membre
Dernière intervention
30 mai 2013
-
Modifié par Creutzou le 7/09/2011 à 11:49
Creutzou Messages postés 550 Date d'inscription lundi 17 mai 2010 Statut Membre Dernière intervention 30 mai 2013 - 8 sept. 2011 à 09:48
Creutzou Messages postés 550 Date d'inscription lundi 17 mai 2010 Statut Membre Dernière intervention 30 mai 2013 - 8 sept. 2011 à 09:48
3 réponses
Bonjour,
Lors d'une mise à jour du noyau Linux, Fedora conserve un certain nombre d'anciennes versions du kernel. C'est pour permettre de booter sur un ancien kernel fonctionnel au cas où le nouveau ait un problème qui empêche le démarrage.
Si tu n'as pas fait de manip particulière, la mise à jour configure Grub pour te faire démarrer par défaut sur le kernel le plus récent. Donc tu n'as pas à t'occuper de cette liste.
Lors d'une mise à jour du noyau Linux, Fedora conserve un certain nombre d'anciennes versions du kernel. C'est pour permettre de booter sur un ancien kernel fonctionnel au cas où le nouveau ait un problème qui empêche le démarrage.
Si tu n'as pas fait de manip particulière, la mise à jour configure Grub pour te faire démarrer par défaut sur le kernel le plus récent. Donc tu n'as pas à t'occuper de cette liste.
jeanbi
Messages postés
15118
Date d'inscription
samedi 9 décembre 2006
Statut
Contributeur
Dernière intervention
6 février 2023
2 182
7 sept. 2011 à 17:35
7 sept. 2011 à 17:35
bonjour,
et il est possible de configurer le nombre de kernel à garder
/etc/yum.conf
de plus il suffit d'editer
/boot/grub/grub.conf
pour eviter l'apparition de l'entrée celle ci restant toujours dispo suffit d'enlever le #
a+
et il est possible de configurer le nombre de kernel à garder
/etc/yum.conf
[main] cachedir=/var/cache/yum/$basearch/$releasever keepcache=0 debuglevel=2 logfile=/var/log/yum.log exactarch=1 obsoletes=1 gpgcheck=1 plugins=1 installonly_limit=3 ----> ce chiffre indique que le nombre de kernel conservé # This is the default, if you make this bigger yum won't see if the metadata # is newer on the remote and so you'll "gain" the bandwidth of not having to # download the new metadata and "pay" for it by yum not having correct # information. # It is esp. important, to have correct metadata, for distributions like # Fedora which don't keep old packages around. If you don't like this checking # interupting your command line usage, it's much better to have something # manually check the metadata once an hour (yum-updatesd will do this). # metadata_expire=90m # PUT YOUR REPOS HERE OR IN separate files named file.repo # in /etc/yum.repos.d
de plus il suffit d'editer
/boot/grub/grub.conf
# grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/sdb5 # initrd /initrd-[generic-]version.img #boot=/dev/sdb default=0 timeout=5 splashimage=(hd0,0)/grub/splash1.xpm.gz hiddenmenu title Fedora (2.6.40.4-5.fc15.x86_64) root (hd0,0) kernel /vmlinuz-2.6.40.4-5.fc15.x86_64 ro root=UUID=9ca2863a-bfe0-43f2-9911-17a8bd4a6a6d rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=fr_FR.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=fr-latin9 rhgb quiet initrd /initramfs-2.6.40.4-5.fc15.x86_64.img ----tu mets un # devant les lignes --- #title Fedora (2.6.40.3-0.fc15.x86_64) # root (hd0,0) # kernel /vmlinuz-2.6.40.3-0.fc15.x86_64 ro root=UUID=9ca2863a-bfe0-43f2-9911-17a8bd4a6a6d rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=fr_FR.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=fr-latin9 rhgb quiet #initrd /initramfs-2.6.40.3-0.fc15.x86_64.img title Fedora (2.6.40-4.fc15.x86_64) root (hd0,0) kernel /vmlinuz-2.6.40-4.fc15.x86_64 ro root=UUID=9ca2863a-bfe0-43f2-9911-17a8bd4a6a6d rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=fr_FR.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=fr-latin9 rhgb quiet initrd /initramfs-2.6.40-4.fc15.x86_64.img title mandriva rootnoverify (hd0,7) chainloader +1 title debian rootnoverify (hd1,0) chainloader +1
pour eviter l'apparition de l'entrée celle ci restant toujours dispo suffit d'enlever le #
a+
Creutzou
Messages postés
550
Date d'inscription
lundi 17 mai 2010
Statut
Membre
Dernière intervention
30 mai 2013
30
8 sept. 2011 à 09:48
8 sept. 2011 à 09:48
hum dak, mais je vais le laisser tel quel.
C'etait juste par curiosité ;)
C'etait juste par curiosité ;)
Creutzou
Messages postés
550
Date d'inscription
lundi 17 mai 2010
Statut
Membre
Dernière intervention
30 mai 2013
30
7 sept. 2011 à 12:05
7 sept. 2011 à 12:05
dak'o dak, je te remercie !