Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 14/08/2007, à 18:25

random

[Résolu] GRUB erreur 15

Salut les djeuns, et les moins djeuns !

Bon, après 40 essais et 17 heures de lecture je me décide à poster

J'avais un multi boot avec XP sur sda1 et Ubuntu sur sdb1, un jour ça s'est mis a ne plus vouloir booter, j'ai fais plusieurs essais que je ne détaillerais pas, voici la situation d'aujourd'hui

Au boot grub me sort une erreur 15

Je mets ci-dessous les détails de l'install (données obtenues depuis le LiveCD)
En précisant que la dernière install d'Ubuntu à été faite sur sda1 en ayant au préalable :
1- supprimé toutes les partitions de sda
2- avoir "installé la table de partition msdos" sur sda à l'aide de gparted
3- supprimé mon ancien système linux sur sdb1 avec mkfs.etx3
4- créé les partition manuellement avec gparted avant de lancer l'install
5- lancer un mkfs.ext3 sur toutes les partitions de sda (sauf le swap)
6- Lancer l'install

Merci d'avance pour vos conseils

cool

root@ubuntu:/# fdisk -l

/dev/sda1   *           1        2611    20972826   83  Linux      (new système)
/dev/sda2            2612        6527    31455270   83  Linux       (new home)
/dev/sda3            6528       19457   103860225    5  Extended
/dev/sda5            6528       19326   102807936   83  Linux     (vide)
/dev/sda6           19327       19457     1052226   82  Linux swap / Solaris   (swap utilisé)

/dev/sdb1               1        3916    31455238+  83  Linux     (ancien système, vidé avec mkfs.ext3)
/dev/sdb2            3917        6527    20972857+  83  Linux      (mon ancien home, à récupérer)
/dev/sdb3            6528       30270   190715647+  83  Linux       (des datas à récupérer)
/dev/sdb4           30271       30401     1052257+  82  Linux swap / Solaris     (ancien swap)

root@ubuntu:/# cat /mnt/sda1/etc/fstab

proc            /proc           proc    defaults        0       0
# /dev/sda1
UUID=f1c60592-ae08-448f-8aee-9026e01469b4 /               ext3    defaults,errors=remount-ro 0       1
# /dev/sda2
UUID=b3a6e0e0-371f-4932-9af0-04227657c100 /home           ext3    defaults        0       2
# /dev/sda5
UUID=303d8f8a-dee2-4957-b372-f1d097f8321e /media/sda5     ext3    defaults        0       2
# /dev/sda6
UUID=a83aca3c-5938-48ae-a7b5-68553462113d none            swap    sw              0       0
/dev/hda        /media/cdrom0   udf,iso9660 user,noauto     0       0
/dev/hdb        /media/cdrom1   udf,iso9660 user,noauto     0       0
/dev/           /media/floppy0  auto    rw,user,noauto  0       0

root@ubuntu:/# ls -l /dev/disk/by-uuid/  (je les ai remis dans l'ordre pour faciliter la lecture)

lrwxrwxrwx 1 root root 10 2007-08-14 18:29 f1c60592-ae08-448f-8aee-9026e01469b4 -> ../../sda1
lrwxrwxrwx 1 root root 10 2007-08-14 18:29 b3a6e0e0-371f-4932-9af0-04227657c100 -> ../../sda2
lrwxrwxrwx 1 root root 10 2007-08-14 18:29 303d8f8a-dee2-4957-b372-f1d097f8321e -> ../../sda5
lrwxrwxrwx 1 root root 10 2007-08-14 18:29 a83aca3c-5938-48ae-a7b5-68553462113d -> ../../sda6
lrwxrwxrwx 1 root root 10 2007-08-14 18:29 53699dbd-0807-4ec4-9ccb-3c70286cbc6f -> ../../sdb1
lrwxrwxrwx 1 root root 10 2007-08-14 18:29 ea27ceeb-dc28-4f85-96b1-fa42d0a55a86 -> ../../sdb2
lrwxrwxrwx 1 root root 10 2007-08-14 18:29 17409402-f7f5-420d-a2de-5e813c6d2156 -> ../../sdb3
lrwxrwxrwx 1 root root 10 2007-08-14 18:29 8a3fb93f-ef66-4feb-83e7-61358b4ce830 -> ../../sdb4

root@ubuntu:/# cat /mnt/sda1/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 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         3

## 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=f1c60592-ae08-448f-8aee-9026e01469b4 ro
# kopt_2_6=root=/dev/sda1 ro

## 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

## 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.17-10-generic
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.17-10-generic root=/dev/sda1 ro quiet splash locale=fr_FR
initrd          /boot/initrd.img-2.6.17-10-generic
quiet
savedefault
boot

title           Ubuntu, kernel 2.6.17-10-generic (recovery mode)
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.17-10-generic root=/dev/sda1 ro single
initrd          /boot/initrd.img-2.6.17-10-generic
boot

title           Ubuntu, memtest86+
root            (hd0,0)
kernel          /boot/memtest86+.bin
quiet
boot

### END DEBIAN AUTOMAGIC KERNELS LIST

root@ubuntu:/# cat /mnt/sda1/boot/grub/device.map

(hd0)   /dev/sda
(hd1)   /dev/sdb

root@ubuntu:/# ls -l /mnt/sda1/boot/

-rw-r--r-- 1 root root  285604 2006-10-13 19:09 abi-2.6.17-10-generic
-rw-r--r-- 1 root root   74645 2006-10-13 16:13 config-2.6.17-10-generic
drwxr-xr-x 2 root root    4096 2007-08-14 00:03 grub
-rw-r--r-- 1 root root 5697610 2007-08-14 00:03 initrd.img-2.6.17-10-generic
-rw-r--r-- 1 root root   94600 2006-10-20 11:44 memtest86+.bin
-rw-r--r-- 1 root root  728690 2006-10-13 19:09 System.map-2.6.17-10-generic
-rw-r--r-- 1 root root 1636681 2006-10-13 19:09 vmlinuz-2.6.17-10-generic

root@ubuntu:/# grub --batch

grub> find /boot/grub/stage1
find /boot/grub/stage1
(hd0,0)

Dernière modification par random (Le 14/08/2007, à 18:44)

Hors ligne

#2 Le 14/08/2007, à 18:42

random

Re : [Résolu] GRUB erreur 15

Pouarf

En postant j'ai pensé qu'il me restais qu'un reset du BIOS à tenter

Et ça marche

cool

Hors ligne

#3 Le 14/08/2007, à 18:42

belga

Re : [Résolu] GRUB erreur 15

cool
lol

Dernière modification par belga (Le 14/08/2007, à 18:43)


Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.

900s entre deux postes: mododoze

Hors ligne

#4 Le 14/08/2007, à 18:45

random

Re : [Résolu] GRUB erreur 15

Ouais cool, sauf que j'aurais certainement pu ne pas écraser mon ancienne install xD

Voyons le bon coté des choses : Je vais pouvoir reconfigurer tout ça

cool

Hors ligne

#5 Le 26/11/2008, à 16:57

meryl.42

Re : [Résolu] GRUB erreur 15

j'ai le même pb que toi... comment ta fait ? chui nulle en informatique, aide moi... stp

Hors ligne