#26 Le 30/11/2007, à 00:47
- Compte anonymisé
Re : [HELP] Error 17 : Cannot mount selected partition...
Et oui la vie n'est pas un long fleuve tranquille !!!
Il faudrait résumer un peu
Quel est ton disque de boot quand tu veux démarrer ubuntu?
Si c'est /dev/sda :
Dans le menu.lst il faudrait supprimer la ligne :
# kopt_2_6=root=UUID=128871C18871A43F ro
modifier tous les (hd0,0) par des (hd0,2) (voir + haut)
et enfin tous les :
root=UUID=128871C18871A43F par des :
root=UUID=25abb422-1376-432c-95e9-9c72cbf4db07
Peux-tu joindre un menu.lst modifié?
En livecd tu peux réinstaller le bootloader de grub sur /dev/sda
sudo grub --> grub>
taper:
root (hd1,2) puis
setup (hd1)
Ne t'inquiètes pas des hd1 en Livecd qui deviennent des hd0 dans menu.lst. C'est normal car en bootant sur /dev/sda dans le bios ton dd sata devient le premier donc hd0 pour grub.
@+
Dernière modification par Compte anonymisé (Le 30/11/2007, à 00:49)
#27 Le 30/11/2007, à 08:28
- Lord Kree
Re : [HELP] Error 17 : Cannot mount selected partition...
Pour résumer, hier j'ai essayé de reinstaller ubuntu en ne montant pas les partition Windows, ce qui a eu pour effet de ne rien faire.
Donc hda est maitre, et grub est apparement installé sur sda2 d'après la commande que tu m'as donné.
/ et sur sda2 (hd1,2).
J'ai essayé de remplacer l'UUID 128871C18871A43F par celle de sda2, et de changer (hd0,0) de Ubuntu, Ubuntu sans echec et nemster en (hd1,2), le résultat et que ça boot, la barre de chargement d'ubuntu se bloque au début et reste ainsi indéfiniment. Petite chose, les leds du clavier (celle de la majuscule et celle qui est à sa droite) clignote quand la barre se bloque.
Dernière modification par Lord Kree (Le 30/11/2007, à 08:33)
Hors ligne
#28 Le 30/11/2007, à 09:38
- Compte anonymisé
Re : [HELP] Error 17 : Cannot mount selected partition...
.....
Donc hda est maitre, et grub est apparement installé sur sda2 d'après la commande que tu m'as donné.
/ et sur sda2 (hd1,2).
......
Si tu as suivi les commandes :
sudo grub --> grub>
taper:
root (hd1,2) puis
setup (hd1)
grub est installé sur le MBR de sda (HD1) et pointe sur ton install qui est sur /dev/sda3 (HD1,2) et pour prendre en compte il faut booter non sur HDA mais sur SDA au niveau du bios.
Pour ta nouvelle install il faut à nouveau lister :
sudo fdisk -l et
sudo ls -l /dev/disk/by-uuid/
car tu parles de /dev/sda2 alors qu'avant c'était /dev/sda3
@+
#29 Le 30/11/2007, à 19:20
- Lord Kree
Re : [HELP] Error 17 : Cannot mount selected partition...
grub> root (hd1,2)
grub> setup (hd1)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/e2fs_stage1_5" exists... yes
Running "embed /boot/grub/e2fs_stage1_5 (hd1)"... 17 sectors are embedded.
succeeded
Running "install /boot/grub/stage1 (hd1) (hd1)1+17 p (hd1,2)/boot/grub/stage2
/boot/grub/menu.lst"... succeeded
Done.
Done:P
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 30159 30401 1951897+ 82 Linux swap / Solaris
/dev/sda2 5844 30158 195310237+ 83 Linux
/dev/sda3 * 1 5843 46933866 83 Linux
Partition table entries are not in disk order
Disk /dev/hda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/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
Partition table entries are not in disk order
ubuntu@ubuntu:~$ sudo ls -l /dev/disk/by-uuid/
total 0
lrwxrwxrwx 1 root root 10 2007-11-30 18:10 128871C18871A43F -> ../../hda1
lrwxrwxrwx 1 root root 10 2007-11-30 18:10 86b609ad-24ac-4380-803d-baf8068ac673 -> ../../sda3
lrwxrwxrwx 1 root root 10 2007-11-30 18:10 8851b8d0-8ce3-4e98-a10a-7a29572aeddf -> ../../sda2
lrwxrwxrwx 1 root root 10 2007-11-30 18:10 ac7e5410-f573-4c53-a02a-150fd36e53c5 -> ../../sda1
lrwxrwxrwx 1 root root 10 2007-11-30 18:10 fd3b790e-a032-4d79-a7ae-931e8f6c2b67 -> ../../hda6
Hors ligne
#30 Le 30/11/2007, à 19:26
- Lord Kree
Re : [HELP] Error 17 : Cannot mount selected partition...
Et menu.lst apres mes modifs.
# 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=86b609ad-24ac-4380-803d-baf8068ac673 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=(hd1,2)
# groot=(hd1,2)
## 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 (hd1,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=86b609ad-24ac-4380-803d-baf8068ac673 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 (hd1,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=86b609ad-24ac-4380-803d-baf8068ac673 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
#31 Le 30/11/2007, à 20:13
- Lord Kree
Re : [HELP] Error 17 : Cannot mount selected partition...
J'en avais trop marre, j'ai dégagé Windows et installé Gutsy dessus, ça à l'air de marcher !:D
En tout cas je te remercie beaucoup de toute l'aide que tu m'as donné, pendant toute cette semaine, tu étais bien seul d'ailleurs, je suis un peu déçu de la communauté ubuntu réputée solidaire et qui m'a bien laissée en galère sur ce coup là .
Merci à toi en tout cas !;)
Ubuntu Powaaaaa !:)
Hors ligne
#32 Le 01/12/2007, à 00:16
- Compte anonymisé
Re : [HELP] Error 17 : Cannot mount selected partition...
Salut
Content pour toi, mais je pense que tu as eu un pb à l'origine : table des partitions en désordre, mélange entre les disques de boot et menu.lst.
Enfin tu as résolu ton pb et finalement c'est le principal.
Bonne continuation dans le monde merveilleux des bisounours (oh pardon) des pingouins
#33 Le 01/12/2007, à 00:22
- helping
Re : [HELP] Error 17 : Cannot mount selected partition...
J'en avais trop marre, j'ai dégagé Windows et installé Gutsy dessus, ça à l'air de marcher !:D
En tout cas je te remercie beaucoup de toute l'aide que tu m'as donné, pendant toute cette semaine, tu étais bien seul d'ailleurs, je suis un peu déçu de la communauté ubuntu réputée solidaire et qui m'a bien laissée en galère sur ce coup là .
Merci à toi en tout cas !;)Ubuntu Powaaaaa !:)
Franchement, j'ai suivit ce topique, mais sache
qu'il ne sert à rien aux autres membres de "s'incruster"
sur un sujet concernant grub lorsque jeanjd63 répond.
Tape grub jeanjd63 et tu verras
Ceci dit
bienvenue
#34 Le 01/12/2007, à 00:25
- Lord Kree
Re : [HELP] Error 17 : Cannot mount selected partition...
Non mais j'en veux à personne, disons que je me suis senti un peu seul parfois stou.;)
Hors ligne