Option d'amorcage

Résolu
ancyte Messages postés 63 Date d'inscription   Statut Membre Dernière intervention   -  
ancyte Messages postés 63 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour,

Depuis hier en démarrant mon PC, j'ai plus d'options d'amorçage qu'avant. Avant j'avais mandriva powerpack et mandriva mode degradé et maintenant en plus j'ai 2 "desktop" avec des chiffres derrière. En recherchant un peu, j'ai lu qu'il fallait booter avec le DVD et utiliser rescue. Mais 2 questions: est-ce qu'il y a des risques? et pourquoi est-ce que j'ai ces deux amorçage en plus? Je dois aussi ajouter que mon système est beaucoup plus lent.
Configuration: Mac OS X
Safari 525.20.1

8 réponses

  1. kiki
     
    Bonsoir,

    S'il y a eu des mises ç jour du noyau (quelle qu'en soit la raison), ils s'ajoutent dans le menu de GRUB. En effet s'il y a un prtoblème quelconque, vous pourrez toujours démarrer sur l'ancienne configuration. C'est trés utile dans le cas ou l'on configure et compile soit même son propre noyau.

    Cordialement,
    0
    1. ancyte Messages postés 63 Date d'inscription   Statut Membre Dernière intervention  
       
      merci de votre réponse, j'ai réinstaller le boot 5il semble que ce soit avec grub) mais rien n'y fait j'ai toujours mes é amorcages en plus: ils commencent par desktop des chiffres puis .mnb je crois. Je ne vois pas comment m'en débarasser
      0
  2. jeanbi Messages postés 15399 Date d'inscription   Statut Contributeur Dernière intervention   2 383
     
    bonjour,
    mais ta distri demmarre , si oui un petit
    cat /boot/grub/menu.lst
    nous renseignera .
    a+
    0
    1. ancyte Messages postés 63 Date d'inscription   Statut Membre Dernière intervention  
       
      Voilà ce que j'obtiens:
      timeout 10
      color black/cyan yellow/cyan
      gfxmenu (hd0,0)/boot/gfxmenu
      default 0

      title linux
      kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=11392a88-d72b-4764-a4b8-4326a0c5234d resume=/dev/sda5 splash=silent vga=788
      initrd (hd0,0)/boot/initrd.img

      title linux-nonfb
      kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=11392a88-d72b-4764-a4b8-4326a0c5234d resume=/dev/sda5
      initrd (hd0,0)/boot/initrd.img

      title failsafe
      kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=11392a88-d72b-4764-a4b8-4326a0c5234d failsafe
      initrd (hd0,0)/boot/initrd.img

      title desktop 2.6.24.4-1mnb
      kernel (hd0,0)/boot/vmlinuz-2.6.24.4-desktop-1mnb BOOT_IMAGE=desktop_2.6.24.4-1mnb root=UUID=11392a88-d72b-4764-a4b8-4326a0c5234d resume=/dev/sda5 splash=silent vga=788
      initrd (hd0,0)/boot/initrd-2.6.24.4-desktop-1mnb.img

      title desktop 2.6.24.7-1mnb
      kernel (hd0,0)/boot/vmlinuz-2.6.24.7-desktop-1mnb BOOT_IMAGE=desktop_2.6.24.7-1mnb root=UUID=11392a88-d72b-4764-a4b8-4326a0c5234d resume=/dev/sda5 splash=silent vga=788
      initrd (hd0,0)/boot/initrd-2.6.24.7-desktop-1mnb.img

      Mais attention je débute... Au fait maintenant je n'ai plus de probleeme de lenteur.
      0
  3. jeanbi Messages postés 15399 Date d'inscription   Statut Contributeur Dernière intervention   2 383
     
    bonjour,
    je vois rien d'extraordinaire !!
    la tu boot sur
    title linux
    en console
    uname -r
    pour savoir quel kernel est utilise
    a+
    0
    1. ancyte Messages postés 63 Date d'inscription   Statut Membre Dernière intervention  
       
      Mais comment je peux faire me débarasser de ces 2 options d'amorçage " desktop.x.x.x...mnb? Pourquoi est-ce qu'elles sont apparues?
      0
  4. Lu cioL Messages postés 412 Statut Membre 3
     
    si tu veux les enlever (bien que cela ne dérange en rien pour le lancement de Mandriva) tu vas dans configuration de l'ordinateur , puis dans boot, ensuite configuration boot systeme, tu clique sur suivant sans rien changer et normalement tu arrive sur ton menu d'amorçage et tu n'as plus qu'à enlever ce qu'il ne te plait sans bien sur enlever le boot principal ;-) ou alors tu peux aussi les renommer.
    Personnellement moi je les ais laissés vu qu'il boot tout seul sur la derniére mise à jour du systéme
    0
  5. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  6. jeanbi Messages postés 15399 Date d'inscription   Statut Contributeur Dernière intervention   2 383
     
    re,
    avant de les enlever repond à mon message ..
    a+
    0
  7. ancyte Messages postés 63 Date d'inscription   Statut Membre Dernière intervention  
     
    unam r me donne:
    2.6.24.7-desktop-1mnb
    0
  8. jeanbi Messages postés 15399 Date d'inscription   Statut Contributeur Dernière intervention   2 383
     
    re,
    et ben tu peux ouvrir le fichier
    en root
    kedit /boot/grub/menu.lst
    timeout 10
    color black/cyan yellow/cyan
    gfxmenu (hd0,0)/boot/gfxmenu
    default 0
    
    title linux
    kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=11392a88-d72b-4764-a4b8-4326a0c5234d resume=/dev/sda5 splash=silent vga=788
    initrd (hd0,0)/boot/initrd.img
    
    title linux-nonfb
    kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=11392a88-d72b-4764-a4b8-4326a0c5234d resume=/dev/sda5
    initrd (hd0,0)/boot/initrd.img
    
    title failsafe
    kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=11392a88-d72b-4764-a4b8-4326a0c5234d failsafe
    initrd (hd0,0)/boot/initrd.img
    
    title desktop 2.6.24.4-1mnb
    kernel (hd0,0)/boot/vmlinuz-2.6.24.4-desktop-1mnb BOOT_IMAGE=desktop_2.6.24.4-1mnb root=UUID=11392a88-d72b-4764-a4b8-4326a0c5234d resume=/dev/sda5 splash=silent vga=788
    initrd (hd0,0)/boot/initrd-2.6.24.4-desktop-1mnb.img
    
    title desktop 2.6.24.7-1mnb
    kernel (hd0,0)/boot/vmlinuz-2.6.24.7-desktop-1mnb BOOT_IMAGE=desktop_2.6.24.7-1mnb root=UUID=11392a88-d72b-4764-a4b8-4326a0c5234d resume=/dev/sda5 splash=silent vga=788
    initrd (hd0,0)/boot/initrd-2.6.24.7-desktop-1mnb.img 

    et tu le reecris comme cela , les lignes ne vont plus apparaitre mais tu pourra toujours y avoir acces en cas de soucis.
    timeout 10
    color black/cyan yellow/cyan
    gfxmenu (hd0,0)/boot/gfxmenu
    default 0
    
    title linux
    kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=11392a88-d72b-4764-a4b8-4326a0c5234d resume=/dev/sda5 splash=silent vga=788
    initrd (hd0,0)/boot/initrd.img
    
    #title linux-nonfb
    #kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=11392a88-d72b-4764-a4b8-4326a0c5234d resume=/dev/sda5
    #initrd (hd0,0)/boot/initrd.img
    
    title failsafe
    kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=11392a88-d72b-4764-a4b8-4326a0c5234d failsafe
    initrd (hd0,0)/boot/initrd.img
    
    #title desktop 2.6.24.4-1mnb
    #kernel (hd0,0)/boot/vmlinuz-2.6.24.4-desktop-1mnb BOOT_IMAGE=desktop_2.6.24.4-1mnb root=UUID=11392a88-#d72b-4764-a4b8-4326a0c5234d resume=/dev/sda5 splash=silent vga=788
    #initrd (hd0,0)/boot/initrd-2.6.24.4-desktop-1mnb.img
    
    #title desktop 2.6.24.7-1mnb
    #kernel (hd0,0)/boot/vmlinuz-2.6.24.7-desktop-1mnb BOOT_IMAGE=desktop_2.6.24.7-1mnb root=UUID=11392a88-d72b-4764-a4b8-4326a0c5234d resume=/dev/sda5 splash=silent vga=788
    #initrd (hd0,0)/boot/initrd-2.6.24.7-desktop-1mnb.img 

    a+
    0
  9. ancyte Messages postés 63 Date d'inscription   Statut Membre Dernière intervention  
     
    Super ca marche merci
    0