Windows pas reconnu par Grub
Résolu/Fermé
A voir également:
- Windows pas reconnu par Grub
- Cle usb non reconnu - Guide
- Windows ne démarre pas - Guide
- Clé windows 10 gratuit - Guide
- Montage video windows - Guide
- Windows 10 gratuit - Accueil - Mise à jour
71 réponses
PeterPeterPeter
Messages postés
202
Date d'inscription
jeudi 17 juillet 2008
Statut
Membre
Dernière intervention
22 juin 2010
30
1 août 2008 à 17:16
1 août 2008 à 17:16
cat /boot/grub/menu.lst
ça donne quoi dans un term ?
Utilisateur anonyme
1 août 2008 à 17:18
1 août 2008 à 17:18
Hello,
voici ce que ça mets :
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 5
# Pretty colours
color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/hdb2 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,1)
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(single-user) single
# altoptions=(single-user mode) single
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## ## End Default Options ##
title Debian GNU/Linux, kernel 2.6.18-6-686
root (hd0,1)
kernel /boot/vmlinuz-2.6.18-6-686 root=/dev/hdb2 ro
initrd /boot/initrd.img-2.6.18-6-686
savedefault
title Debian GNU/Linux, kernel 2.6.18-6-686 (single-user mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.18-6-686 root=/dev/hdb2 ro single
initrd /boot/initrd.img-2.6.18-6-686
savedefault
### END DEBIAN AUTOMAGIC KERNELS LIST
voici ce que ça mets :
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 5
# Pretty colours
color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/hdb2 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,1)
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(single-user) single
# altoptions=(single-user mode) single
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## ## End Default Options ##
title Debian GNU/Linux, kernel 2.6.18-6-686
root (hd0,1)
kernel /boot/vmlinuz-2.6.18-6-686 root=/dev/hdb2 ro
initrd /boot/initrd.img-2.6.18-6-686
savedefault
title Debian GNU/Linux, kernel 2.6.18-6-686 (single-user mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.18-6-686 root=/dev/hdb2 ro single
initrd /boot/initrd.img-2.6.18-6-686
savedefault
### END DEBIAN AUTOMAGIC KERNELS LIST
PeterPeterPeter
Messages postés
202
Date d'inscription
jeudi 17 juillet 2008
Statut
Membre
Dernière intervention
22 juin 2010
30
1 août 2008 à 17:20
1 août 2008 à 17:20
Oky donc c'est normal, sur quelle partition est ton windows ?
Utilisateur anonyme
1 août 2008 à 17:21
1 août 2008 à 17:21
Hello,
je ne sais pas...
Je sais juste que la partition ou se truve Windows est de 100 go à peu près...
je ne sais pas...
Je sais juste que la partition ou se truve Windows est de 100 go à peu près...
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
jipicy
Messages postés
40842
Date d'inscription
jeudi 28 août 2003
Statut
Modérateur
Dernière intervention
10 août 2020
4 897
1 août 2008 à 17:25
1 août 2008 à 17:25
Salut,
Affiches le résultat de la commande suivante (en root) :
Affiches le résultat de la commande suivante (en root) :
/sbin/fdisk -l;-))
Utilisateur anonyme
1 août 2008 à 17:27
1 août 2008 à 17:27
Voici :
/sbin/fdisk: option invalide -- 1
Usage: fdisk [-b SSZ] [-u] DISK Change partition table
fdisk -l [-b SSZ] [-u] DISK List partition table(s)
fdisk -s PARTITION Give partition size(s) in blocks
fdisk -v Give fdisk version
Here DISK is something like /dev/hdb or /dev/sda
and PARTITION is something like /dev/hda7
-u: give Start and End in sector (instead of cylinder) units
-b 2048: (for certain MO disks) use 2048-byte sectors
/sbin/fdisk: option invalide -- 1
Usage: fdisk [-b SSZ] [-u] DISK Change partition table
fdisk -l [-b SSZ] [-u] DISK List partition table(s)
fdisk -s PARTITION Give partition size(s) in blocks
fdisk -v Give fdisk version
Here DISK is something like /dev/hdb or /dev/sda
and PARTITION is something like /dev/hda7
-u: give Start and End in sector (instead of cylinder) units
-b 2048: (for certain MO disks) use 2048-byte sectors
jipicy
Messages postés
40842
Date d'inscription
jeudi 28 août 2003
Statut
Modérateur
Dernière intervention
10 août 2020
4 897
1 août 2008 à 17:28
1 août 2008 à 17:28
C'est un "l" (elle minuscule) pas un 1 (un) ! ;-)
PeterPeterPeter
Messages postés
202
Date d'inscription
jeudi 17 juillet 2008
Statut
Membre
Dernière intervention
22 juin 2010
30
1 août 2008 à 17:28
1 août 2008 à 17:28
c'est pas un 1 mais un L minuscule !
edit : grillé :)
edit : grillé :)
jipicy
Messages postés
40842
Date d'inscription
jeudi 28 août 2003
Statut
Modérateur
Dernière intervention
10 août 2020
4 897
1 août 2008 à 17:30
1 août 2008 à 17:30
edit : grillé :)
Et ça fait mal ? ;-))
Et ça fait mal ? ;-))
Utilisateur anonyme
1 août 2008 à 17:31
1 août 2008 à 17:31
:):)
Voila le résultat de la vraie commande... ::::::
Disk /dev/hdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 2 13349 107217810 f W95 Ext'd (LBA)
/dev/hdb2 * 13350 19457 49062510 83 Linux
/dev/hdb5 2 13083 105081133+ 7 HPFS/NTFS
/dev/hdb6 13084 13349 2136613+ 82 Linux swap / Solaris
Voila le résultat de la vraie commande... ::::::
Disk /dev/hdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 2 13349 107217810 f W95 Ext'd (LBA)
/dev/hdb2 * 13350 19457 49062510 83 Linux
/dev/hdb5 2 13083 105081133+ 7 HPFS/NTFS
/dev/hdb6 13084 13349 2136613+ 82 Linux swap / Solaris
PeterPeterPeter
Messages postés
202
Date d'inscription
jeudi 17 juillet 2008
Statut
Membre
Dernière intervention
22 juin 2010
30
1 août 2008 à 17:32
1 août 2008 à 17:32
Suis poilu alors ça sent fort surtout. :D
jipicy
Messages postés
40842
Date d'inscription
jeudi 28 août 2003
Statut
Modérateur
Dernière intervention
10 août 2020
4 897
1 août 2008 à 17:34
1 août 2008 à 17:34
Rajoute ça à la fin de ton fichier /boot/grub/menu.lst :
title Windows root (hd0,2) makeactive chainloader +1
jipicy
Messages postés
40842
Date d'inscription
jeudi 28 août 2003
Statut
Modérateur
Dernière intervention
10 août 2020
4 897
1 août 2008 à 17:37
1 août 2008 à 17:37
## ## End Default Options ## title Debian GNU/Linux, kernel 2.6.18-6-686 root (hd0,1) kernel /boot/vmlinuz-2.6.18-6-686 root=/dev/hdb2 ro initrd /boot/initrd.img-2.6.18-6-686 savedefault title Debian GNU/Linux, kernel 2.6.18-6-686 (single-user mode) root (hd0,1) kernel /boot/vmlinuz-2.6.18-6-686 root=/dev/hdb2 ro single initrd /boot/initrd.img-2.6.18-6-686 savedefault ### END DEBIAN AUTOMAGIC KERNELS LIST title Windows root (hd0,2) makeactive chainloader +1
Utilisateur anonyme
1 août 2008 à 17:43
1 août 2008 à 17:43
Hello,
voici le message d'erreur...:
booting Windows
root (hd0,2)
Error 22 : No such partition
...
J'ai des données très importante sur cette partition, et j'ai besoin de Windows...
voici le message d'erreur...:
booting Windows
root (hd0,2)
Error 22 : No such partition
...
J'ai des données très importante sur cette partition, et j'ai besoin de Windows...
jipicy
Messages postés
40842
Date d'inscription
jeudi 28 août 2003
Statut
Modérateur
Dernière intervention
10 août 2020
4 897
1 août 2008 à 17:50
1 août 2008 à 17:50
Change ce qui est en gras :
title Windows root (hd0,0) makeactive chainloader +1
PeterPeterPeter
Messages postés
202
Date d'inscription
jeudi 17 juillet 2008
Statut
Membre
Dernière intervention
22 juin 2010
30
1 août 2008 à 17:51
1 août 2008 à 17:51
title Windowstest1 root (hd0,0) makeactive chainloader +1 title Windowstest2 root (hd0,4) makeactive chainloader +1
Un des 2 devrai passer normalement
jipicy
Messages postés
40842
Date d'inscription
jeudi 28 août 2003
Statut
Modérateur
Dernière intervention
10 août 2020
4 897
1 août 2008 à 17:57
1 août 2008 à 17:57
J'ai opté pour le (hd0,0), car y'a un sacré binz dans sa table des partitions :
Device Boot Start End Blocks Id System
/dev/hdb1 2 13349 107217810 f W95 Ext'd (LBA)
/dev/hdb2 * 13350 19457 49062510 83 Linux
/dev/hdb5 2 13083 105081133+ 7 HPFS/NTFS
/dev/hdb6 13084 13349 2136613+ 82 Linux swap / Solaris
qui devrait être :
Device Boot Start End Blocks Id System
/dev/hdb1 2 13349 107217810 f W95 Ext'd (LBA)
/dev/hdb5 2 13083 105081133+ 7 HPFS/NTFS
/dev/hdb6 13084 13349 2136613+ 82 Linux swap / Solaris
/dev/hdb2 * 13350 19457 49062510 83 Linux
;-((
Device Boot Start End Blocks Id System
/dev/hdb1 2 13349 107217810 f W95 Ext'd (LBA)
/dev/hdb2 * 13350 19457 49062510 83 Linux
/dev/hdb5 2 13083 105081133+ 7 HPFS/NTFS
/dev/hdb6 13084 13349 2136613+ 82 Linux swap / Solaris
qui devrait être :
Device Boot Start End Blocks Id System
/dev/hdb1 2 13349 107217810 f W95 Ext'd (LBA)
/dev/hdb5 2 13083 105081133+ 7 HPFS/NTFS
/dev/hdb6 13084 13349 2136613+ 82 Linux swap / Solaris
/dev/hdb2 * 13350 19457 49062510 83 Linux
;-((
Utilisateur anonyme
1 août 2008 à 18:00
1 août 2008 à 18:00
Hello,
Peter, j'ai essayé ça ne marche pas...
jipyci, que dois-je faire avec ça?
Peter, j'ai essayé ça ne marche pas...
jipyci, que dois-je faire avec ça?
jipicy
Messages postés
40842
Date d'inscription
jeudi 28 août 2003
Statut
Modérateur
Dernière intervention
10 août 2020
4 897
1 août 2008 à 18:09
1 août 2008 à 18:09
jipyci, que dois-je faire avec ça?
Rien, c'était juste pour qu'on y voit un peu mieux.
Par contre il faudrait remettre le "flag" de boot" sur la partition "Windows", c'est peut être ça qui empêche le démarrage, enfin je suppose ;-\
Ca se fait depuis "fdisk". il faut lancer fdisk en root :
fdisk /dev/hda
- appuyer sur la touche "m" pour avoir l'aide
- "p" pour afficher la table des partitions
- "a" pour basculer le flag
- choisir le numéro correspondant à la partition où tu veux mettre le flag
- "w" pour écrire
- "q" pour quitter
Au fait tu dis que ça ne marche pas, mais as-tu eu des messages d'erreurs?
Rien, c'était juste pour qu'on y voit un peu mieux.
Par contre il faudrait remettre le "flag" de boot" sur la partition "Windows", c'est peut être ça qui empêche le démarrage, enfin je suppose ;-\
Ca se fait depuis "fdisk". il faut lancer fdisk en root :
fdisk /dev/hda
- appuyer sur la touche "m" pour avoir l'aide
- "p" pour afficher la table des partitions
- "a" pour basculer le flag
- choisir le numéro correspondant à la partition où tu veux mettre le flag
- "w" pour écrire
- "q" pour quitter
Au fait tu dis que ça ne marche pas, mais as-tu eu des messages d'erreurs?
Utilisateur anonyme
1 août 2008 à 18:11
1 août 2008 à 18:11
Oui,
voici le message d'erreur :
root (hd0,0)
Filesystem type unknow, partition type 0xf
makeactive
Error 12 : Invalid device requested
Euh je fais quoi avec fdisk?
Quelle commande faut que je fasse exactement?
je suis completement perdu, merci de m'aider...
voici le message d'erreur :
root (hd0,0)
Filesystem type unknow, partition type 0xf
makeactive
Error 12 : Invalid device requested
Euh je fais quoi avec fdisk?
Quelle commande faut que je fasse exactement?
je suis completement perdu, merci de m'aider...
jipicy
Messages postés
40842
Date d'inscription
jeudi 28 août 2003
Statut
Modérateur
Dernière intervention
10 août 2020
4 897
1 août 2008 à 18:15
1 août 2008 à 18:15
Tu tapes les commandes dans l'ordre que je t'ai donné.
romje
>
jipicy
Messages postés
40842
Date d'inscription
jeudi 28 août 2003
Statut
Modérateur
Dernière intervention
10 août 2020
3 janv. 2009 à 00:24
3 janv. 2009 à 00:24
Salut j'ai suivi les directives et ça marche
merci
merci
Utilisateur anonyme
1 août 2008 à 18:21
1 août 2008 à 18:21
Ah okok
- choisir le numéro correspondant à la partition où tu veux mettre le flag
Et je fais met quoi à la place de ça?
- choisir le numéro correspondant à la partition où tu veux mettre le flag
Et je fais met quoi à la place de ça?