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 18/08/2009, à 13:20

angus34

mise a jour 2.6.28.15 resolu!!

Bonjour!
Ce matin j'ai eus une maj du noyau du 2.6.28.14 au 2.6.28.15 et une foi la maj faite et apres redemarage je suis toujours au 2.6.28.14?????
Est-ce normal??

Dernière modification par angus34 (Le 19/08/2009, à 09:00)


UBUNTU 10.04
UBUNTU 12.04
I'm on the highway to hell!!!
De ses erreurs on apprend a ne pas les refaire sinon!!!!!

Hors ligne

#2 Le 18/08/2009, à 13:28

bastichou

Re : mise a jour 2.6.28.15 resolu!!

Il te l'a fait a toi aussi big_smile

moi j'ai modifié grub et c'est bon maintenant

Hors ligne

#3 Le 18/08/2009, à 13:38

angus34

Re : mise a jour 2.6.28.15 resolu!!

comment a tu modifier le grub s'il te plait?


UBUNTU 10.04
UBUNTU 12.04
I'm on the highway to hell!!!
De ses erreurs on apprend a ne pas les refaire sinon!!!!!

Hors ligne

#4 Le 18/08/2009, à 13:40

jajaX

Re : mise a jour 2.6.28.15 resolu!!

aucun soucis chez moi maj faite smile


@+
jajaX
Asus X93SM-YZ157V / Asus X93SM-YZ065V sous KDE Neon
ASUS K95VB sous Kubuntu 22.04 Jammy Jellyfish (64 bits) / ACER Aspire 5612 WLMI sous Kubuntu 18.04 Bionic Beaver (32 bits)

Hors ligne

#5 Le 18/08/2009, à 13:46

inbox

Re : mise a jour 2.6.28.15 resolu!!

Salut,

Pour corriger le tir, vérifies que cette partie (Les nouveaux noyaux ne sont pas rajoutés après les mises à jour) est correcte chez toi.

Ensuite, passe la commande

sudo update-grub

pour remettre les choses en place.

A+


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#6 Le 18/08/2009, à 13:46

macmonac

Re : mise a jour 2.6.28.15 resolu!!

Je pense qu'un update-grub devrait t'aider.

Hors ligne

#7 Le 18/08/2009, à 14:53

angus34

Re : mise a jour 2.6.28.15 resolu!!

salut inbox
quand je fais ta manip,ça me donne ceci
kermel-img.conf
do_symlinks = yes
relative_links = yes
do_bootloader = no
do_bootfloppy = no
do_initrd = yes
link_in_boot = no
postinst_hook = update-grub
postrm_hook   = update-grub
je rajoute a la suite.
postinst_hook = /usr/sbin/update-grub
postrm_hook   = /usr/sbin/update-grub
ou je modifi?
postinst_hook = update-grub
postrm_hook   = update-grub

Dernière modification par angus34 (Le 18/08/2009, à 14:58)


UBUNTU 10.04
UBUNTU 12.04
I'm on the highway to hell!!!
De ses erreurs on apprend a ne pas les refaire sinon!!!!!

Hors ligne

#8 Le 18/08/2009, à 14:57

angus34

Re : mise a jour 2.6.28.15 resolu!!

sudo update grub ceci:
sudo update-grub
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.28-15-generic
Found kernel: /boot/vmlinuz-2.6.28-14-generic
Found kernel: /boot/vmlinuz-2.6.28-13-generic
Found kernel: /boot/vmlinuz-2.6.28-11-generic
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done


UBUNTU 10.04
UBUNTU 12.04
I'm on the highway to hell!!!
De ses erreurs on apprend a ne pas les refaire sinon!!!!!

Hors ligne

#9 Le 18/08/2009, à 15:12

inbox

Re : mise a jour 2.6.28.15 resolu!!

Après l'update de grub le noyau semble bien pris en compte : Found kernel: /boot/vmlinuz-2.6.28-15-generic.

Essayes de redémarrer ton système.

La modification du fichier n'est à faire que si l'update du grub ne fonctionne pas du tout.

Dernière modification par inbox (Le 18/08/2009, à 15:13)


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#10 Le 18/08/2009, à 15:16

angus34

Re : mise a jour 2.6.28.15 resolu!!

quand je redemarre j'ais toujours la 2.6.28.14


UBUNTU 10.04
UBUNTU 12.04
I'm on the highway to hell!!!
De ses erreurs on apprend a ne pas les refaire sinon!!!!!

Hors ligne

#11 Le 18/08/2009, à 15:16

Aldian

Re : mise a jour 2.6.28.15 resolu!!

Tiens c'est rigolo, moi aussi j'avais eu le problème, sauf que je l'avais eu pour 28-14 et 28-15. Mais je l'ai règlé à la mano en éditant le menu.lst, et en copiant collant le bloc du 28-13 et en remplaçant les 13 respectivement par des 14 et des 15 à toutes les occurences..

Hors ligne

#12 Le 18/08/2009, à 15:26

angus34

Re : mise a jour 2.6.28.15 resolu!!

voici mon menu list:
## ## End Default Options ##

title        Ubuntu 9.04, kernel 2.6.28-15-generic
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
kernel        /boot/vmlinuz-2.6.28-15-generic root=UUID=90f274d2-5bec-4c17-90d5-c07cb2c52bbf ro quiet splash
initrd        /boot/initrd.img-2.6.28-15-generic
quiet

title        Ubuntu 9.04, kernel 2.6.28-15-generic (recovery mode)
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
kernel        /boot/vmlinuz-2.6.28-15-generic root=UUID=90f274d2-5bec-4c17-90d5-c07cb2c52bbf ro  single
initrd        /boot/initrd.img-2.6.28-15-generic

title        Ubuntu 9.04, kernel 2.6.28-14-generic
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
kernel        /boot/vmlinuz-2.6.28-14-generic root=UUID=90f274d2-5bec-4c17-90d5-c07cb2c52bbf ro quiet splash
initrd        /boot/initrd.img-2.6.28-14-generic
quiet

title        Ubuntu 9.04, kernel 2.6.28-14-generic (recovery mode)
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
kernel        /boot/vmlinuz-2.6.28-14-generic root=UUID=90f274d2-5bec-4c17-90d5-c07cb2c52bbf ro  single
initrd        /boot/initrd.img-2.6.28-14-generic

title        Ubuntu 9.04, kernel 2.6.28-13-generic
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
kernel        /boot/vmlinuz-2.6.28-13-generic root=UUID=90f274d2-5bec-4c17-90d5-c07cb2c52bbf ro quiet splash
initrd        /boot/initrd.img-2.6.28-13-generic
quiet

title        Ubuntu 9.04, kernel 2.6.28-13-generic (recovery mode)
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
kernel        /boot/vmlinuz-2.6.28-13-generic root=UUID=90f274d2-5bec-4c17-90d5-c07cb2c52bbf ro  single
initrd        /boot/initrd.img-2.6.28-13-generic

title        Ubuntu 9.04, kernel 2.6.28-11-generic
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
kernel        /boot/vmlinuz-2.6.28-11-generic root=UUID=90f274d2-5bec-4c17-90d5-c07cb2c52bbf ro quiet splash
initrd        /boot/initrd.img-2.6.28-11-generic
quiet

title        Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
kernel        /boot/vmlinuz-2.6.28-11-generic root=UUID=90f274d2-5bec-4c17-90d5-c07cb2c52bbf ro  single
initrd        /boot/initrd.img-2.6.28-11-generic

title        Ubuntu 9.04, memtest86+
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
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
title           fedora
root            (hd1,0)
chainloader     +1
boot

c'est bizare , je n'ais plus fedora sur mon pc mais il apparait encore!
que doit je faire!

Dernière modification par angus34 (Le 18/08/2009, à 15:36)


UBUNTU 10.04
UBUNTU 12.04
I'm on the highway to hell!!!
De ses erreurs on apprend a ne pas les refaire sinon!!!!!

Hors ligne

#13 Le 18/08/2009, à 16:03

inbox

Re : mise a jour 2.6.28.15 resolu!!

Et d'ailleurs la ligne title        Ubuntu 9.04, kernel 2.6.28-15-generic indique que le nouveau noyau est bien dans menu.lst.

Tu n'aurais pas modifié des options dans ce fichier ? Si tu as un doute, colles en la totalité entre balises code.


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#14 Le 18/08/2009, à 16:42

jtro

Re : mise a jour 2.6.28.15 resolu!!

Bonjour
dans ton menu.lst tu mets 0 (zéro) devant 'défault".La doc sur grub est bien faite,consultes là

Dernière modification par jtro (Le 18/08/2009, à 16:45)

Hors ligne

#15 Le 18/08/2009, à 17:07

angus34

Re : mise a jour 2.6.28.15 resolu!!

je crois que par mégarde j'ais tout efface ; il y a t'il un moyen de la recreer,?


UBUNTU 10.04
UBUNTU 12.04
I'm on the highway to hell!!!
De ses erreurs on apprend a ne pas les refaire sinon!!!!!

Hors ligne

#16 Le 18/08/2009, à 17:13

macmonac

Re : mise a jour 2.6.28.15 resolu!!

angus34 a écrit :

je crois que par mégarde j'ais tout efface ; il y a t'il un moyen de la recreer,?

Pourrais tu être plus explicite ?
Tu as éffacer quoi ?

Si c'est le fichier /boot/grub/menu.lst, un update-grub te sauvera une nouvelle fois.

Hors ligne

#17 Le 18/08/2009, à 17:16

Compte anonymisé

Re : mise a jour 2.6.28.15 resolu!!

angus34 a écrit :

je crois que par mégarde j'ais tout efface ; il y a t'il un moyen de la recreer,?

Tu tapes la commande :
sudo  gedit  /boot/grub/menu.lst
et tu fais fais un copier coller de ce qui est en dessous.

# 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=90f274d2-5bec-4c17-90d5-c07cb2c52bbf ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=90f274d2-5bec-4c17-90d5-c07cb2c52bbf

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

## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
##      indomU=true
##      indomU=false
# indomU=detect

## 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 9.04, kernel 2.6.28-15-generic
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
kernel        /boot/vmlinuz-2.6.28-15-generic root=UUID=90f274d2-5bec-4c17-90d5-c07cb2c52bbf ro quiet splash
initrd        /boot/initrd.img-2.6.28-15-generic
quiet

title        Ubuntu 9.04, kernel 2.6.28-15-generic (recovery mode)
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
kernel        /boot/vmlinuz-2.6.28-15-generic root=UUID=90f274d2-5bec-4c17-90d5-c07cb2c52bbf ro  single
initrd        /boot/initrd.img-2.6.28-15-generic

title        Ubuntu 9.04, kernel 2.6.28-14-generic
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
kernel        /boot/vmlinuz-2.6.28-14-generic root=UUID=90f274d2-5bec-4c17-90d5-c07cb2c52bbf ro quiet splash
initrd        /boot/initrd.img-2.6.28-14-generic
quiet

title        Ubuntu 9.04, kernel 2.6.28-14-generic (recovery mode)
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
kernel        /boot/vmlinuz-2.6.28-14-generic root=UUID=90f274d2-5bec-4c17-90d5-c07cb2c52bbf ro  single
initrd        /boot/initrd.img-2.6.28-14-generic

title        Ubuntu 9.04, memtest86+
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
kernel        /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

@+

Dernière modification par Compte anonymisé (Le 18/08/2009, à 18:04)

#18 Le 18/08/2009, à 17:18

Aldian

Re : mise a jour 2.6.28.15 resolu!!

Au passage c'est un truc qu'on ne répètera jamais assez, mais avant de modifier un fichier système, il faut systèmatiquement en faire une copie de sauvegarde. Ca devrait être tellement automatique qu'il ne devrait pas y avoir besoin de le dire tellement c'est du bon sens wink

sauvegarde:
sudo cp nom_fichier_systeme.extension nom_fichier_systeme.extension.bak

restauration:
sudo cp nom_fichier_systeme.extension.bak nom_fichier_systeme.extension

Hors ligne

#19 Le 18/08/2009, à 17:19

angus34

Re : mise a jour 2.6.28.15 resolu!!

pardon il est la!
# 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=90f274d2-5bec-4c17-90d5-c07cb2c52bbf ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=90f274d2-5bec-4c17-90d5-c07cb2c52bbf

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

## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
##      indomU=true
##      indomU=false
# indomU=detect

## 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 9.04, kernel 2.6.28-15-generic
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
kernel        /boot/vmlinuz-2.6.28-15-generic root=UUID=90f274d2-5bec-4c17-90d5-c07cb2c52bbf ro quiet splash
initrd        /boot/initrd.img-2.6.28-15-generic
quiet

title        Ubuntu 9.04, kernel 2.6.28-15-generic (recovery mode)
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
kernel        /boot/vmlinuz-2.6.28-15-generic root=UUID=90f274d2-5bec-4c17-90d5-c07cb2c52bbf ro  single
initrd        /boot/initrd.img-2.6.28-15-generic

title        Ubuntu 9.04, kernel 2.6.28-14-generic
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
kernel        /boot/vmlinuz-2.6.28-14-generic root=UUID=90f274d2-5bec-4c17-90d5-c07cb2c52bbf ro quiet splash
initrd        /boot/initrd.img-2.6.28-14-generic
quiet

title        Ubuntu 9.04, kernel 2.6.28-14-generic (recovery mode)
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
kernel        /boot/vmlinuz-2.6.28-14-generic root=UUID=90f274d2-5bec-4c17-90d5-c07cb2c52bbf ro  single
initrd        /boot/initrd.img-2.6.28-14-generic

title        Ubuntu 9.04, kernel 2.6.28-13-generic
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
kernel        /boot/vmlinuz-2.6.28-13-generic root=UUID=90f274d2-5bec-4c17-90d5-c07cb2c52bbf ro quiet splash
initrd        /boot/initrd.img-2.6.28-13-generic
quiet

title        Ubuntu 9.04, kernel 2.6.28-13-generic (recovery mode)
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
kernel        /boot/vmlinuz-2.6.28-13-generic root=UUID=90f274d2-5bec-4c17-90d5-c07cb2c52bbf ro  single
initrd        /boot/initrd.img-2.6.28-13-generic

title        Ubuntu 9.04, kernel 2.6.28-11-generic
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
kernel        /boot/vmlinuz-2.6.28-11-generic root=UUID=90f274d2-5bec-4c17-90d5-c07cb2c52bbf ro quiet splash
initrd        /boot/initrd.img-2.6.28-11-generic
quiet

title        Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
kernel        /boot/vmlinuz-2.6.28-11-generic root=UUID=90f274d2-5bec-4c17-90d5-c07cb2c52bbf ro  single
initrd        /boot/initrd.img-2.6.28-11-generic

title        Ubuntu 9.04, memtest86+
uuid        90f274d2-5bec-4c17-90d5-c07cb2c52bbf
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
title           fedora
root            (hd1,0)
chainloader     +1
boot

Dernière modification par angus34 (Le 18/08/2009, à 17:22)


UBUNTU 10.04
UBUNTU 12.04
I'm on the highway to hell!!!
De ses erreurs on apprend a ne pas les refaire sinon!!!!!

Hors ligne

#20 Le 18/08/2009, à 17:25

macmonac

Re : mise a jour 2.6.28.15 resolu!!

angus34 a écrit :

pardon il est la!

Si tu es sur qu'il est présent, un simple reboot te permettra d'utiliser le nouveau noyau.

Hors ligne

#21 Le 18/08/2009, à 17:35

angus34

Re : mise a jour 2.6.28.15 resolu!!

non toujours l'ancien au boot!


UBUNTU 10.04
UBUNTU 12.04
I'm on the highway to hell!!!
De ses erreurs on apprend a ne pas les refaire sinon!!!!!

Hors ligne

#22 Le 18/08/2009, à 17:49

inbox

Re : mise a jour 2.6.28.15 resolu!!

Que donne cette commande ?

uname -a

Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#23 Le 18/08/2009, à 17:50

Django84

Re : mise a jour 2.6.28.15 resolu!!

Pour moi la mise à jour du noyau entraine automatiquement un plantage du système: voir ce sujet
Comme c'est systématique, la solution est facile, il suffit de désinstaller puis de re-installer le pilote propriétaire amd/ati.
Donc tous ceux qui ont ce pilote , et à chaque mise à jour du noyau, même punition ! ?  sad
Questions: pourquoi personne n'a trouvé ce qui fait planter Kubuntu ? Pourquoi la procédure de mise à jour ne réalise-t-elle pas automatiquement une vérification du pilote graphique et le désinstalle automatiquement  pour mettre le pilote libre à la place ?


GA-H170-D3HP ; i5 6600 NeonKDE ver:6.0 sur SSD Nvme

Hors ligne

#24 Le 18/08/2009, à 17:51

angus34

Re : mise a jour 2.6.28.15 resolu!!

ça donne ceci:
eric34@eric34-desktop:~$ uname -a
Linux eric34-desktop 2.6.28-14-generic #47-Ubuntu SMP Sat Jul 25 00:28:35 UTC 2009 i686 GNU/Linux


UBUNTU 10.04
UBUNTU 12.04
I'm on the highway to hell!!!
De ses erreurs on apprend a ne pas les refaire sinon!!!!!

Hors ligne

#25 Le 18/08/2009, à 17:53

inbox

Re : mise a jour 2.6.28.15 resolu!!

@Django84,

Tu n'es pas obligé d'épancher tes malheurs partout sur le forum. D'autant que ton problème est hors sujet. big_smile

Dernière modification par inbox (Le 18/08/2009, à 17:54)


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne