Problème de boot [boot] - Linux et OS Alternatifs
Marsh Posté le 29-10-2005 à 23:08:38
tu as tenté de modifier interactivement le
rootnoverify(hd0,1)
jusqu'à ce que ca marche?
je veux dire:
rootnoverify(hd0,3)
rootnoverify(hd0,5)
rootnoverify(hd1,3)
etc...
sinon, je vois pas... peut etre vérifier l'intégrité de ta partition win sur un autre PC?
Marsh Posté le 30-10-2005 à 00:14:03
oui j'ai testé hd0,0 0,1 0,2 0,3 0,4 0,5 ....
sinon pour la partition je peu me balader dessus quand je boote sous nux, ou sur le cd de windows ...
Marsh Posté le 30-10-2005 à 09:33:08
Autre sujestion: essayer lilo?
Chez moi GRUB marche mais plusieurs potes ont des ennuis avec, et ils ont mis LILO (plus facile à configurer)...
Marsh Posté le 30-10-2005 à 22:07:49
mouai, je pourai ptetre éssayer
mais bon jusqu'à présent j'ai jamais eu de problèmes avec grub et j'ai toujours eu grub ...
Marsh Posté le 31-10-2005 à 18:16:32
bon ben c'est réparé ....
j'ai juste suprimé la nouvelle partition et voila
mais bon j'avai Dja mis 1.5Go dessus
Marsh Posté le 29-10-2005 à 20:33:58
Bonjour à tous
J'ai un multiboot fc3/WInXP
J'ai éffectué juste un petit changement dans mes partitions et maintenant je ne peu plus booter sous windows XP
(je poste ici parce que je ne pense pas que grub évoque beaucoup de choses a des windowsiens)
J'obtient cette érreur :
Erreur 13: Invalid or unsupported executable format
bref un peu plus de détails :
voila mes disques :
/dev/hda >
/dev/hdb >
( oui c'est un peu le bordel )
(pour ceux qui préfèrent en texte :
[root@bluebox ~]# fdisk -l /dev/hda
Disque /dev/hda: 122.9 Go, 122942324736 octets
255 têtes, 63 secteurs/piste, 14946 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
Périphérique Amorce Début Fin Blocs Id Système
/dev/hda1 2 13179 105852285 f W95 Etendu (LBA)
/dev/hda3 * 13180 13204 200812+ 82 Linux swap / Solaris
/dev/hda4 13205 14946 13992615 83 Linux
/dev/hda5 2 4729 37977628+ 7 HPFS/NTFS
/dev/hda6 4730 5099 2971993+ 83 Linux
/dev/hda7 5100 11851 54235408+ 7 HPFS/NTFS
/dev/hda8 11852 13179 10667128+ 83 Linux
[root@bluebox ~]# fdisk -l /dev/hdb
Disque /dev/hdb: 8455 Mo, 8455200768 octets
255 têtes, 63 secteurs/piste, 1027 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
Périphérique Amorce Début Fin Blocs Id Système
/dev/hdb1 1 13 104391 83 Linux
/dev/hdb2 * 14 397 3084480 83 Linux
/dev/hdb3 398 820 3397747+ 7 HPFS/NTFS
/dev/hdb4 821 1027 1662727+ f W95 Etendu (LBA)
/dev/hdb5 821 833 104391 82 Linux swap / Solaris
/dev/hdb6 834 1027 1558273+ 83 Linux
)
la modification en question c'est juste la création de /dev/hda8 dans l'espace libre qu'il y avai
mon windows est sur /dev/hda5 et la racine linux sur /dev/hda4
Mon grub.conf :
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd1,0)
# kernel /vmlinuz-version ro root=/dev/hda4
# initrd /initrd-version.img
#boot=/dev/hda
default=3
timeout=5
splashimage=(hd1,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.13-1.1532_FC4)
root (hd1,0)
kernel /vmlinuz-2.6.13-1.1532_FC4 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.13-1.1532_FC4.img
title Fedora Core (2.6.13)
root (hd1,0)
kernel /vmlinuz-2.6.13 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.13.img
title Fedora Core (2.6.13-1.1526_FC4)
root (hd1,0)
kernel /vmlinuz-2.6.13-1.1526_FC4 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.13-1.1526_FC4.img
title Fedora Core (2.6.12-1.1456_FC4)
root (hd1,0)
kernel /vmlinuz-2.6.12-1.1456_FC4 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.12-1.1456_FC4.img
title Fedora Core (2.6.12)
root (hd1,0)
kernel /vmlinuz-2.6.12 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.12.img
title Fedora Core (2.6.12-1.1447_FC4)
root (hd1,0)
kernel /vmlinuz-2.6.12-1.1447_FC4 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.12-1.1447_FC4.img
title Fedora Core (2.6.11-1.1369_FC4)
root (hd1,0)
kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.11-1.1369_FC4.img
title Windows XP
rootnoverify (hd0,1)
chainloader +1
j'ai éssayé (au cas ou)
de remplacer rootnoverify (hd0,1) par rootnoverify (hd0,4)
>>>
Err. lecture disque
Entrez Ctrl + Alt + Supr pour redémarrer
dernière chose, le boot loader est bien sur /dev/hda5 :
[root@bluebox ~]# dd if=/dev/hda5 bs=512 skip=1 count=1 | od -c | head -1
1+0 enregistrements lus.
1+0 enregistrements écrits.
0000000 005 \0 N \0 T \0 L \0 D \0 R \0 004 \0 $ \0
voili voilou
je ne sais pas trop quoi faire je vais commencer ç m'arracher les cheveux peut-être c'est le 2ème problème du genre qui me tombe dessus en 3 jour ^^ (j'avai résolu l'autre juste quelques heures plus tôt .... (problème de boot.ini) )
j'attend donc votre aide avec impatience