Salut à tous,

Je viens d'installer une Fedora 13 toute fraiche et je doit dire que c'est une très bonne distrib.
Cependant j'ai un soucis avec Grub, lorsque je demarre sur other je reçois le message :
BOOTMGR Abscent
ctrl+alt+suppr pour redemarrer
Voici ce que me donne un fdisk -l :
Disque /dev/sda: 500.1 Go, 500107862016 octets
255 têtes, 63 secteurs/piste, 60801 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identifiant de disque : 0x2111549a

Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 1 192 1536000 27 Inconnu
La partition 1 ne se termine pas sur une frontière de cylindre.
/dev/sda2 * 192 30593 244193280 7 HPFS/NTFS
/dev/sda3 30594 53152 181205167+ 7 HPFS/NTFS
/dev/sda4 53153 60802 61443072 5 Etendue
/dev/sda5 53153 53216 512000 83 Linux
/dev/sda6 53217 60802 60929024 8e Linux LVM

Disque /dev/dm-0: 30.2 Go, 30165434368 octets
255 têtes, 63 secteurs/piste, 3667 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identifiant de disque : 0x00000000

Le disque /dev/dm-0 ne contient pas une table de partition valide

Disque /dev/dm-1: 6274 Mo, 6274678784 octets
255 têtes, 63 secteurs/piste, 762 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identifiant de disque : 0x00000000

Le disque /dev/dm-1 ne contient pas une table de partition valide

Disque /dev/dm-2: 25.9 Go, 25937575936 octets
255 têtes, 63 secteurs/piste, 3153 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identifiant de disque : 0x00000000

Le disque /dev/dm-2 ne contient pas une table de partition valide
La premiére partition correspond surement à une partition de restauration (ou la fameuse partition cachée de Seven :-o)
Le boot de Seven devrais être sur sda2 qui est la partition du Système Windows.
Sda3 est une partition de Data.

Mon grub.conf (original)
# 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 (hd0,4)
# kernel /vmlinuz-version ro root=/dev/mapper/VolGroup-lv_root
# initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,4)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.33.6-147.2.4.fc13.x86_64)
root (hd0,4)
kernel /vmlinuz-2.6.33.6-147.2.4.fc13.x86_64 ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=fr_FR.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=fr-latin9 rhgb quiet
initrd /initramfs-2.6.33.6-147.2.4.fc13.x86_64.img
title Fedora (2.6.33.3-85.fc13.x86_64)
root (hd0,4)
kernel /vmlinuz-2.6.33.3-85.fc13.x86_64 ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=fr_FR.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=fr-latin9 rhgb quiet
initrd /initramfs-2.6.33.3-85.fc13.x86_64.img
title Other
rootnoverify (hd0,1)
chainloader +1
J'ai essayé de mettre makeactive sans succés.

Merci de votre aide parceque là je séche un peu.

Anthony
Salut,
Essaie de mettre rootnoverify (hd0,0) pour Other, en général c'est sur la 1ère partition ( sda1 ) que boote Seven...

Vas voir là :http://thpc.info/dual/win7/, bcp d'infos sur le multiboot ... 🙂
Salut,

J'avais déja essayé et ça n'avais pas marché.
Mais là j'ai retenté ce que tu ma dit avec le makeactive que j'avais déja rajouté.
Donc ce qui donne un grub.conf comme ceci :
# 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 (hd0,4)
# kernel /vmlinuz-version ro root=/dev/mapper/VolGroup-lv_root
# initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,4)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.33.6-147.2.4.fc13.x86_64)
root (hd0,4)
kernel /vmlinuz-2.6.33.6-147.2.4.fc13.x86_64 ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=fr_FR.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=fr-latin9 rhgb quiet
initrd /initramfs-2.6.33.6-147.2.4.fc13.x86_64.img
title Fedora (2.6.33.3-85.fc13.x86_64)
root (hd0,4)
kernel /vmlinuz-2.6.33.3-85.fc13.x86_64 ro root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=fr_FR.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=fr-latin9 rhgb quiet
initrd /initramfs-2.6.33.3-85.fc13.x86_64.img
title Other
rootnoverify (hd0,0)
makeactive
chainloader +1
Donc avec ce grub.conf ça marche parfaitement.

Merci beaucoup
Je ne trouve pas comment marqué le sujet resolu.
Si vous pouvez m'expliqué :-D

Merci
tonio351 wrote:Je ne trouve pas comment marqué le sujet resolu.
Si vous pouvez m'expliqué :-D

Merci
Si un modérateur passe par ici, il le fera peut-être. Toi, tu ne peux pas. 🙂

Effectivement, il fallait la ligne makeactive. J'avais pas vu que tu l'avais supprimée... quoi que, chez moi, en multiboot XP- F13 et F12, je n'ai pas makeactive pour Windows et ça fonctionne :
# 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 (hd0,1)
#          kernel /vmlinuz-version ro root=/dev/sda3
#          initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=3
timeout=10
#splashimage=(hd0,1)/grub/splash.xpm.gz
#splashimage=(hd0,1)/grub/splash12.xpm.gz
splashimage=(hd0,1)/grub/77942-wolf.xpm.gz
#splashimage=(hd0,1)/grub/74733-linux-splash.xpm.gz
#hiddenmenu
title Fedora 13 (2.6.33.6-147.2.4.fc13.x86_64)
    root (hd0,1)
    kernel /vmlinuz-2.6.33.6-147.2.4.fc13.x86_64 ro root=UUID=ccb762e7-e5d8-437d-927c-eb33b8fc0432 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=fr_BE.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=be-latin1 rhgb rdblacklist=nouveau nomodeset vga=0x37B quiet
    initrd /initramfs-2.6.33.6-147.2.4.fc13.x86_64.img
title Fedora 13 (2.6.33.6-147.fc13.x86_64)
    root (hd0,1)
    kernel /vmlinuz-2.6.33.6-147.fc13.x86_64 ro root=UUID=ccb762e7-e5d8-437d-927c-eb33b8fc0432 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=fr_BE.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=be-latin1 rhgb rdblacklist=nouveau nomodeset vga=0x37B quiet
    initrd /initramfs-2.6.33.6-147.fc13.x86_64.img
title Fedora 13 (2.6.33.5-124.fc13.x86_64)
    root (hd0,1)
    kernel /vmlinuz-2.6.33.5-124.fc13.x86_64 ro root=UUID=ccb762e7-e5d8-437d-927c-eb33b8fc0432 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=fr_BE.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=be-latin1 rhgb rdblacklist=nouveau nomodeset vga=0x37B quiet
    initrd /initramfs-2.6.33.5-124.fc13.x86_64.img
title Windows XP Pro SP3
    rootnoverify (hd0,0)
    chainloader +1
    #savedefault
title Fedora 12 (2.6.32.14-127.fc12.x86_64)
    root (hd0,6)
    kernel /vmlinuz-2.6.32.14-127.fc12.x86_64 ro root=UUID=153209cc-13f0-468a-a86f-cde5b4e112cd  LANG=fr_FR.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=be-latin1 rhgb vga=0x37B quiet
    initrd /initramfs-2.6.32.14-127.fc12.x86_64.img
title Fedora 12 (2.6.32.16-141.fc12.x86_64)
    root (hd0,6)
    kernel /vmlinuz-2.6.32.16-141.fc12.x86_64 ro root=UUID=153209cc-13f0-468a-a86f-cde5b4e112cd  LANG=fr_FR.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=be-latin1 rhgb vga=0x37B quiet
    initrd /initramfs-2.6.32.16-141.fc12.x86_64.img
title Fedora 12 (2.6.32.16-150.fc12.x86_64)
    root (hd0,6)
    kernel /vmlinuz-2.6.32.16-150.fc12.x86_64 ro root=UUID=153209cc-13f0-468a-a86f-cde5b4e112cd  LANG=fr_FR.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=be-latin1 rhgb vga=0x37B quiet
    initrd /initramfs-2.6.32.16-150.fc12.x86_64.img
[root@localhost ~]# fdisk -l

Disque /dev/sda: 500.1 Go, 500107862016 octets
255 têtes, 63 secteurs/piste, 60801 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identifiant de disque : 0x526f8fb1

Périphérique Amorce  Début        Fin      Blocs     Id  Système
/dev/sda1               1        7649    61440561    7  HPFS/NTFS
/dev/sda2   *        7650        7681      257040   83  Linux
/dev/sda3            7682       11505    30716280   83  Linux
/dev/sda4           11506       60801   395970120    5  Etendue
/dev/sda5           11506       12015     4096543+  82  Linux swap / Solaris
/dev/sda6           12016       14565    20482843+  83  Linux
/dev/sda7           14566       14603      305203+  83  Linux
/dev/sda8           14604       18427    30716248+  83  Linux
/dev/sda9           18428       23526    40957686   83  Linux
/dev/sda10          23527       23558      257008+  83  Linux
/dev/sda11          23559       28657    40957686   83  Linux

Disque /dev/sdb: 500.1 Go, 500107862016 octets
255 têtes, 63 secteurs/piste, 60801 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identifiant de disque : 0x000a362f

Périphérique Amorce  Début        Fin      Blocs     Id  Système
/dev/sdb1               1       60801   488384001    5  Etendue
/dev/sdb5               1        1306    10490382    b  W95 FAT32
/dev/sdb6            1307        4570    26218048+   7  HPFS/NTFS
/dev/sdb7            4571       11750    57673318+   7  HPFS/NTFS
/dev/sdb8           11751       24804   104856223+   7  HPFS/NTFS
[root@localhost ~]#
Bon, l'important est que ça fonctionne chez toi aussi !!! :pint:
oui c'est sur tout baigne maintenant 😉
Merci pour ton aide
Petite remarque, tu as sûrement marqué «Other» dans le menu de ton Grub ? Dans le fichier modifie ça par «Windows Seven» si ça te chante, ou ce que tu veux, c'est juste plus jolie 😉.
koshie wrote:Petite remarque, tu as sûrement marqué «Other» dans le menu de ton Grub ? Dans le fichier modifie ça par «Windows Seven» si ça te chante, ou ce que tu veux, c'est juste plus jolie 😉.
On peut faire des tas de modifications dans le grub.conf ...! Il est paramétrable à souhait ! 8-)
@koshie : En fait c'est other par défaut mais c'est vrai que je pourrait mettre Windows Seven pourquoi pas.
En tout cas elle bien cette Fedora. Le pilote libre pour les radeon à beaucoup progressé, je peux lire une video x264 1080p sans problème. Par contre pas de son sur hdmi j'ai donc installé les driver proprio en akmod et là ça marche mais avec tous les problème du catalyst :-P. Tearing, problème de re-dessin qui ne sait fait pas correctement (il faut juxtaposer une fenêtre pour forcer la méthode repaint ^^) et plymouth qui n'apprécie pas trop catalyst. Mais bon avec AMD je commence à être habitué 😉.
Après test avec les catalyst 10.7 et compiz activé, il n'y a pas de tearing. Alors là c'est vraiment un grand jour même si c'est au prix des problèmes de rafraichissement.
un mois plus tard
Bonjour,

J'ai le même problème. J'ai installé Windows 7 sur mon premier DD puis j'ai installé Fedora 13 sur mon second DD. Au démarage, lorsque je sélectionne Windows, il me met le message "bootmgr absent, tapez ctrl+alt+suppr pour redémarrer". J'ai suivi vos conseils, mais toujours pareil. Voici mon menu.lst
# 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 (hd0,0)
# kernel /vmlinuz-version ro root=/dev/mapper/vg_d1016-lv_root
# initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=20
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.34.6-54.fc13.i686.PAE)
root (hd0,0)
kernel /vmlinuz-2.6.34.6-54.fc13.i686.PAE ro root=/dev/mapper/vg_d1016-lv_root rd_LVM_LV=vg_d1016/lv_root rd_LVM_LV=vg_d1016/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=fr_FR.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=fr-latin9 rhgb quiet
initrd /initramfs-2.6.34.6-54.fc13.i686.PAE.img
title Windows 7
rootnoverify (hd1,0)
makeactive
chainloader +1
~
Essaye :

title Windows 7
map (hd1) (hd0)
map (hd0) (hd1)
rootnoverify (hd1,0)
makeactive
chainloader +1

( Clause map pour grub )
Oui mais alors il faut modifier la déclaration

rootnoverify (hd1,0)

en

rootnoverify (hd0,0)

puisque le mappage est fait avant.
Je viens de modifier mon menu.lst comme me l'a conseillé liho :
title Windows 7
map (hd1) (hd0)
map (hd0) (hd1)
rootnoverify (hd1,0)
makeactive
chainloader +1
Mais ça donne le même résultat.

J'ai ensuite modifié le rootnoverify en (hd0,0) comme me l'a conseillé nouvo09
title Windows 7
map (hd1) (hd0)
map (hd0) (hd1)
rootnoverify (hd0,0)
makeactive
chainloader +1
Et là ça me donne une autre erreur :

Error 13 : invalid or unsupported executable format :s.

J'espère que ma partition n'est pas partie en l'air ?
nb91 wrote:J'ai ensuite modifié le rootnoverify en (hd0,0) comme me l'a conseillé nouvo09
Remets le comme il était avant et essaie d'inverser les disques ?
Dans ce cas alors il faut commenter les lignes des directives map:
#map (hd1) (hd0)
#map (hd0) (hd1)

Ca donne quel résultat ?
nouvo09 wrote:
nb91 wrote:J'ai ensuite modifié le rootnoverify en (hd0,0) comme me l'a conseillé nouvo09
Remets le comme il était avant et essaie d'inverser les disques ?
Dans ce cas alors il faut commenter les lignes des directives map:
#map (hd1) (hd0)
#map (hd0) (hd1)

Ca donne quel résultat ?
J'ai remis rootnoverify (hd1,0) et cela me remet le message "bootmgr absent, tapez ctrl+alt+suppr pour redémarrer". Si je mets rootnoverify (hd0,1), j'ai "Error 13 : invalid or unsupported executable format". J'ai fait tout cela en commentant les deux lignes que tu m'as demandé de commenter.
Je dis peut être une bêtise (cela fait longtemps que je n'utilise plus windows) mais le message "bootmgr absent" n'indique-t-il pas que c'est windows seven qui a des soucis?...
Si c'est le cas, bidouiller grub ne sert pas à grand chose.
chepioq wrote:Je dis peut être une bêtise (cela fait longtemps que je n'utilise plus windows) mais le message "bootmgr absent" n'indique-t-il pas que c'est windows seven qui a des soucis?...
Si c'est le cas, bidouiller grub ne sert pas à grand chose.
Je ne pense pas que ce soit une bêtise, chepioq ! 😉 😉 😉
Fifi wrote:
chepioq wrote:Je dis peut être une bêtise (cela fait longtemps que je n'utilise plus windows) mais le message "bootmgr absent" n'indique-t-il pas que c'est windows seven qui a des soucis?...
Si c'est le cas, bidouiller grub ne sert pas à grand chose.
Je ne pense pas que ce soit une bêtise, chepioq ! 😉 😉 😉
Euuh... le posteur initial a résolu son problème sans toucher à sa partition Windows, ça prouve bien qu'avoir ce message n'implique pas avoir des problèmes avec son Windows... non?
J'ai dépanné un XP déjà en copiant ce fichier BOOTMGR à la racine du disque C.

Mais seven n'est pas xp et sans voir la bête de près dur d'être formel.