Projets en cours : djedje2 et 7 utilisateurs inconnus

 Mot :   Pseudo :  
 
Bas de page
Auteur
 Sujet :

[RESOLU] Pb dual-boot ubuntu/windaube : grub erreur 17 (merci GYLLES)

 
n°134952
akoirium
modo-frageur
Posté le 28-09-2007 à 12:19:10  profilanswer
 

salut a tous ;)  
 
bon j'ai un gros soucis avec ma machine principale...
 
il m'as pris l'envis d'installer un dual boot windaube / ubuntu
 
je lance l'install et tout marche niquel et pc fonctionel
 
manque de bol mon disque system me lache [R.I.P].
donc nouveaux disque et reinstall de windaube
a peine installer je sort de win et lance l'install de ubuntu
l'install se passe sans soucis mais au reboot pas de menu "GRUB" et le message erreur 17
 
bon j'ai parcourus les different forum traitant de ce pb mais je n'ai tjs pas trouver la solution et la je patauge grave :pt1cable:  
 
donc si il y as des linuxien pro pour m'aider ca serais cool avant de poser une fois de plus la meme question sur le forum d'ubuntu :sarcastic:  
 
donc ma config :
primary master : 60GO mais seullement 10 go de partitionner pour win
primary slave : 20 go pour ubuntu
secondary master: graveur dvd
secondary slave : graveur cd
 
sata 80go sur port sata CM
sata 160go sur port sata carte pci
 
carte pci/ide :
primary master 8Ogo
secondary master 40go
 
 
 
enssuite voila ce que me donne la commande fdisk :

Citation :

Disque /dev/sda: 163.9 Go, 163928604672 octets
255 têtes, 63 secteurs/piste, 19929 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
 
Périphérique Amorce    Début         Fin      Blocs    Id  Système
/dev/sda1               1        9965    80043831    7  HPFS/NTFS
/dev/sda2            9966       19929    80035830    7  HPFS/NTFS
 
Disque /dev/sdb: 40.0 Go, 40020664320 octets
255 têtes, 63 secteurs/piste, 4865 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
 
Périphérique Amorce    Début         Fin      Blocs    Id  Système
/dev/sdb1               1        4865    39078081    7  HPFS/NTFS
 
Disque /dev/sdc: 80.0 Go, 80026361856 octets
255 têtes, 63 secteurs/piste, 9729 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
 
Périphérique Amorce    Début         Fin      Blocs    Id  Système
/dev/sdc1               1        9729    78148161    7  HPFS/NTFS
 
Disque /dev/sdd: 61.4 Go, 61492838400 octets
255 têtes, 63 secteurs/piste, 7476 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
 
Périphérique Amorce    Début         Fin      Blocs    Id  Système
/dev/sdd1   *           1        1096     8803588+   7  HPFS/NTFS
 
Disque /dev/sde: 20.4 Go, 20416757760 octets
255 têtes, 63 secteurs/piste, 2482 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
 
Périphérique Amorce    Début         Fin      Blocs    Id  Système
/dev/sde1   *           1        2373    19061091   83  Linux
/dev/sde2            2374        2482      875542+   5  Extended
/dev/sde5            2374        2482      875511   82  Linux swap / Solaris
 
Disque /dev/sdf: 81.9 Go, 81964302336 octets
255 têtes, 63 secteurs/piste, 9964 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
 
Périphérique Amorce    Début         Fin      Blocs    Id  Système
/dev/sdf1               1        9964    80035798+   7  HPFS/NTFS
 


 
 
et ici mon menu grub :

Citation :

# 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=86d9fbf0-8207-4b4a-8b18-88143bc2f87e ro
 
## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0
 
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd2,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
 
## 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  (hd2,0)
kernel  /boot/vmlinuz-2.6.20-15-generic root=UUID=86d9fbf0-8207-4b4a-8b18-88143bc2f87e ro quiet splash
initrd  /boot/initrd.img-2.6.20-15-generic
quiet
savedefault
 
title  Ubuntu, kernel 2.6.20-15-generic (recovery mode)
root  (hd2,0)
kernel  /boot/vmlinuz-2.6.20-15-generic root=UUID=86d9fbf0-8207-4b4a-8b18-88143bc2f87e ro single
initrd  /boot/initrd.img-2.6.20-15-generic
 
title  Ubuntu, memtest86+
root  (hd2,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/sdb1
title  Microsoft Windows XP Professionnel
root  (hd1,0)
savedefault
makeactive
map  (hd0) (hd1)
map  (hd1) (hd0)
chainloader +1
 


 
 
 
voila don y aurais quelqu'un qui vois ce qui cloche...
moi ca fait 3 jours que je suis dessus et je commence a  :pt1cable:  :cry:  :pfff:


Message édité par akoirium le 28-09-2007 à 16:12:05

---------------
LE FORUM EST EN DANGER ! AIDEZ NOUS!
 
Linux Rocks !
mood
Posté le 28-09-2007 à 12:19:10  profilanswer
 

n°134954
gylles
On doit pouvoir faire mieux
Posté le 28-09-2007 à 13:22:49  profilanswer
 

Salut,
 
bon apparement ton probleme vient du fait que grub ne trouve pas le programme d'amorcage sur le mbr
 
Ci-joint un petit lien  
http://www.cepcasa.info/parted/recup1.html#5%B0_grub
et regarde le chapitre 5
en espérant que ca puisse t'aider.


---------------
projet en attente : http://forum.allinbox.com/aspectge [...] 8894_1.htm
pchc terminé : http://forum.allinbox.com/aspectge [...] 6638_1.htm
n°134955
akoirium
modo-frageur
Posté le 28-09-2007 à 13:27:39  profilanswer
 

dejas vus et dejas fait...
 
rien a faire c tjs pareil :(


---------------
LE FORUM EST EN DANGER ! AIDEZ NOUS!
 
Linux Rocks !
n°134956
akoirium
modo-frageur
Posté le 28-09-2007 à 13:30:51  profilanswer
 

bon si non je viens de faire un petit "fixmbr" pour recuperer mon windaube
 
je vais finir son install mettre tous les drivers et formater mes espace libre et retenter une install de grub mais j'y crois plus trop


---------------
LE FORUM EST EN DANGER ! AIDEZ NOUS!
 
Linux Rocks !
n°134957
akoirium
modo-frageur
Posté le 28-09-2007 à 14:07:05  profilanswer
 

bon y a du neuf...
 
j'ai installer sous windaube mes driver de carte pci sata et ide et formater mes disques
 
puis sous le live cd ubuntu find et setup de grub
 
redemarage, yes !!! le menu apparait
 
mais:
si je selectionne ubuntu :
error 17 : cannot mont selected partition
 
et pour windaube :
error 13 : invalid or unsuported executable format
 
 
:(
 
bon je rebbot en live cd et je vous met mon nouveau fdisk et menu grub...
 
 
 
edit :
 
bon voila le fdisk:

Citation :

ubuntu@ubuntu:~$ sudo fdisk -l
 
Disk /dev/sda: 61.4 GB, 61492838400 bytes
255 heads, 63 sectors/track, 7476 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
 
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        1096     8803588+   7  HPFS/NTFS
/dev/sda2            1097        7475    51239317+   7  HPFS/NTFS
 
Disk /dev/sdb: 20.4 GB, 20416757760 bytes
255 heads, 63 sectors/track, 2482 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
 
   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1        2373    19061091   83  Linux
/dev/sdb2            2374        2482      875542+   5  Extended
/dev/sdb5            2374        2482      875511   82  Linux swap / Solaris
 
Disk /dev/sdc: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
 
   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1               1        9964    80035798+   7  HPFS/NTFS
 
Disk /dev/sdd: 163.9 GB, 163928604672 bytes
255 heads, 63 sectors/track, 19929 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
 
   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1               1        9965    80043831    7  HPFS/NTFS
/dev/sdd2            9966       19929    80035830    7  HPFS/NTFS
 
Disk /dev/sde: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
 
   Device Boot      Start         End      Blocks   Id  System
/dev/sde1               1        4865    39078081    7  HPFS/NTFS
 
Disk /dev/sdf: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
 
   Device Boot      Start         End      Blocks   Id  System
/dev/sdf1               1        9729    78148161    7  HPFS/NTFS
 
Disk /dev/sdg: 252 MB, 252182528 bytes
255 heads, 63 sectors/track, 30 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
 
   Device Boot      Start         End      Blocks   Id  System
/dev/sdg1   *           1          31      246240+   e  W95 FAT16 (LBA)
Partition 1 has different physical/logical endings:
     phys=(29, 254, 63) logical=(30, 168, 10)
ubuntu@ubuntu:~$  
 
 


 
 
et le menu grub :

Citation :

# 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=86d9fbf0-8207-4b4a-8b18-88143bc2f87e ro
 
## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0
 
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd2,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
 
## 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  (hd2,0)
kernel  /boot/vmlinuz-2.6.20-15-generic root=UUID=86d9fbf0-8207-4b4a-8b18-88143bc2f87e ro quiet splash
initrd  /boot/initrd.img-2.6.20-15-generic
quiet
savedefault
 
title  Ubuntu, kernel 2.6.20-15-generic (recovery mode)
root  (hd2,0)
kernel  /boot/vmlinuz-2.6.20-15-generic root=UUID=86d9fbf0-8207-4b4a-8b18-88143bc2f87e ro single
initrd  /boot/initrd.img-2.6.20-15-generic
 
title  Ubuntu, memtest86+
root  (hd2,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/sdb1
title  Microsoft Windows XP Professionnel
root  (hd1,0)
savedefault
makeactive
map  (hd0) (hd1)
map  (hd1) (hd0)
chainloader +1
 


Message édité par akoirium le 28-09-2007 à 14:19:10

---------------
LE FORUM EST EN DANGER ! AIDEZ NOUS!
 
Linux Rocks !
n°134958
gylles
On doit pouvoir faire mieux
Posté le 28-09-2007 à 14:44:05  profilanswer
 

Apparement windows se trouve sur la premiere partition de ton disque dur donc tu devrais avoir ca :
 
title  Windows NT/2000/XP
root  (hd0,0)
savedefault  
makeactive
chainloader +1
boot
 
car actuellement tu as plutot ca :

Citation :


Windows se trouve sur la 1re partition du 2e disque dur
Il faut alors virtuellement placer ce disque dur en « hd0 » sans quoi Windows ne peut démarrer. Les lignes à ajouter sont alors :  
 
title  Windows NT/2000/XP
root  (hd1,0)  # la partition a démarrer
makeactive   # cette commande positionne le bit de partition active à 1 (au cas où)
map  (hd0) (hd1) # hd0 devient hd1
map  (hd1) (hd0) # hd1 devient hd0 virtuellement
chainloader +1  # saut au début de la piste suivante car c'est un OS Microsoft(R).


---------------
projet en attente : http://forum.allinbox.com/aspectge [...] 8894_1.htm
pchc terminé : http://forum.allinbox.com/aspectge [...] 6638_1.htm
n°134959
akoirium
modo-frageur
Posté le 28-09-2007 à 14:55:48  profilanswer
 

YES !!!! :bounce:  :bounce:  
 
windaube demarre apres les modif que tu m'as dis de faire
 
c un bon debut ;)  
 
je retest ubuntu et je te dis si ca marche ;)


---------------
LE FORUM EST EN DANGER ! AIDEZ NOUS!
 
Linux Rocks !
n°134960
akoirium
modo-frageur
Posté le 28-09-2007 à 14:57:31  profilanswer
 

bon tjs erreur 17 pour ubuntu mais windaube boot sans pb  ;)  
 
t'as pas une idée pour ubuntu ?


---------------
LE FORUM EST EN DANGER ! AIDEZ NOUS!
 
Linux Rocks !
n°134961
gylles
On doit pouvoir faire mieux
Posté le 28-09-2007 à 14:59:48  profilanswer
 

A quel moment arrive apparait l'erreur 17  ?(apres avoir sélectionné ubuntu dans le menu grub ?)


---------------
projet en attente : http://forum.allinbox.com/aspectge [...] 8894_1.htm
pchc terminé : http://forum.allinbox.com/aspectge [...] 6638_1.htm
n°134962
akoirium
modo-frageur
Posté le 28-09-2007 à 15:01:49  profilanswer
 

oui c'est ca et pareil pour le safe mode et les autres kernels


---------------
LE FORUM EST EN DANGER ! AIDEZ NOUS!
 
Linux Rocks !
n°134963
gylles
On doit pouvoir faire mieux
Posté le 28-09-2007 à 15:06:43  profilanswer
 

apparement (hd2,0) c'est bon par contre la ligne kernel ... me parait bizarre comme si grub ne trouvait pas le noyau linux à lancer.
Faut que je retrouve un exemple de ligne , je regarde...


---------------
projet en attente : http://forum.allinbox.com/aspectge [...] 8894_1.htm
pchc terminé : http://forum.allinbox.com/aspectge [...] 6638_1.htm
n°134964
akoirium
modo-frageur
Posté le 28-09-2007 à 15:11:19  profilanswer
 

tu parle de ca :

Citation :

root=UUID=86d9fbf0-8207-4b4a-8b18-88143bc2f87e ro quiet splash

 

car moi aussi ca me parais bizzard car dans les autre exemple que j'ai vus c'est :

 

/dev/hda1 ou autre.... :heink:

 

edit:
et le pire c que dans mon fdisk hd qq chose n'apparais pas mais sd qq chose...

 

reedit:
tans que j'y suis une tite question
en admetant que je (enfin que tu) resolve mon pb, toutes mes partition de données sont en NTFS...
si je les convertient apres en FAT32 pour pouvoir ecrire dessus avec linux, est-ce que ca vas me refoutre le meme bordel dans grub ?


Message édité par akoirium le 28-09-2007 à 15:22:02

---------------
LE FORUM EST EN DANGER ! AIDEZ NOUS!
 
Linux Rocks !
n°134965
gylles
On doit pouvoir faire mieux
Posté le 28-09-2007 à 15:20:14  profilanswer
 

Peux tu me donne le résultat de la commande suivante :
 
sudo vol_id -u /dev/sdb1
 
 


---------------
projet en attente : http://forum.allinbox.com/aspectge [...] 8894_1.htm
pchc terminé : http://forum.allinbox.com/aspectge [...] 6638_1.htm
n°134966
gylles
On doit pouvoir faire mieux
Posté le 28-09-2007 à 15:22:20  profilanswer
 

Citation :


tu parle de ca :
 
Citation :
 
 
root=UUID=86d9fbf0-8207-4b4a-8b18-88143bc2f87e ro quiet splash
 
 
 
car moi aussi ca me parais bizzard car dans les autre exemple que j'ai vus c'est :
 
 
/dev/hda1 ou autre....  
 
 
edit:
et le pire c que dans mon fdisk hd qq chose n'apparais pas mais sd qq chose


 
 
ca a changer depuis les derniere version je pense qu'il y a une différence entre l'uuid de ton menu.lst et celui indiqué dans ton /etc/fstab d'ou ma question précédente


---------------
projet en attente : http://forum.allinbox.com/aspectge [...] 8894_1.htm
pchc terminé : http://forum.allinbox.com/aspectge [...] 6638_1.htm
n°134967
gylles
On doit pouvoir faire mieux
Posté le 28-09-2007 à 15:25:37  profilanswer
 
n°134968
akoirium
modo-frageur
Posté le 28-09-2007 à 15:30:19  profilanswer
 

si ca peut aider voila mon fichier fstab :
 

Citation :

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/sdc1
UUID=86d9fbf0-8207-4b4a-8b18-88143bc2f87e /               ext3    defaults,errors=remount-ro 0       1
# /dev/sdc5
UUID=b4d4d195-f3a3-44ad-bfe9-3e9c2caabbc1 none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto     0       0
/dev/scd1       /media/cdrom1   udf,iso9660 user,noauto     0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0


---------------
LE FORUM EST EN DANGER ! AIDEZ NOUS!
 
Linux Rocks !
n°134970
gylles
On doit pouvoir faire mieux
Posté le 28-09-2007 à 15:37:31  profilanswer
 

d'apres ton fstab le disque dur est /dev/sdc1 et c'est la que grub cherche le noyau pour démarrer  (puisque c'est l'uuid indiqué dans ton menu.lst) or c'est pas une partition linux ca ? (tu as encore quelque chose sur ce disque ?)
 
edit :  a non il y a aussi sdc5 mais c'est pas le meme uuid


Message édité par gylles le 28-09-2007 à 15:39:52

---------------
projet en attente : http://forum.allinbox.com/aspectge [...] 8894_1.htm
pchc terminé : http://forum.allinbox.com/aspectge [...] 6638_1.htm
n°134971
akoirium
modo-frageur
Posté le 28-09-2007 à 15:40:12  profilanswer
 

bhen c un des 2 80go le sata ou l'ide je sais pas... et il y as des données dessus


---------------
LE FORUM EST EN DANGER ! AIDEZ NOUS!
 
Linux Rocks !
n°134972
gylles
On doit pouvoir faire mieux
Posté le 28-09-2007 à 15:42:40  profilanswer
 

le probleme à mon avis c'est que ton ubuntu est installé sur dev/sdb1 donc ton menu.lst ne pointe pas sur le bon disque.


---------------
projet en attente : http://forum.allinbox.com/aspectge [...] 8894_1.htm
pchc terminé : http://forum.allinbox.com/aspectge [...] 6638_1.htm
n°134973
akoirium
modo-frageur
Posté le 28-09-2007 à 15:43:48  profilanswer
 

donc il faudrais que je remplace l'uuid du swap de fstab dans mon menu grub pour les kernels de ubuntu...

 

c ca non ?

 

donc remplacer tous les UUID=86d9fbf0-8207-4b4a-8b18-88143bc2f87e dans le menu par :

 


UUID=b4d4d195-f3a3-44ad-bfe9-3e9c2caabbc1

 


edit je crois que c une connerie ce que je viens de dire...


Message édité par akoirium le 28-09-2007 à 16:02:29

---------------
LE FORUM EST EN DANGER ! AIDEZ NOUS!
 
Linux Rocks !
n°134974
akoirium
modo-frageur
Posté le 28-09-2007 à 16:01:20  profilanswer
 

gylles a écrit :

le probleme à mon avis c'est que ton ubuntu est installé sur dev/sdb1 donc ton menu.lst ne pointe pas sur le bon disque.


 
heu d'apres les info hardware les uuid correspondent mais c peut etre alors la ligne du dessus qui pose pb dans le menu
 
car si effectivement mon ubuntu est sur sdb1 la corespondance ds le menu serais (hd1,0) et non (hd2,0)
 
j'ai bon la ?...
 


---------------
LE FORUM EST EN DANGER ! AIDEZ NOUS!
 
Linux Rocks !
n°134975
akoirium
modo-frageur
Posté le 28-09-2007 à 16:11:03  profilanswer
 

YYYYEEEEESSSSS !!!!!! :bounce:  :bounce:  :bounce:  :bounce:  
 
ca y est ca marche!!!
c'etais bien ca j'ai changer les (hd2,0) en (hd1,0) et c bon
 
 
merci mille fois pour ton aide gylles :jap:  :jap:  :jap:  :jap:  :jap:  
 
moi content  :bounce:  :bounce:  :bounce:


---------------
LE FORUM EST EN DANGER ! AIDEZ NOUS!
 
Linux Rocks !
n°134980
gylles
On doit pouvoir faire mieux
Posté le 28-09-2007 à 17:19:09  profilanswer
 

désolé j'ai eu un petit imprévu pas pu t'aider +
Content que ca marche.


---------------
projet en attente : http://forum.allinbox.com/aspectge [...] 8894_1.htm
pchc terminé : http://forum.allinbox.com/aspectge [...] 6638_1.htm
n°134981
akoirium
modo-frageur
Posté le 28-09-2007 à 17:28:46  profilanswer
 

pas de pb
au contraire tu m'as bien aider
 
j'y serais encore si tu ne m'avais pas aiguiller ;)
 
bon maintenant je galére pour le montage automatique des partition mais je pensse m'en sortir tt seul
 
merci encore ;)


---------------
LE FORUM EST EN DANGER ! AIDEZ NOUS!
 
Linux Rocks !

Aller à :
Ajouter une réponse