Koozali.org: home of the SME Server

reboot en CentOS

diltech

reboot en CentOS
« 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

Offline mmccarn

  • *
  • 2,653
  • +10/-0
reboot en CentOS
« Reply #1 on: June 24, 2007, 06:10:30 PM »
examinez le fichier /boot/grub/grub.conf.  Voici les contenus sur mon SME 7.1.3 presque-vierge:
Code: [Select]
#          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..

diltech

reboot en CentOS
« Reply #2 on: June 30, 2007, 07:47:36 PM »
Merci pour les informations