A voir également:
- Partition qui disparaît
- Easeus partition master - Télécharger - Stockage
- Paragon partition manager - Télécharger - Utilitaires
- Partition disque dur - Guide
- Active partition disk - Télécharger - Stockage
- Ami snap qui disparait ✓ - Forum Snapchat
13 réponses
jeanbi
Messages postés
15118
Date d'inscription
samedi 9 décembre 2006
Statut
Contributeur
Dernière intervention
6 février 2023
2 181
1 févr. 2009 à 09:15
1 févr. 2009 à 09:15
bonjour,
donne donc le contenu de
cat /boot/grub/menu.lst
et
le resultat de
fdisk -l ou l est un L en minuscule
a+
donne donc le contenu de
cat /boot/grub/menu.lst
et
le resultat de
fdisk -l ou l est un L en minuscule
a+
teutates
Messages postés
19624
Date d'inscription
vendredi 28 décembre 2001
Statut
Modérateur
Dernière intervention
2 janvier 2020
3 586
1 févr. 2009 à 11:06
1 févr. 2009 à 11:06
Bonjour,
Je pencherais pour un problème physique du disque dur ! En tout cas, prépares tes sauvegardes ;-)
Je pencherais pour un problème physique du disque dur ! En tout cas, prépares tes sauvegardes ;-)
Bonjour, merci pour vos réponses.
Pour fdisk -l, c'est ce que j'ai noté dans mon premier message.
Pour ce qui est de lister grub, j'ai
sur hd0,1 :
Linux Mint 6, kernel 2.6.27-9-generic
Linux Mint 6, kernel 2.6.27-9-generic (recovery mode)
Linux Mint 6, kernel dernier boot correct
Linux Mint 6, kernel 2.6.27-7-generic
Linux Mint 6, kernel 2.6.27-7-generic (recovery mode)
Linux Mint 6, memtest86+
sur hd0,0 :
Windows XP pro
Dans la mesure ou ce pourrait-être un problème physique, comment est-ce arrivé, je ne déplace pas mon PC et n'ai donc pas pu endommager le disque avec la tête. Aussi pourquoi Windows ne pose aucun problème dans ce cas?
J'ai déjà essayer de réinstallé grub avec supergrub disk mais sans amélioration.
Est-ce que un formatage à bas nivaux type dd if=zero of=dev/sda2 pourrait réparer une éventuelle erreur sur le disque, par exemple un problème de block défectueux?
Pour fdisk -l, c'est ce que j'ai noté dans mon premier message.
Pour ce qui est de lister grub, j'ai
sur hd0,1 :
Linux Mint 6, kernel 2.6.27-9-generic
Linux Mint 6, kernel 2.6.27-9-generic (recovery mode)
Linux Mint 6, kernel dernier boot correct
Linux Mint 6, kernel 2.6.27-7-generic
Linux Mint 6, kernel 2.6.27-7-generic (recovery mode)
Linux Mint 6, memtest86+
sur hd0,0 :
Windows XP pro
Dans la mesure ou ce pourrait-être un problème physique, comment est-ce arrivé, je ne déplace pas mon PC et n'ai donc pas pu endommager le disque avec la tête. Aussi pourquoi Windows ne pose aucun problème dans ce cas?
J'ai déjà essayer de réinstallé grub avec supergrub disk mais sans amélioration.
Est-ce que un formatage à bas nivaux type dd if=zero of=dev/sda2 pourrait réparer une éventuelle erreur sur le disque, par exemple un problème de block défectueux?
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
jeanbi
Messages postés
15118
Date d'inscription
samedi 9 décembre 2006
Statut
Contributeur
Dernière intervention
6 février 2023
2 181
2 févr. 2009 à 18:49
2 févr. 2009 à 18:49
bonjour,
c'est compliquer de faire un copier coller de la console .car ce que tu nous donnes n'est pas le contenu du fichier mais ce que tu veux bien ecrire ..
a+
c'est compliquer de faire un copier coller de la console .car ce que tu nous donnes n'est pas le contenu du fichier mais ce que tu veux bien ecrire ..
a+
abk@abk-desktop:~$ sudo fdisk -l
[sudo] password for abk:
Disque /dev/sda: 250.0 Go, 250059350016 octets
255 heads, 63 sectors/track, 30401 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Identifiant disque: 0x0429dee5
Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 * 1 6079 48829536 7 HPFS/NTFS
/dev/sda2 6566 29654 185462392+ 83 Linux
/dev/sda3 29655 30401 6000277+ 82 Linux swap / Solaris
/dev/sda4 6080 6565 3903795 83 Linux
Les entrées de la table de partitions ne sont pas dans l'ordre du disque
Disque /dev/sdb: 4043 Mo, 4043309056 octets
255 heads, 63 sectors/track, 491 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Identifiant disque: 0xb0bcd68e
Périphérique Amorce Début Fin Blocs Id Système
/dev/sdb1 1 491 3943926 b W95 FAT32
abk@abk-desktop:~$ cat /boot/grub/menu.lst
# 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 use 'savedefault' 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 10
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu
# 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=UUID=a222f6ff-9f78-4af0-ad92-62ad70bffcf2 ro
## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,3)
## 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=quiet splash
## 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=(recovery) single
# altoptions=(recovery 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
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 8.04.2, kernel 2.6.24-23-generic
root (hd0,3)
kernel /boot/vmlinuz-2.6.24-23-generic root=UUID=a222f6ff-9f78-4af0-ad92-62ad70bffcf2 ro quiet splash
initrd /boot/initrd.img-2.6.24-23-generic
quiet
title Ubuntu 8.04.2, kernel 2.6.24-23-generic (recovery mode)
root (hd0,3)
kernel /boot/vmlinuz-2.6.24-23-generic root=UUID=a222f6ff-9f78-4af0-ad92-62ad70bffcf2 ro single
initrd /boot/initrd.img-2.6.24-23-generic
title Ubuntu 8.04.2, kernel 2.6.24-19-generic
root (hd0,3)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=a222f6ff-9f78-4af0-ad92-62ad70bffcf2 ro quiet splash
initrd /boot/initrd.img-2.6.24-19-generic
quiet
title Ubuntu 8.04.2, kernel 2.6.24-19-generic (recovery mode)
root (hd0,3)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=a222f6ff-9f78-4af0-ad92-62ad70bffcf2 ro single
initrd /boot/initrd.img-2.6.24-19-generic
title Ubuntu 8.04.2, memtest86+
root (hd0,3)
kernel /boot/memtest86+.bin
quiet
### 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/sda1
title Microsoft Windows XP Professionnel
root (hd0,0)
savedefault
makeactive
chainloader +1
Voilà, je suis repassé sur Kubuntu, en formatant et réinstallant la partition racine. Donc ma racine est maintenant sur sda4 et mon home sur sda2. Dans la mesure où c'était peut-être Mint le souci mais non...
Le sdb c'est ma clé usb, oublié de la retirer...
[sudo] password for abk:
Disque /dev/sda: 250.0 Go, 250059350016 octets
255 heads, 63 sectors/track, 30401 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Identifiant disque: 0x0429dee5
Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 * 1 6079 48829536 7 HPFS/NTFS
/dev/sda2 6566 29654 185462392+ 83 Linux
/dev/sda3 29655 30401 6000277+ 82 Linux swap / Solaris
/dev/sda4 6080 6565 3903795 83 Linux
Les entrées de la table de partitions ne sont pas dans l'ordre du disque
Disque /dev/sdb: 4043 Mo, 4043309056 octets
255 heads, 63 sectors/track, 491 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Identifiant disque: 0xb0bcd68e
Périphérique Amorce Début Fin Blocs Id Système
/dev/sdb1 1 491 3943926 b W95 FAT32
abk@abk-desktop:~$ cat /boot/grub/menu.lst
# 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 use 'savedefault' 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 10
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu
# 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=UUID=a222f6ff-9f78-4af0-ad92-62ad70bffcf2 ro
## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,3)
## 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=quiet splash
## 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=(recovery) single
# altoptions=(recovery 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
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 8.04.2, kernel 2.6.24-23-generic
root (hd0,3)
kernel /boot/vmlinuz-2.6.24-23-generic root=UUID=a222f6ff-9f78-4af0-ad92-62ad70bffcf2 ro quiet splash
initrd /boot/initrd.img-2.6.24-23-generic
quiet
title Ubuntu 8.04.2, kernel 2.6.24-23-generic (recovery mode)
root (hd0,3)
kernel /boot/vmlinuz-2.6.24-23-generic root=UUID=a222f6ff-9f78-4af0-ad92-62ad70bffcf2 ro single
initrd /boot/initrd.img-2.6.24-23-generic
title Ubuntu 8.04.2, kernel 2.6.24-19-generic
root (hd0,3)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=a222f6ff-9f78-4af0-ad92-62ad70bffcf2 ro quiet splash
initrd /boot/initrd.img-2.6.24-19-generic
quiet
title Ubuntu 8.04.2, kernel 2.6.24-19-generic (recovery mode)
root (hd0,3)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=a222f6ff-9f78-4af0-ad92-62ad70bffcf2 ro single
initrd /boot/initrd.img-2.6.24-19-generic
title Ubuntu 8.04.2, memtest86+
root (hd0,3)
kernel /boot/memtest86+.bin
quiet
### 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/sda1
title Microsoft Windows XP Professionnel
root (hd0,0)
savedefault
makeactive
chainloader +1
Voilà, je suis repassé sur Kubuntu, en formatant et réinstallant la partition racine. Donc ma racine est maintenant sur sda4 et mon home sur sda2. Dans la mesure où c'était peut-être Mint le souci mais non...
Le sdb c'est ma clé usb, oublié de la retirer...
jeanbi
Messages postés
15118
Date d'inscription
samedi 9 décembre 2006
Statut
Contributeur
Dernière intervention
6 février 2023
2 181
2 févr. 2009 à 18:58
2 févr. 2009 à 18:58
re ,
et tu arrive a booter sur linux ?
a+
et tu arrive a booter sur linux ?
a+
oui, mon bios est donc configurer pour booter sur le disque dur en premier, il boot donc grub sans souci, il boot le windows sans souci aussi, mais quand je lui demande de booter linux là il chipotte, juste après avoir commencé la barre de chargement, un tas de message d'erreur, en commençant par (initframfs) et parfois me prétendant que la partition n'existe pas.
La solution est de mettre le pc hors tension deux minutes, parfois recommencer l'opération pour qu'il veuille bien. Je suis perdu je comprends pas l'origine. Et si c'est un problème matériel, pourquoi pas avec windows?
La solution est de mettre le pc hors tension deux minutes, parfois recommencer l'opération pour qu'il veuille bien. Je suis perdu je comprends pas l'origine. Et si c'est un problème matériel, pourquoi pas avec windows?
jeanbi
Messages postés
15118
Date d'inscription
samedi 9 décembre 2006
Statut
Contributeur
Dernière intervention
6 février 2023
2 181
2 févr. 2009 à 19:12
2 févr. 2009 à 19:12
re
essaye voir de modifier cette ligne
si ça coince ce qui m'ettonerai tu boot sur sur le
title Ubuntu 8.04.2, kernel 2.6.24-19-generic
et tu remets hd0,3
a+
essaye voir de modifier cette ligne
title Ubuntu 8.04.2, kernel 2.6.24-23-generic root (hd0,2) kernel /boot/vmlinuz-2.6.24-23-generic root=UUID=a222f6ff-9f78-4af0-ad92-62ad70bffcf2 ro quiet splash initrd /boot/initrd.img-2.6.24-23-generic quiet
si ça coince ce qui m'ettonerai tu boot sur sur le
title Ubuntu 8.04.2, kernel 2.6.24-19-generic
et tu remets hd0,3
a+
Non ça provoque une erreur 17 de partition illisible immédiatement, j'ai remis comme d'origine.
Par contre, je ne sais pas si il y a un rapport mais quand j'ouvre kate j'ai ce message d'erreur :
abk@abk-desktop:~$ sudo kate /boot/grub/menu.lst
[sudo] password for abk:
Error: "/var/tmp/kdecache-abk" is owned by uid 1000 instead of uid 0.
Error: "/tmp/kde-abk" is owned by uid 1000 instead of uid 0.
Error: "/tmp/ksocket-abk" is owned by uid 1000 instead of uid 0.
Par contre, je ne sais pas si il y a un rapport mais quand j'ouvre kate j'ai ce message d'erreur :
abk@abk-desktop:~$ sudo kate /boot/grub/menu.lst
[sudo] password for abk:
Error: "/var/tmp/kdecache-abk" is owned by uid 1000 instead of uid 0.
Error: "/tmp/kde-abk" is owned by uid 1000 instead of uid 0.
Error: "/tmp/ksocket-abk" is owned by uid 1000 instead of uid 0.
jeanbi
Messages postés
15118
Date d'inscription
samedi 9 décembre 2006
Statut
Contributeur
Dernière intervention
6 février 2023
2 181
2 févr. 2009 à 19:30
2 févr. 2009 à 19:30
re
logique c'est moi qui deraille pour le hd0,3 c'est juste .
par contre il faudrait controler l'uuid du disque
pour se faire tapes cette commande
vol_id -u /dev/sda4
a+
logique c'est moi qui deraille pour le hd0,3 c'est juste .
par contre il faudrait controler l'uuid du disque
pour se faire tapes cette commande
vol_id -u /dev/sda4
a+
jeanbi
Messages postés
15118
Date d'inscription
samedi 9 décembre 2006
Statut
Contributeur
Dernière intervention
6 février 2023
2 181
2 févr. 2009 à 19:49
2 févr. 2009 à 19:49
re,
tu n'aurait pas une partition un peu juste en place ?
a+
tu n'aurait pas une partition un peu juste en place ?
a+
jeanbi
Messages postés
15118
Date d'inscription
samedi 9 décembre 2006
Statut
Contributeur
Dernière intervention
6 février 2023
2 181
3 févr. 2009 à 17:25
3 févr. 2009 à 17:25
bonjour,
c'est le taux d'occupation ou la place libre !!
a+
c'est le taux d'occupation ou la place libre !!
a+
Le problème s'est généralisé à toute les partitions, je commence a penser que mon alimentation a peut-être un problème.
Quans je le démarre et que je le laisse sur son bug quelques minutes, le temps que la machine chauffe, Ensuite Quand je l'éteint et le redémarre ça passe.
Je reverrai aussi l'espace de la racine, c'est vrais que c'est un peu juste 4Go.
Merci à toi Jeanbi
Quans je le démarre et que je le laisse sur son bug quelques minutes, le temps que la machine chauffe, Ensuite Quand je l'éteint et le redémarre ça passe.
Je reverrai aussi l'espace de la racine, c'est vrais que c'est un peu juste 4Go.
Merci à toi Jeanbi