#1 Le 24/11/2007, à 21:05
- Lord Kree
[HELP] Error 17 : Cannot mount selected partition...
Bonsoir à tous.
J'ai bien vu que je n'etais pas le seul a qui ce soucis arrivait, mais je n'ai pas trouvé de solution au problème, je m'adresse donc à vous.
Aujourd'hui j'ai entrepris de formater tout mon système, avant j'avais Windows XP+Ubuntu Feisty, j'ai reinstallé XP (qui fonctionne) et ensuite j'ai reinstallé Ubuntu Gutsy Gibbon qui m'affiche cette erreur (Error 17 : Cannot mount selected partition) lorsque je le selectionne dans le grub.
Un petit dessin pour vous montrer comment sont constituées mes partitions depuis le live cd.
Je sais pas trop ce que le /dec/sdc vient faire là je ne l'ai jamais crée.
Si vous pouviez m'aider ce serait sympa, parce que Windows ça va pour Autocad mais après...
Merci.
Dernière modification par Lord Kree (Le 25/11/2007, à 11:41)
Hors ligne
#2 Le 24/11/2007, à 22:12
- chcamier
Re : [HELP] Error 17 : Cannot mount selected partition...
Bonjour,
Avant de tenter de t'aider, j'ai besoin d'informations complémentaires.
Apparament tu as un disque dur IDE sur lequel tu as installé Windows et un disque dur SCSI ou SATA sure lequel tu désires installer Ubuntu. Le troisieme élément (SDC) ressemble fortement à un périphérique USB direct (clé USB) ou indirect (Lecteur de cartesmémoires intégrées au PC).
Peux tu nous donner une description plus précise de ton PC ?
Cordialement
CC
Hors ligne
#3 Le 24/11/2007, à 22:23
- Lord Kree
Re : [HELP] Error 17 : Cannot mount selected partition...
Bonjour,
Avant de tenter de t'aider, j'ai besoin d'informations complémentaires.
Apparament tu as un disque dur IDE sur lequel tu as installé Windows et un disque dur SCSI ou SATA sure lequel tu désires installer Ubuntu. Le troisieme élément (SDC) ressemble fortement à un périphérique USB direct (clé USB) ou indirect (Lecteur de cartesmémoires intégrées au PC).
Peux tu nous donner une description plus précise de ton PC ?
Cordialement
CC
Bonjour,
Oui, j'ai un disque dur IDE avec une partition windows de 10 Go seulement, car Windows ne me sert que pour Autocad/Office.
J'ai reformaté aujourd'hui pour faire profiter à linux des 250 Go du disque dur IDE qui était avant en NTFS donc inutilisable sur Ubuntu.
J'ai donc reinstallé Windows+Ubuntu Gutsy à la place de Feisty.
J'ai aussi un disque dur S-ATA qui me sert uniquement pour linux.
Je crois que le périphérique en question est mon imprimante, une epson dx 4850 qui fait lecteur de carte mémoire.
Merci de ton aide.
Hors ligne
#4 Le 24/11/2007, à 22:54
- chcamier
Re : [HELP] Error 17 : Cannot mount selected partition...
Bonjour,
Il est possible que le lecteur de carte mémoire interfère. Est il possible de retenter l'installation en ayant, au préalable, débranché l'imprimente ?
Hors ligne
#5 Le 24/11/2007, à 23:13
- Lord Kree
Re : [HELP] Error 17 : Cannot mount selected partition...
Bonjour,
Il est possible que le lecteur de carte mémoire interfère. Est il possible de retenter l'installation en ayant, au préalable, débranché l'imprimente ?
Je pense pas que ça vienne de ça, j'ai déjà installé plusieurs fois ubuntu dans ses versions anterieurs avec cette imprimante branchée.:/
Hors ligne
#6 Le 24/11/2007, à 23:17
- chcamier
Re : [HELP] Error 17 : Cannot mount selected partition...
Vérifie qu'il n'y a pas de cartes enfichées dans le lecteur de l'imprimante
Hors ligne
#7 Le 24/11/2007, à 23:28
- Lord Kree
Re : [HELP] Error 17 : Cannot mount selected partition...
Non, il n'y en a pas, je m'en suis jamais servi.
Si ça peut aider, mon 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=56ae738d-3d8e-4b06-913b-a5f4f67daff5 ro
# kopt_2_6=root=UUID=128871C18871A43F ro
## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)
## 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 locale=fr_FR
## 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 7.10, kernel 2.6.22-14-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=128871C18871A43F ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=128871C18871A43F ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Ubuntu 7.10, memtest86+
root (hd0,0)
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/hda1
title Microsoft Windows XP Âdition familiale
root (hd0,0)
savedefault
makeactive
chainloader +1
Hors ligne
#8 Le 25/11/2007, à 12:34
- Lord Kree
Re : [HELP] Error 17 : Cannot mount selected partition...
Toujours pas de solution... :'(
Hors ligne
#9 Le 25/11/2007, à 18:51
- Lord Kree
Re : [HELP] Error 17 : Cannot mount selected partition...
Un peu d'aide s'il vous plait, je suis en galere.
Hors ligne
#10 Le 25/11/2007, à 19:07
- Compte anonymisé
Re : [HELP] Error 17 : Cannot mount selected partition...
Salut
Ta fofo est assez illisible.
Un :
sudo fdisk -l aurrait été bien mieux.
Sinon tu peux tenter de modifier dans ce paragraphe la ligne root dans le fichier menu.lst (à ouvrir avec les autorisations sudo : sudo gedit .....) :
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=128871C18871A43F ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.22-14-generic
quiet
par
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=128871C18871A43F ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.22-14-generic
quiet
Si ça boote, tu modifies la ligne :
# groot=(hd0,0)
par
# groot=(hd0,1)
tu sauves et tu tapes la cmd :
sudo update-grub
@+
Dernière modification par Compte anonymisé (Le 25/11/2007, à 19:07)
#11 Le 25/11/2007, à 19:12
- Lord Kree
Re : [HELP] Error 17 : Cannot mount selected partition...
Salut
Ta fofo est assez illisible.
Un :
sudo fdisk -l aurrait été bien mieux.Sinon tu peux tenter de modifier dans ce paragraphe la ligne root dans le fichier menu.lst (à ouvrir avec les autorisations sudo : sudo gedit .....) :
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=128871C18871A43F ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.22-14-generic
quietpar
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=128871C18871A43F ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.22-14-generic
quietSi ça boote, tu modifies la ligne :
# groot=(hd0,0)
par
# groot=(hd0,1)tu sauves et tu tapes la cmd :
sudo update-grub@+
Salut, merci de me répondre.
ubuntu@ubuntu:~$ sudo fdisk -l
Disque /dev/hda: 250.0 Go, 250059350016 octets
255 heads, 63 sectors/track, 30401 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Disk identifier: 0x18491848
Périphérique Amorce Début Fin Blocs Id Système
/dev/hda1 * 1 1275 10241406 7 HPFS/NTFS
/dev/hda2 1276 3707 19535040 83 Linux
/dev/hda3 3708 3950 1951897+ 82 Linux swap / Solaris
/dev/hda4 3951 30401 212467657+ 83 Linux
Disque /dev/sda: 250.0 Go, 250059350016 octets
255 heads, 63 sectors/track, 30401 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Disk identifier: 0xd0ee548b
Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 1 30401 244196001 b W95 FAT32
Disque /dev/sdb: 2013 Mo, 2013265920 octets
129 heads, 32 sectors/track, 952 cylinders
Units = cylindres of 4128 * 512 = 2113536 bytes
Disk identifier: 0xc3072e18
Périphérique Amorce Début Fin Blocs Id Système
/dev/sdb1 * 1 949 1957872 6 FAT16
Partition 1 a des fins différentes physique/logique:
phys=(956, 128, 32) logique=(948, 75, 32)
Tout à l'heure j'ai modifié ce que tu viens de me dire pour tester et ça commence le démarrage et ça affiche cela :
BusyBox v1.1.3 (Debian 1:1.1.3-5ubuntu7) Built-in shell (ash)
Enter help for a list of built-in commands.
(initramfs)
Dernière modification par Lord Kree (Le 25/11/2007, à 19:13)
Hors ligne
#12 Le 25/11/2007, à 20:59
- Compte anonymisé
Re : [HELP] Error 17 : Cannot mount selected partition...
Salut
Peux-tu lister les UUID de tes disques car celui indiqué me parait bizzare :
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=128871C18871A43F ro quiet splash locale=fr_FR
Pour ce faire :
sudo ls -l /dev/disk/by-uuid/ et s'il y a des # tu modifies la ligne ci-dessus dans le même paragraphe que précédemment.
Tu modifies aussi la ligne :
# kopt_2_6=root=UUID=128871C18871A43F ro en mettant la bonne valeur.
Il faudra aussi modifier le fichier :
/point_de_montage/etc/fstab de ta distribution (et non celui du livecd) en rectifiant les valeurs UUID.
Quand tu aurras fait tout çà et si ça fonctionne :
un petit sudo upgrade-grub pour tout mettre en ordre et bon vent.
@+
Dernière modification par Compte anonymisé (Le 25/11/2007, à 21:02)
#13 Le 27/11/2007, à 19:00
- Lord Kree
Re : [HELP] Error 17 : Cannot mount selected partition...
Quand je fais la commande que tu me donne je n'ai pas de "#" dans mes resultats.:|
Hors ligne
#14 Le 27/11/2007, à 19:09
- Lord Kree
Re : [HELP] Error 17 : Cannot mount selected partition...
ubuntu@ubuntu:~$ sudo ls -l /dev/disk/by-uuid/
total 0
lrwxrwxrwx 1 root root 10 2007-11-27 18:02 128871C18871A43F -> ../../hda1
lrwxrwxrwx 1 root root 10 2007-11-27 18:02 138f2f32-a6f1-4ea9-ada6-e9eb420a023b -> ../../sda2
lrwxrwxrwx 1 root root 10 2007-11-27 18:02 25abb422-1376-432c-95e9-9c72cbf4db07 -> ../../sda3
lrwxrwxrwx 1 root root 10 2007-11-27 18:02 ac7e5410-f573-4c53-a02a-150fd36e53c5 -> ../../sda1
lrwxrwxrwx 1 root root 10 2007-11-27 18:02 fd3b790e-a032-4d79-a7ae-931e8f6c2b67 -> ../../hda6
Hors ligne
#15 Le 27/11/2007, à 20:26
- Compte anonymisé
Re : [HELP] Error 17 : Cannot mount selected partition...
Quand je fais la commande que tu me donne je n'ai pas de "#" dans mes resultats.:|
Excuse pour # ça voulait dire différents
Dans la liste des UUID on devrait retrouver des références à hda2, hda3 hda4 (hda1 ok)
On devrait ensuite avoir du sda1, et sdb1
Tout ça selon les résultats de fdisk -l
Soit tu as modifié tes partition entre temps soit ubuntu a "fumé" la moquette.
Tu peux essayer de modifier
128871C18871A43F
par
138f2f32-a6f1-4ea9-ada6-e9eb420a023b
dans menu.lst et /etc/fstab mais je ne suis pas sûr que ça soit suffisant.
Tu peux redonner les résultats de :
sudo fdisk -l et
ls - l /dev/disk/by-uuid/
et lister le fichier /point_de_montage/etc/fstab
@+
Dernière modification par Compte anonymisé (Le 27/11/2007, à 20:27)
#16 Le 27/11/2007, à 21:54
- Lord Kree
Re : [HELP] Error 17 : Cannot mount selected partition...
Oui, j'ai reinstallé ubuntu differement, pour tester.
Sans aucun résultat...
Je vais te refaire un fdisk -l, et faire ce que tu dis.
Merci de te pencher sur mon problème, je suis un peu desesperé là , Windows je l'ai au travail, j'ai pas envie de le revoir quand je rentre chez moi le soir lol.:rolleyes:
Hors ligne
#17 Le 27/11/2007, à 22:51
- Lord Kree
Re : [HELP] Error 17 : Cannot mount selected partition...
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 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 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=25abb422-1376-432c-95e9-9c72cbf4db07 ro
# kopt_2_6=root=UUID=128871C18871A43F ro
## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd1,0)
## 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 locale=fr_FR
## 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
## ## End Default Options ##
title Ubuntu, kernel 2.6.20-15-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=128871C18871A43F ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.20-15-generic
quiet
savedefault
title Ubuntu, kernel 2.6.20-15-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=128871C18871A43F ro single
initrd /boot/initrd.img-2.6.20-15-generic
title Ubuntu, memtest86+
root (hd0,0)
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/hda1
title Microsoft Windows XP Âdition familiale
root (hd0,0)
savedefault
makeactive
chainloader +1
ubuntu@ubuntu:~$ sudo fdisk -l
Disque /dev/hda: 250.0 Go, 250059350016 octets
255 heads, 63 sectors/track, 30401 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Disk identifier: 0x18491848
Périphérique Amorce Début Fin Blocs Id Système
/dev/hda1 * 1 1275 10241406 7 HPFS/NTFS
/dev/hda3 1276 30401 233954595 5 Extended
/dev/hda5 6139 30401 194892516 b W95 FAT32
/dev/hda6 1276 6138 39061984+ 83 Linux
Les entrées de la table de partitions ne sont pas dans l'ordre du disque
Disque /dev/sda: 250.0 Go, 250059350016 octets
255 heads, 63 sectors/track, 30401 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Disk identifier: 0xd0ee548b
Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 30159 30401 1951897+ 82 Linux swap / Solaris
/dev/sda2 5844 30158 195310237+ 83 Linux
/dev/sda3 1 5843 46933866 83 Linux
Les entrées de la table de partitions ne sont pas dans l'ordre du disque
ubuntu@ubuntu:~$ ls - l /dev/disk/by-uuid/
ls: -: Aucun fichier ou répertoire de ce type
ls: l: Aucun fichier ou répertoire de ce type
/dev/disk/by-uuid/:
128871C18871A43F ac7e5410-f573-4c53-a02a-150fd36e53c5
138f2f32-a6f1-4ea9-ada6-e9eb420a023b fd3b790e-a032-4d79-a7ae-931e8f6c2b67
25abb422-1376-432c-95e9-9c72cbf4db07
Et fstab :
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda3
UUID=25abb422-1376-432c-95e9-9c72cbf4db07 / ext3 defaults,errors=remount-ro 0 1
# /dev/sda2
UUID=138f2f32-a6f1-4ea9-ada6-e9eb420a023b /home ext3 defaults 0 2
# /dev/hda1
UUID=128871C18871A43F /media/hda1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/hda6
UUID=fd3b790e-a032-4d79-a7ae-931e8f6c2b67 /media/hda2 ext3 defaults 0 2
/dev/hda5 /media/hda3 vfat defaults,utf8,umask=007,gid=46 0 1
# /dev/sda1
UUID=ac7e5410-f573-4c53-a02a-150fd36e53c5 none swap sw 0 0
/dev/hdd /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdc /media/cdrom1 udf,iso9660 user,noauto 0 0
Dernière modification par Lord Kree (Le 27/11/2007, à 22:54)
Hors ligne
#18 Le 27/11/2007, à 23:18
- Lord Kree
Re : [HELP] Error 17 : Cannot mount selected partition...
J'ai fais ce que tu m'as dis, ça boot toujours pas.
Mais si au démarrage, dans le grub, je fais 2x e puis que je remplace (hd0,0) par (hd1,2), ça se lance mais la barre de chargement d'ubuntu se bloque au tout début, et ça ne fais rien, forcé de redemarré à l'arrache.
Hors ligne
#19 Le 28/11/2007, à 00:20
- Compte anonymisé
Re : [HELP] Error 17 : Cannot mount selected partition...
Salut
Je ne comprends pas pourquoi ton menu.lst ressemble à ça.
Il faudrait supprimer la ligne :
# kopt_2_6=root=UUID=128871C18871A43F ro
modifier tous les (hd0,0) par des (hd1,2) (voir + haut)
et enfin tous les :
root=UUID=128871C18871A43F par des :
root=UUID=25abb422-1376-432c-95e9-9c72cbf4db07
@+
PS la commande ubuntu@ubuntu:~$ ls - l /dev/disk/by-uuid/ est :
ubuntu@ubuntu:~$ ls -l /dev/disk/by-uuid/ pas d'espace entre le - et le l
#20 Le 28/11/2007, à 19:27
- Lord Kree
Re : [HELP] Error 17 : Cannot mount selected partition...
ubuntu@ubuntu:~$ ls -l /dev/disk/by-uuid/
total 0
lrwxrwxrwx 1 root root 10 2007-11-28 18:20 128871C18871A43F -> ../../hda1
lrwxrwxrwx 1 root root 10 2007-11-28 18:20 138f2f32-a6f1-4ea9-ada6-e9eb420a023b -> ../../sda2
lrwxrwxrwx 1 root root 10 2007-11-28 18:20 25abb422-1376-432c-95e9-9c72cbf4db07 -> ../../sda3
lrwxrwxrwx 1 root root 10 2007-11-28 18:20 ac7e5410-f573-4c53-a02a-150fd36e53c5 -> ../../sda1
lrwxrwxrwx 1 root root 10 2007-11-28 18:20 fd3b790e-a032-4d79-a7ae-931e8f6c2b67 -> ../../hda6
Hors ligne
#21 Le 28/11/2007, à 19:52
- Compte anonymisé
Re : [HELP] Error 17 : Cannot mount selected partition...
Tu peux faire les modif du post #19
#22 Le 28/11/2007, à 20:55
- Lord Kree
Re : [HELP] Error 17 : Cannot mount selected partition...
Fonctionne pas, la barre de démarrage debute mais se bloque comme la dernière fois.
Par ailleurs, j'ai essayé de faire une installation avec l'alternate cd comme l'indique cette page : http://doc.ubuntu-fr.org/windows/mbr_2_disque_dur
J'ai tout suivi à la lettre, et au démarrage sur sda, ubuntu même symptome, et Windows inbootable.
Je suis revenu sur le disque hda en maitre au démarrage pour revenir sur Windows.
Je suis désésperé.
Dernière modification par Lord Kree (Le 28/11/2007, à 20:55)
Hors ligne
#23 Le 28/11/2007, à 23:38
- Compte anonymisé
Re : [HELP] Error 17 : Cannot mount selected partition...
Fonctionne pas....
Je suis revenu sur le disque hda en maitre au démarrage pour revenir sur Windows.
Cela veut-il dire que tu bootais sur sda en maitre? Si oui il faut modifier dans le fichier menu.lst les (hd0,0) par (hd0,2)
Si tu veux encore tenter qq chose, tu démarres en livecd et tu tapes la commande :
sudo grub --> grub>
là tu tapes :
find /boot/grub/menu.lst et tu donnes le résultat.
tu sorts par
quit
@+
#24 Le 29/11/2007, à 19:45
- Lord Kree
Re : [HELP] Error 17 : Cannot mount selected partition...
grub> find /boot/grub/menu.lst
(hd1,2)
Hors ligne
#25 Le 29/11/2007, à 21:51
- Lord Kree
Re : [HELP] Error 17 : Cannot mount selected partition...
Tain', j'ai envie de virer Windows, mais je peux pas.:/
Hors ligne