Probleme grub assez génant

allyko Messages postés 1 Statut Membre -  
 christophe -
Bon voila j'ai recherché sur ce forum et je n'ai pas trouvé mon probleme, en fait quand j'install débian ( install minim!), tout se passe bien pendant l'installation sauf que au démarrage, il me met Grub loading stage 1.5 (quelquechose comme ca) puis
grub loading please wait....
Erreur 18

et il reste comme ca .....

voila on m'a parlé de sois-disant protection au niveau du bios, j'ai désativé donc "WARNING VIRUS" jai réinstallé mais rien n'y fait c'est toujours bloqué
Merci de votre help

:)

2 réponses

  1. boulet
     
    en clair ton bios supporte que tu boutes pas sur la premiere partition du disque
    tu dois mettre grub sur /dev/hda1
    2
    1. christophe
       
      Bonjour, j'ai le même problème, et j'ai parfaitement compris d'où il venait.

      Ma question concerne sa résolution :

      Comment puis-je changer la place du grub? il faut refaire une installation?

      Merci pour vos réponses!
      0
  2. gregregre
     
    http://www.commentcamarche.net/forum/affich-1847756-Probleme-grub-assez-g%E9nant
    tu aurrai au moin pu chercher
    premiere ligne = reponse

    6. Grub Error 18

    Situation

    Code Listing 6.1: Grub Output

    kernel (hd1,4)/bzImage root=/dev/hdb7

    Error 18: Selected cylinder exceeds max supported by BIOS

    Solution

    This error is returned when a read is attempted at a linear block address beyond the end of the BIOS translated area. This generally happens if your disk is larger than the BIOS can handle (512MB for (E)IDE disks on older machines or larger than 8GB in general).

    Try an update for your BIOS and/or move your boot partition to the front (or at least into the appropriate range).
    -1