Koozali.org: home of the SME Server
Other Languages => Français => Topic started by: diltech on June 24, 2007, 11:04:50 AM
-
En redémarrant mon serveur j'ai taper un touche pour accèder à mon utilitaire SCSI et je me suis sur la page des options de démarrage.
Je ne sais pas quel touche j'ai fais mais je suis en CentOS et je ne sais pas comment retourné sur SME 7.1.3.
Merci
-
examinez le fichier /boot/grub/grub.conf. Voici les contenus sur mon SME 7.1.3 presque-vierge:
# kernel /vmlinuz-version ro root=/dev/main/root
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title SME Server (2.6.9-42.0.10.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-42.0.10.ELsmp ro root=/dev/main/root
initrd /initrd-2.6.9-42.0.10.ELsmp.img
title SME Server (2.6.9-42.0.10.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-42.0.10.EL ro root=/dev/main/root
initrd /initrd-2.6.9-42.0.10.EL.img
title SME Server (2.6.9-42.0.3.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-42.0.3.ELsmp ro root=/dev/main/root
initrd /initrd-2.6.9-42.0.3.ELsmp.img
title SME Server-up (2.6.9-42.0.3.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-42.0.3.EL ro root=/dev/main/root
initrd /initrd-2.6.9-42.0.3.EL.img
La ligne 'default...' indique le kernel qui va gagner la prochaine fois (et qui a gagne la derniere fois).
Les lignes 'title....' indiquent les choix que vous voyez quand vous tapez un touche en redamarrant le serveur..
-
Merci pour les informations