Re: grub

Page principale

Répondre à ce message
Auteur: Patrick Dupre
Date:  
À: jeanluctux
CC: guilde
Sujet: Re: grub
>> Comment est-ce que vous comprenez ce comportement ?
>> J'ai 2 systemes identiques sur 2 disques differents:
>>
>> Je peux booter ainsi:
>>          root (hd0,7)
>>          kernel /boot/vmlinuz-2.6.23.17-88.fc7 ro root=/dev/sda8 rhgb quiet
>> selinux=0
>>          initrd /boot/initrd-2.6.23.17-88.fc7.img

>>
>> Mais pas ainsi (Error 2: Bad file or directory type)
>>          root (hd1,4)
>>          kernel /boot/vmlinuz-2.6.23.17-88.fc7 ro root=/dev/sdb5 rhgb quiet
>> selinux=0
>>          initrd /boot/initrd-2.6.23.17-88.fc7.img

>>
>>
>> Cependant je peux booter ainsi:
>>          root (hd0,7)
>>          kernel /boot/vmlinuz-2.6.23.17-88.fc7 ro root=/dev/sdb5 rhgb quiet
>> selinux=0
>>          initrd /boot/initrd-2.6.23.17-88.fc7.img

>>
>
> juste pour voir, est-ce que tu peux afficher ceci :
> prompt> cat /boot/grub/device.map

Good point,

(hd0)     /dev/sda


Il semble que hd1 soit manquant.

Si je le rajoute,
grun-install me donne une erreur:
grub-install --root-directory=/boot /dev/sda
The file /boot/boot/grub/stage1 not read correctly.

IL semblerait que je devrais faire un update-grub

mais je n'ai pas acces a cette commande (elle n'existe pas chez moi).

d'autre part, si je fais grub, puis:
root (hd1,4)

cela me donne:
Filesystem type is ext2fs, partition type 0x83

mais setup (hd0)
donne:
Checking if "/boot/grub/stage1" exists... no
Checking if "/grub/stage1" exists... no

Error 2: Bad file or directory type


alors que: find /boot/grub/stage1
donne (hd0,7),

Donc, il y a bien quelque chose qui ne va pas.
car /boot/grub/stage1 exite bien.

Comment je fais pour que grub trouve le bon stage1 (dois-je le
reconstruire ?)

Dans /etc/grub.conf, j'ai:
boot=/dev/sda




-- 
---
==========================================================================
  Patrick DUPRÉ                      |   |
  Department of Chemistry            |   |    Phone: (44)-(0)-1904-434384
  The University of York             |   |    Fax:   (44)-(0)-1904-432516
  Heslington                         |   |
  York YO10 5DD  United Kingdom      |   |    email: pd520@???
==========================================================================