Pages : 1
#1 Le 19/08/2005, à 22:28
- Thiby
Grub et windows
Boujour a tous
comme tous les ptits nouveaux j ai un probleme ....
je n arrive pas a rebooter mon Xp
Voici /grub/menu.lst
title Ubuntu, kernel 2.6.10-5-amd64-k8 Default
root (hd0,0)
kernel /vmlinuz root=/dev/sda6 ro console=tty0 quiet splash
initrd /initrd.img
savedefault
boot
title Ubuntu, kernel 2.6.10-5-amd64-k8 Default (recovery mode)
root (hd0,0)
kernel /vmlinuz root=/dev/sda6 ro console=tty0 single
initrd /initrd.img
savedefault
boot
title Ubuntu, kernel 2.6.10-5-amd64-k8
root (hd0,0)
kernel /vmlinuz-2.6.10-5-amd64-k8 root=/dev/sda6 ro console=tty0 quiet splash
initrd /initrd.img-2.6.10-5-amd64-k8
savedefault
boot
title Ubuntu, kernel 2.6.10-5-amd64-k8 (recovery mode)
root (hd0,0)
kernel /vmlinuz-2.6.10-5-amd64-k8 root=/dev/sda6 ro console=tty0 single
initrd /initrd.img-2.6.10-5-amd64-k8
savedefault
boot
title Ubuntu, kernel memtest86+
root (hd0,0)
kernel /memtest86+.bin
savedefault
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
title 101 Xp
rootnoverify (hd0,1)
savedefault
makeactive
chainloader +1
voici fdsik -l
Disk /dev/sda: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 61 489951 83 Linux
/dev/sda2 62 14946 119563762+ f W95 Ext'd (LBA)
/dev/sda5 62 635 4610623+ 7 HPFS/NTFS
/dev/sda6 636 1209 4610623+ 83 Linux
/dev/sda7 1210 1846 5116671 83 Linux
/dev/sda8 1847 2035 1518111 82 Linux swap / Solaris
/dev/sda9 2036 3861 14667313+ 83 Linux
/dev/sda10 3862 5259 11229403+ 7 HPFS/NTFS
/dev/sda11 5260 7808 20474811 7 HPFS/NTFS
/dev/sda12 7809 14946 57335953+ 7 HPFS/NTFS
Disk /dev/hdb: 13.6 GB, 13664550912 bytes
255 heads, 63 sectors/track, 1661 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 1660 13333918+ 7 HPFS/NTFS
Voila donc sur sda5 et sur hdb1 il y a Xp
Je voudrais pouvoir booter sda5 mais pas possible ...
J ai une premiere partitions /Boot
J ai installer d'aborb Xp puis Ubuntu et il n a pas retrouvé Xp a l'installation
Merci bcp pour vos conseils
ps j aurai plein d'autres questions plus tard mais commencons par le début
Thiby 101
Hors ligne
#2 Le 20/08/2005, à 09:22
- keyes
Re : Grub et windows
Déjà ta partition sur le disque SCSI contenant Windows doit être bootables et ce n'est pas le cas.
Pour les scsi et Grub je ne pourrais pas t'aider beaucoup j'y connais rien du tout par contre pour /dev/hdb1
dans ton menu.lst remplace
title 101 Xp
rootnoverify (hd0,1)
savedefault
makeactive
chainloader +1
par
title 101 Xp
rootnoverify (hd1,0)
savedefault
makeactive
chainloader +1
Pour le scsi tu peux toujours essayer
rootnoverify (hd0,4)
Pour rendre les partitions bootables:
$ sudo cfdisk /dev/sda
Sélectionne sda5 et appuis sur entrée à "Make bootable".
Hors ligne
#3 Le 21/08/2005, à 21:38
- Thiby
Re : Grub et windows
merci pour la reponse
mais pas moyen alors j ai tout reinstaller et
"impossible de copier Grub sur Hd0" .............
alors j ai desinstaller Ubuntu
et remis l'AUTRE sur C:\ :/:/
je vais essayer de reinstaller Ubuntu sur la 2e partitions primaire
une prochaine fois
en esperant arriver a un dual boot qui fonctionne
Thiby 101
Hors ligne
Pages : 1