Pages : 1
#1 Le 05/01/2007, à 13:21
- polochr
[résolu]Error 22
Bonjour,
Je suis novice dans l'installation d'Ubuntu, donc voilà mon problème:
J'ai un disque HDD0 (hda1) où il ya XP Pro
un disque HDD1(hdb1) où j'ai installer Ubuntu edgy eft
Avant l'installation j'avais mis le HDD1 en first boot
Pendant, J'ai mis Grub sur HDD1
Installation correct mais au choix du boot quand je veux lancer Ubuntu: Error 22 No such partition
et error 13 pour lancer XP Pro.
En remettant HDD0 en first boot je démarre normalement sur XP Pro
Il y a eu déjà des questions et des réponses sur ce sujet mais je n'ai pas trouvé mon bonheur.
Si quelqu'un pouvait être assez pédagogue pour me faire comprendre.
Merci
Dernière modification par polochr (Le 08/01/2007, à 14:52)
Hors ligne
#2 Le 05/01/2007, à 20:41
- polochr
Re : [résolu]Error 22
C'est encore moi, j'ai trouvé la solution sur ce lien:
http://doc.ubuntu-fr.org/windows/mbr_2_disque_dur
Et ça marche! par contre, si quelqu'un pouvait me donner la solution pour mettre XP Pro en première position pour le multiboot de Grub ça ferait plaisir à ma petite famille!
Voici mon Grub:
## ## End Default Options ##
title Ubuntu, kernel 2.6.17-10-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/hdb1 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.17-10-generic
quiet
savedefault
boot
title Ubuntu, kernel 2.6.17-10-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/hdb1 ro single
initrd /boot/initrd.img-2.6.17-10-generic
boot
title Ubuntu, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title Microsoft Windows XP Professionnel
map (hd0) (hd1)
map (hd1) (hd0)
root (hd1,0)
savedefault
makeactive
chainloader +1
Merci
Hors ligne
#3 Le 06/01/2007, à 12:07
- polochr
Re : [résolu]Error 22
C'est de nouveau moi, j'ai trouvé la solution (toute simple), il suffit de mettre ce qui concerne XP Pro avant Ubuntu comme ci-dessous:
## ## End Default Options ##
title Microsoft Windows XP Professionnel
map (hd0) (hd1)
map (hd1) (hd0)
root (hd1,0)
savedefault
makeactive
chainloader +1
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
title Ubuntu, kernel 2.6.17-10-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/hdb1 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.17-10-generic
quiet
savedefault
boot
title Ubuntu, kernel 2.6.17-10-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/hdb1 ro single
initrd /boot/initrd.img-2.6.17-10-generic
boot
title Ubuntu, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet
boot
Si ça peut aider quelqu'un
@+
Hors ligne
#4 Le 08/01/2007, à 14:49
- Bobbybionic
Re : [résolu]Error 22
Bonjour
Pour passer ton message en [Résolu] :
Non à la vente liée. Non au monopole Windows.
Tous ensemble, refusons les logiciels préinstallés et tournons nous vers le libre.
http://bobbybionic.wordpress.com
Hors ligne
Pages : 1