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 01/11/2008, à 12:47

Dahu88

[RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

Bonjour,

J'ai mis à jour vers la 8.10 ce matin et dans grub après avoir démarré sur le dernier noyau j'ai une erreur 15: File not found

Voici le contenu de mon /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=7d354066-40d7-4948-8ea8-162808b2a81e ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd1,1)

## 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 pci=nomsi

## 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.10, kernel 2.6.27-7-generic
root		(hd1,1)
kernel		/boot/vmlinuz-2.6.27-7-generic root=UUID=7d354066-40d7-4948-8ea8-162808b2a81e ro quiet splash pci=nomsi 
initrd		/boot/initrd.img-2.6.27-7-generic
quiet

title		Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
root		(hd1,1)
kernel		/boot/vmlinuz-2.6.27-7-generic root=UUID=7d354066-40d7-4948-8ea8-162808b2a81e ro  single
initrd		/boot/initrd.img-2.6.27-7-generic

title		Ubuntu 8.10, kernel 2.6.24-19-generic
root		(hd1,1)
kernel		/boot/vmlinuz-2.6.24-19-generic root=UUID=7d354066-40d7-4948-8ea8-162808b2a81e ro quiet splash pci=nomsi 
initrd		/boot/initrd.img-2.6.24-19-generic
quiet

title		Ubuntu 8.10, kernel 2.6.24-19-generic (recovery mode)
root		(hd1,1)
kernel		/boot/vmlinuz-2.6.24-19-generic root=UUID=7d354066-40d7-4948-8ea8-162808b2a81e ro  single
initrd		/boot/initrd.img-2.6.24-19-generic

title		Ubuntu 8.10, memtest86+
root		(hd1,1)
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 2000 Professionnel
root		(hd0,0)
savedefault
makeactive
chainloader	+1


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda2.
title		Ubuntu 8.04.1, kernel 2.6.24-19-generic (on /dev/sda2)
root		(hd0,1)
kernel		/boot/vmlinuz-2.6.24-19-generic root=UUID=a425cdb7-2b7c-4d9e-9cbb-91ede36a52d5 ro quiet splash locale=fr_FR 
initrd		/boot/initrd.img-2.6.24-19-generic
savedefault
boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda2.
title		Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode) (on /dev/sda2)
root		(hd0,1)
kernel		/boot/vmlinuz-2.6.24-19-generic root=UUID=a425cdb7-2b7c-4d9e-9cbb-91ede36a52d5 ro single 
initrd		/boot/initrd.img-2.6.24-19-generic
savedefault
boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda2.
title		Ubuntu 8.04.1, kernel 2.6.24-18-generic (on /dev/sda2)
root		(hd0,1)
kernel		/boot/vmlinuz-2.6.24-18-generic root=UUID=a425cdb7-2b7c-4d9e-9cbb-91ede36a52d5 ro quiet splash locale=fr_FR 
initrd		/boot/initrd.img-2.6.24-18-generic
savedefault
boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda2.
title		Ubuntu 8.04.1, kernel 2.6.24-18-generic (recovery mode) (on /dev/sda2)
root		(hd0,1)
kernel		/boot/vmlinuz-2.6.24-18-generic root=UUID=a425cdb7-2b7c-4d9e-9cbb-91ede36a52d5 ro single 
initrd		/boot/initrd.img-2.6.24-18-generic
savedefault
boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda2.
title		Ubuntu 8.04.1, kernel 2.6.24-17-generic (on /dev/sda2)
root		(hd0,1)
kernel		/boot/vmlinuz-2.6.24-17-generic root=UUID=a425cdb7-2b7c-4d9e-9cbb-91ede36a52d5 ro quiet splash locale=fr_FR 
initrd		/boot/initrd.img-2.6.24-17-generic
savedefault
boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda2.
title		Ubuntu 8.04.1, kernel 2.6.24-17-generic (recovery mode) (on /dev/sda2)
root		(hd0,1)
kernel		/boot/vmlinuz-2.6.24-17-generic root=UUID=a425cdb7-2b7c-4d9e-9cbb-91ede36a52d5 ro single 
initrd		/boot/initrd.img-2.6.24-17-generic
savedefault
boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda2.
title		Ubuntu 8.04.1, kernel 2.6.24-16-generic (on /dev/sda2)
root		(hd0,1)
kernel		/boot/vmlinuz-2.6.24-16-generic root=UUID=a425cdb7-2b7c-4d9e-9cbb-91ede36a52d5 ro quiet splash locale=fr_FR 
initrd		/boot/initrd.img-2.6.24-16-generic
savedefault
boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda2.
title		Ubuntu 8.04.1, kernel 2.6.24-16-generic (recovery mode) (on /dev/sda2)
root		(hd0,1)
kernel		/boot/vmlinuz-2.6.24-16-generic root=UUID=a425cdb7-2b7c-4d9e-9cbb-91ede36a52d5 ro single 
initrd		/boot/initrd.img-2.6.24-16-generic
savedefault
boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda2.
title		Ubuntu 8.04.1, kernel 2.6.22-14-generic (on /dev/sda2)
root		(hd0,1)
kernel		/boot/vmlinuz-2.6.22-14-generic root=UUID=a425cdb7-2b7c-4d9e-9cbb-91ede36a52d5 ro quiet splash locale=fr_FR 
initrd		/boot/initrd.img-2.6.22-14-generic
savedefault
boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda2.
title		Ubuntu 8.04.1, kernel 2.6.22-14-generic (recovery mode) (on /dev/sda2)
root		(hd0,1)
kernel		/boot/vmlinuz-2.6.22-14-generic root=UUID=a425cdb7-2b7c-4d9e-9cbb-91ede36a52d5 ro single 
initrd		/boot/initrd.img-2.6.22-14-generic
savedefault
boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda2.
title		Ubuntu 8.04.1, memtest86+ (on /dev/sda2)
root		(hd0,1)
kernel		/boot/memtest86+.bin  
savedefault
boot

J'ai vérifié les deux fichier /boot/vmlinuz-2.6.27-7-generic et /boot/initrd.img-2.6.27-7-generic sont bien présents ... je suis perplexe quant à l'origine du problème ...

Merci de votre aide, pour l'instant je peux encore démarrer sur le noyau 2.6.24-19

Dernière modification par Dahu88 (Le 06/11/2008, à 07:51)

Hors ligne

#2 Le 01/11/2008, à 13:28

Compte anonymisé

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

Salut

Que donne un :
sudo  ls  -l  /boot

Tu peux aussi tenter de retirer l'option :
pci=nomsi en fin de ligne kernel

@+

Dernière modification par Compte anonymisé (Le 01/11/2008, à 13:30)

#3 Le 01/11/2008, à 14:43

Dahu88

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

-rw-r--r-- 1 root root  422667 2008-08-21 06:46 abi-2.6.24-19-generic
-rw-r--r-- 1 root root  507665 2008-10-30 06:46 abi-2.6.27-7-generic
-rw-r--r-- 1 root root   80049 2008-08-21 06:46 config-2.6.24-19-generic
-rw-r--r-- 1 root root   91364 2008-10-30 06:46 config-2.6.27-7-generic
drwxr-xr-x 2 root root    4096 2008-11-01 10:30 grub
-rw-r--r-- 1 root root 7500803 2008-08-27 08:05 initrd.img-2.6.24-19-generic
-rw-r--r-- 1 root root 7500854 2008-08-12 08:28 initrd.img-2.6.24-19-generic.bak
-rw-r--r-- 1 root root 8122082 2008-11-01 10:20 initrd.img-2.6.27-7-generic
-rw-r--r-- 1 root root  124152 2008-09-11 22:11 memtest86+.bin
-rw-r--r-- 1 root root  905170 2008-08-21 06:46 System.map-2.6.24-19-generic
-rw-r--r-- 1 root root 1029585 2008-10-30 06:46 System.map-2.6.27-7-generic
-rw-r--r-- 1 root root    1073 2008-10-30 06:47 vmcoreinfo-2.6.27-7-generic
-rw-r--r-- 1 root root 1921464 2008-08-21 06:46 vmlinuz-2.6.24-19-generic
-rw-r--r-- 1 root root 2244464 2008-10-30 06:46 vmlinuz-2.6.27-7-generic

Je vais essayer d'enlever le pci=nomsi mais c'est ce qui faisait marcher ubntu sur ma carte-mère jusque là ...

Hors ligne

#4 Le 01/11/2008, à 14:52

Dahu88

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

Je viens d'enlever le pci=nomsi au démarrage dans grub et ça marche bien, je pense que je vais mettre résolu.

Merci pour l'aide

Hors ligne

#5 Le 01/11/2008, à 17:36

Dahu88

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

Là il y a comme un problème ... j'ai dû redémarrer ma machine et j'ai de nouveau enlevé l'argument pci=nomsi, mais ça ne fonctionne plus et j'ai l'erreur 15 qui revient à nouveau ...

Je vais avoir besoin d'aide encore ...

Hors ligne

#6 Le 01/11/2008, à 17:45

Grub de chantier

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

reretire l'option de la ligne kernel mais aussi de la ligne

# defoptions=quiet splash pci=nomsi

#7 Le 01/11/2008, à 19:45

Dahu88

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

J'ai enlevé l'option pci=nomsi de la ligne kernel et de la ligne defoptions mais maintenant j'ai toujours le problème Error 15: file not found ...

C'est pas possible de demander à Grub c'est quoi le fichier qu'il ne trouve pas ?

Dernière modification par Dahu88 (Le 02/11/2008, à 11:07)

Hors ligne

#8 Le 02/11/2008, à 11:08

Dahu88

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

Un petit up ...
Sinon je tente la réinstallation ...

Hors ligne

#9 Le 03/11/2008, à 00:28

Dahu88

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

Un petit up encore avant de me coucher ...

Hors ligne

#10 Le 03/11/2008, à 00:38

Zakhar

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

Dahu88 a écrit :

C'est pas possible de demander à Grub c'est quoi le fichier qu'il ne trouve pas ?

Eh bien en réalité, les fichiers qu'il cherche sont indiqués en toute lettre dans ton menu.lst

Dahu88 a écrit :

title        Ubuntu 8.10, kernel 2.6.27-7-generic
root        (hd1,1)
kernel    /boot/vmlinuz-2.6.27-7-generic root=UUID=7d354066-40d7-4948-8ea8-162808b2a81e ro quiet splash pci=nomsi
initrd        /boot/initrd.img-2.6.27-7-generic

et donc pour ce kernel là, il va chercher :
hd(1,1)/boot/vmlinuz-2.6.27-7-generic
ainsi que
hd(1,1)/boot/initrd.img-2.6.27-7-generic

La question que je me pose, selon ton menu.lst, tu as 3 systèmes :
- Windows
- Ubuntu 8.04
- Ubuntu 8.10

Les deux premiers ont l'air d'être installé sur un disque.
Le second est installé sur un second disque (puisqu'on lit hd1)

Comment procèdes-tu pour booter la 8.10 ?
One-time-boot-menu par F12 (ou la touche qui va bien sur ton PC).

A mon avis ton problème est là, à savoir que pour Grub, le disque sur lequel tu démarres a tendance à être hd0.
Tente donc une fois que tu en es au Grub de ta 8.10 d'éditer pour changer la ligne root et de lui mettre (hd0,1) à la place de ce (hd1,1)


"A computer is like air conditioning: it becomes useless when you open windows." (Linus Torvald)

Hors ligne

#11 Le 03/11/2008, à 12:41

Dahu88

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

Je dois dire que mon menu.lst doit être un peu crade et a des trucs à nettoyer

La partition windows doit être morte, si je me souviens bien ça fait bien 6 mois que je n'ai pas essayé de booter dessus.

Pour les 2 Ubuntus au moment de faire la mise à jour en 8.04 (il y a 6 mois) j'ai eu des problèmes au moment de la mise à jour depuis la 7.10. J'ai donc dû réinstaller en reformatant, par contre le grub est resté avec la 8.04 en double depuis cette époque.
La 8.10 je viens de l'installer en faisant une mise à jour de l'installation de la 8.04

J'ai donc :
* une vieille partition windows qui n'est peut-être plus accessible
* une vieille installation Ubuntu 8.04 qui n'est plus accessible
* une installation 8.10 par encore bien sèche sur laquelle je boote avec le noyau 2.6.24-19

Zakhar a écrit :

Comment procèdes-tu pour booter la 8.10 ?

Pour booter la 8.10 je laisse faire le démarrage automatique, qui fonctionnait avec la 8.04 précédente que j'ai mis à jour


Pour mémoire, je recopie le contenu de mon ls -l /boot

-rw-r--r-- 1 root root  422667 2008-08-21 06:46 abi-2.6.24-19-generic
-rw-r--r-- 1 root root  507665 2008-10-30 06:46 abi-2.6.27-7-generic
-rw-r--r-- 1 root root   80049 2008-08-21 06:46 config-2.6.24-19-generic
-rw-r--r-- 1 root root   91364 2008-10-30 06:46 config-2.6.27-7-generic
drwxr-xr-x 2 root root    4096 2008-11-01 10:30 grub
-rw-r--r-- 1 root root 7500803 2008-08-27 08:05 initrd.img-2.6.24-19-generic
-rw-r--r-- 1 root root 7500854 2008-08-12 08:28 initrd.img-2.6.24-19-generic.bak
-rw-r--r-- 1 root root 8122082 2008-11-01 10:20 initrd.img-2.6.27-7-generic
-rw-r--r-- 1 root root  124152 2008-09-11 22:11 memtest86+.bin
-rw-r--r-- 1 root root  905170 2008-08-21 06:46 System.map-2.6.24-19-generic
-rw-r--r-- 1 root root 1029585 2008-10-30 06:46 System.map-2.6.27-7-generic
-rw-r--r-- 1 root root    1073 2008-10-30 06:47 vmcoreinfo-2.6.27-7-generic
-rw-r--r-- 1 root root 1921464 2008-08-21 06:46 vmlinuz-2.6.24-19-generic
-rw-r--r-- 1 root root 2244464 2008-10-30 06:46 vmlinuz-2.6.27-7-generic

Hors ligne

#12 Le 03/11/2008, à 20:35

Dahu88

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

Un petit up pour les lecteurs du soir ...

Hors ligne

#13 Le 03/11/2008, à 20:48

Grub de chantier

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

donne le retour de

sudo grub
find /boot/grub/stage1
quit

#14 Le 03/11/2008, à 21:13

Dahu88

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

Aussitôt demandé aussitôt copié-collé ...

grub> find /boot/grub/stage1
 (hd0,1)
 (hd1,1)

Hors ligne

#15 Le 03/11/2008, à 23:58

Dahu88

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

Un petit up encore avant de me coucher ...

Hors ligne

#16 Le 04/11/2008, à 09:18

Dahu88

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

/em toussote

Hors ligne

#17 Le 04/11/2008, à 10:04

donald7

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

j'ai le même probleme sur pb multi boot windows xp / ubuntu 8.4 / mandriva 2009.0 / kubuntu 8.10

le grub de kubuntu me renvoie une erreur 15 et je ne comprends pas pourquoi.

je n'ai pas d'option pci=nomsi

le grub du MBR renvoie correctement au grub de kubuntu, installé sur le secteur maitre de la partition

tous les autres OS bootent normalement

donald

Hors ligne

#18 Le 04/11/2008, à 10:18

rpj

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

ton probleme est que toutes tes systemes son sur la meme partition (pas possible) hd0,1.

roger64 à ecrit :
tu peux supprimer sous Synaptic les paquets "linux-image" d'un numéro inférieur genre 2.6.24 ou autres. Synaptic (apt-get) est assez doué pour supprimer en même temps les dépendances (headers et autres) correspondantes. Il t'en informera avec précision avant exécution.

A charge pour toi de ne pas te gourer de numéro de kernel...wink
Vérifie avec la commande
Code:

uname -r

le numéro du kernel que tu utilises (à ne pas supprimer !!)

Après avoir éclairci le paysage, tu peux aussi remettre grub à jour avec la commande
Code:

sudo update-grub

La ligne de commande UNIX devrait être obligatoire dès la maternelle ! :-)
Debian, XFCE,  FF, .
Android dev (éternel débutant)

Hors ligne

#19 Le 04/11/2008, à 10:28

rpj

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

donald7, ton pb est le même (erreur 15)
Votre "menu.lts" cherche les fichiers de démarrage sur la partition affiché mais ne les trouves pas parce-que " menu.lst" est mal écrit.
Ceci arrive car tous les deux vous venez d'installer un nouveau système et vous n'avez  pas fait de "sudo update-grub" après.
Car maintenant tu a l'ancien " menu.lst" avec des nouvelles partitions , ça peut pas marcher.


La ligne de commande UNIX devrait être obligatoire dès la maternelle ! :-)
Debian, XFCE,  FF, .
Android dev (éternel débutant)

Hors ligne

#20 Le 04/11/2008, à 11:05

donald7

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

ok j'ai compris et résolu mon problème

voici un extrait de mon menu.lst corrigé:  j'y ai ajouté (hd0,7) pour donner l'adresse de root
ca fonctionne big_smile

je m'étonne quand même de ne pas avoir eu ce probleme auparavant à l'installation d'ubuntu 8.4

donald

title           Ubuntu 8.10, kernel 2.6.27-7-generic
root            (hd0,7)                             
uuid            46fb760e-880f-45f3-8fb7-6b5f1360b35f
kernel          /boot/vmlinuz-2.6.27-7-generic root=UUID=46fb760e-880f-45f3-8fb7-6b5f1360b35f ro quiet splash                                                   
initrd          (hd0,7)/boot/initrd.img-2.6.27-7-generic                        
quiet

Hors ligne

#21 Le 04/11/2008, à 16:37

rpj

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

Bien content que ça fonctionne , j'ai eu une fois ce problème , en réalité grub travaille de son coté avec sa  propre façon de nommer les partitions et parfois ça coince avec le reste du système.
J'avais intrepid en beta et fais les MAJ jusqu'à maintenant sur une partition à part et j'ai pas eu ce pb .


La ligne de commande UNIX devrait être obligatoire dès la maternelle ! :-)
Debian, XFCE,  FF, .
Android dev (éternel débutant)

Hors ligne

#22 Le 04/11/2008, à 22:10

Dahu88

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

Alors pour les dernières informations demandée ... lors de la mise à jour vers la 8.10 il m'a  viré tous mes anciens noyaux que je n'utilisent plus ... je n'ai que les :
* linux-image-generic
* linux-image-2.6.27-7-generic
* linux-image-2.6.24-19-generic

Existe-t-il un moyen de régénérer le menu.lst proprement ?

Hors ligne

#23 Le 05/11/2008, à 09:47

Dahu88

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

je suis désolé de remonter ce message mais j'ai l'impression que c'est le seul moyen pour qu'il avance tongue

Hors ligne

#24 Le 05/11/2008, à 10:34

rpj

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

Oui tu fais en ligne de commande :

sudo update-grub

La ligne de commande UNIX devrait être obligatoire dès la maternelle ! :-)
Debian, XFCE,  FF, .
Android dev (éternel débutant)

Hors ligne

#25 Le 05/11/2008, à 12:28

Dahu88

Re : [RESOLU] Grub Erreur 15: File Not Found après sélection du noyau

le sudo update-grub  n'a rien changé ...
Je crois que je vais être bon pour une réinstallation ...

Hors ligne