#1 Le 17/08/2021, à 09:02
- Crestey
[Résolu] Impossible réinstaller noyau linux-image-4.15.0-153-generic
Bonjour à tous,
Suite à ce problème, j'ai installé ce noyau d'essai (unsigned 153) qui résolvait ponctuellement mon problème d'écran noir sur le noyau 151.
Depuis le noyau 153 officiel est sorti. Mais impossible à faire tourner.
J'ai désinstallé avec sudo apt-get purge linux-image-unsigned-4.15.0-153-generic
Puis réinstallé avec sudo apt-get install --reinstall linux-image-4.15.0-153-generic
Ça se réinstalle bien mais rien à faire ça s'arrête avant de se lancer complètement avec un message initram à la fin.
Pourriez-vous m'aider SVP. Merci. Dominique
Dernière modification par Crestey (Le 17/08/2021, à 13:16)
Merci à tous.
Sous Ubuntu/XFCE depuis 2013. Ça fonctionne vraiment très bien.
Hors ligne
#2 Le 17/08/2021, à 09:08
- xubu1957
Re : [Résolu] Impossible réinstaller noyau linux-image-4.15.0-153-generic
Bonjour,
Montre, en te servant du Retour utilisable de commande :
sudo apt update
- les noyaux présents :
echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
et :
dpkg -l | grep -v ^ii
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#3 Le 17/08/2021, à 09:21
- Crestey
Re : [Résolu] Impossible réinstaller noyau linux-image-4.15.0-153-generic
Bonjour xubu1957,
crestey@crestey-PC20:~$ sudo apt update
[sudo] Mot de passe de crestey :
Atteint :1 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease
Atteint :3 http://ppa.launchpad.net/apandada1/brightness-controller/ubuntu bionic InRelease
Atteint :4 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease
Réception de :5 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Atteint :6 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic InRelease
88,7 ko réceptionnés en 1s (71,2 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Tous les paquets sont à jour.
crestey@crestey-PC20:~$
crestey@crestey-PC20:~$ echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
ii linux-headers-4.15.0-151 4.15.0-151.157 all
ii linux-headers-4.15.0-151-generic 4.15.0-151.157 amd64
ii linux-image-4.15.0-151-generic 4.15.0-151.157 amd64
ii linux-modules-4.15.0-151-generic 4.15.0-151.157 amd64
ii linux-modules-extra-4.15.0-151-generic 4.15.0-151.157 amd64
ii linux-headers-4.15.0-153 4.15.0-153.160 all
ii linux-headers-4.15.0-153-generic 4.15.0-153.160 amd64
ii linux-image-4.15.0-153-generic 4.15.0-153.160 amd64
ii linux-modules-4.15.0-153-generic 4.15.0-153.160 amd64
Noyau courant : 4.15.0-151-generic x86_64
crestey@crestey-PC20:~$
crestey@crestey-PC20:~$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Architecture Description
+++-=================================================-================================================-============-===============================================================================
rc amd64-microcode 3.20191021.1+really3.20181128.1~ubuntu0.18.04.1 amd64 Processor microcode firmware for AMD CPUs
rc intel-microcode 3.20210608.0ubuntu0.18.04.1 amd64 Processor microcode firmware for Intel CPUs
rc thermald 1.7.0-5ubuntu5 amd64 Thermal monitoring and controlling daemon
crestey@crestey-PC20:~$
Merci à tous.
Sous Ubuntu/XFCE depuis 2013. Ça fonctionne vraiment très bien.
Hors ligne
#4 Le 17/08/2021, à 09:24
- xubu1957
Re : [Résolu] Impossible réinstaller noyau linux-image-4.15.0-153-generic
Essaye :
sudo update-grub
et redémarrage.
Dernière modification par xubu1957 (Le 17/08/2021, à 09:25)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#5 Le 17/08/2021, à 09:35
- Crestey
Re : [Résolu] Impossible réinstaller noyau linux-image-4.15.0-153-generic
Je crois que j'avais déjà fait. Mais j'ai refait et ça merdoit toujours. Je viens donc de rebooter avec 151.
Voici l'écran quand ça bloque au boot, si ça peut aider.
Merci à tous.
Sous Ubuntu/XFCE depuis 2013. Ça fonctionne vraiment très bien.
Hors ligne
#6 Le 17/08/2021, à 10:43
- geole
Re : [Résolu] Impossible réinstaller noyau linux-image-4.15.0-153-generic
Bonjour
Pourrais-tu faire un boot-info et fournir l'URL qui sera générée?
https://doc.ubuntu-fr.org/tutoriel/boot-info
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#7 Le 17/08/2021, à 10:55
- Crestey
Re : [Résolu] Impossible réinstaller noyau linux-image-4.15.0-153-generic
Bonjour geole,
Juste pour être sûr: Mon noyau 151 démarre. Mon noyau 153 bloque au boot.
Je suppose que je dois faire une tentative de boot avec 153, puis redémarrer avec un clé live, et faire boot-info, c'est ça ?
(je veux dire, pas démarrer avec 151 sinon le boot-info s'y rapportera).
Dernière modification par Crestey (Le 17/08/2021, à 10:56)
Merci à tous.
Sous Ubuntu/XFCE depuis 2013. Ça fonctionne vraiment très bien.
Hors ligne
#8 Le 17/08/2021, à 10:57
- xubu1957
Re : [Résolu] Impossible réinstaller noyau linux-image-4.15.0-153-generic
Que retourne :
sudo du -ah --max-depth=2 /boot | sort -h | tail -23
?
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#9 Le 17/08/2021, à 11:19
- geole
Re : [Résolu] Impossible réinstaller noyau linux-image-4.15.0-153-generic
Tu peux faire le boot-info avec le noyau 151 opérationnel ou un support d'installation
Tu pourrais aussi tenter sous le noyau 151 de modifier le fichier
/etc/default/grub
pour ajouter cette option noresume dans la ligne
GRUB_CMDLINE_LINUX="quiet splash noresume "
puis valider
sudo update-grub
au cas où cela serait suffisant
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#10 Le 17/08/2021, à 11:41
- FrancisFDZ
Re : [Résolu] Impossible réinstaller noyau linux-image-4.15.0-153-generic
Bonjour,
+1 pour l'option grub proposée par geole. En passant, grub propose pas mal d'optons de ce genre, en général méconnues.
-- On peut avoir des raisons de se plaindre et n'avoir pas raison de se plaindre --
[Victor Hugo]
Hors ligne
#11 Le 17/08/2021, à 11:48
- Crestey
Re : [Résolu] Impossible réinstaller noyau linux-image-4.15.0-153-generic
@geole
Ajouter "noresume", ne change rien
pour boot-info j'ai http://paste.ubuntu.com/p/xBrkSBKnT9/ mais chez moi ce lien indique "Service Unavailable"
@xubu1957
crestey@crestey-PC20:~$ sudo du -ah --max-depth=2 /boot | sort -h | tail -23
4,0K /boot/grub/gfxblacklist.txt
4,0K /boot/grub/grubenv
12K /boot/grub/grub.cfg
180K /boot/memtest86+.bin
184K /boot/memtest86+.elf
184K /boot/memtest86+_multiboot.bin
216K /boot/config-4.15.0-151-generic
216K /boot/config-4.15.0-153-generic
276K /boot/grub/locale
2,3M /boot/grub/fonts
2,3M /boot/grub/unicode.pf2
2,4M /boot/grub/i386-pc
3,9M /boot/System.map-4.15.0-151-generic
3,9M /boot/System.map-4.15.0-153-generic
7,3M /boot/grub
7,3M /boot/initrd.img-4.15.0-153-generic
8,1M /boot/vmlinuz-4.15.0-151-generic
8,1M /boot/vmlinuz-4.15.0-153-generic
36M /boot/initrd.img-4.15.0-151-generic
75M /boot
crestey@crestey-PC20:~$
Merci à tous.
Sous Ubuntu/XFCE depuis 2013. Ça fonctionne vraiment très bien.
Hors ligne
#12 Le 17/08/2021, à 11:55
- Crestey
Re : [Résolu] Impossible réinstaller noyau linux-image-4.15.0-153-generic
@geole
Du coup, comme le lien n'indique rien, je mets ici le fichier texte de boot-info
boot-info-4ppa130 [20210817_1153]
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for (,msdos5)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sda2: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sda5: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.5 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
/boot/grub/i386-pc/core.img
sda6: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sda7: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sda3: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Toutou Linux
Linux 2.6.30.5 [i686 arch]
Boot files:
================================ 3 OS detected =================================
OS#1: L'OS actuellement utilisé - Ubuntu 18.04.5 LTS CurrentSession on sda5
OS#2: Windows 7 on sda1
OS#3: Toutou Linux
Linux 2.6.30.5 [i686 arch] on sda3
============================ Architecture/Host Info ============================
CPU architecture: 64-bit
BOOT_IMAGE of the installed session in use:
/boot/vmlinuz-4.15.0-151-generic root=UUID=2266fe53-02d5-4fae-ad4c-7cd53e1e2df4 ro noresume
===================================== UEFI =====================================
This installed-session is not in EFI-mode.
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, 63 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda5 : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, not-far
sda1 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda3 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
sda7 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
Partitions info (2/3): _________________________________________________________
sda5 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda1 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot
sda3 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda7 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
sda5 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sda1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
sda3 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, with--usr, part-has-no-fstab, std-grub.d, sda
sda7 : maybesepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, sda
fdisk -l (filtered): ___________________________________________________________
Disk sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
Disk identifier: 0x81c675c1
Boot Start End Sectors Size Id Type
sda1 * 63 93112739 93112677 44.4G 7 HPFS/NTFS/exFAT
sda2 93112801 230339969 137227169 65.4G 5 Extended
sda3 230339970 234440703 4100734 2G 83 Linux
sda5 93112803 123845146 30732344 14.7G 83 Linux
sda6 123845148 127941659 4096512 2G 82 Linux swap / Solaris
sda7 127941723 230339969 102398247 48.8G 83 Linux
Partition table entries are not in disk order.
parted -lm (filtered): _________________________________________________________
sda:120GB:scsi:512:512:msdos:ATA KINGSTON SA400S3:;
1:32.3kB:47.7GB:47.7GB:ntfs::boot;
2:47.7GB:118GB:70.3GB:::;
5:47.7GB:63.4GB:15.7GB:ext4::;
6:63.4GB:65.5GB:2097MB:linux-swap(v1)::;
7:65.5GB:118GB:52.4GB:ext4::;
3:118GB:120GB:2100MB:ext4::;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 ntfs 07C5DAE137E65DC6 81c675c1-01 Windows
├─sda2 81c675c1-02
├─sda3 ext4 7408022e-094b-4c7d-b328-244e89dd0212 81c675c1-03
├─sda5 ext4 2266fe53-02d5-4fae-ad4c-7cd53e1e2df4 81c675c1-05
├─sda6 swap 81c675c1-06
└─sda7 ext4 4b51bebd-541e-44d1-9e1e-71efa14e199d 81c675c1-07 home
df (filtered): _________________________________________________________________
Avail Use% Mounted on
sda1 7.6G 83% /mnt/boot-sav/sda1
sda3 1.6G 8% /mnt/data
sda5 4.5G 64% /
sda7 41G 9% /home
Mount options: __________________________________________________________________
sda1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
sda3 rw,relatime,data=ordered
sda5 rw,relatime,errors=remount-ro,data=ordered
sda7 rw,relatime,stripe=32606,data=ordered
====================== sda5/boot/grub/grub.cfg (filtered) ======================
Ubuntu 2266fe53-02d5-4fae-ad4c-7cd53e1e2df4
Ubuntu, avec Linux 4.15.0-153-generic 2266fe53-02d5-4fae-ad4c-7cd53e1e2df4
Ubuntu, avec Linux 4.15.0-151-generic 2266fe53-02d5-4fae-ad4c-7cd53e1e2df4
Windows 7 (sur sda1) 07C5DAE137E65DC6
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###
========================== sda5/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=2266fe53-02d5-4fae-ad4c-7cd53e1e2df4 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda7 during installation
UUID=4b51bebd-541e-44d1-9e1e-71efa14e199d /home ext4 defaults 0 2
/dev/sda6 none swap sw 0 0
======================= sda5/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX=""
==================== sda5: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
44.968186855 = 48.284222976 boot/grub/grub.cfg 2
49.717008114 = 53.383230976 boot/grub/i386-pc/core.img 1
53.266889095 = 57.194886656 boot/vmlinuz-4.15.0-151-generic 2
54.024701595 = 58.008581632 boot/vmlinuz-4.15.0-153-generic 2
54.024701595 = 58.008581632 vmlinuz 2
53.266889095 = 57.194886656 vmlinuz.old 2
47.944615841 = 51.480139264 boot/initrd.img-4.15.0-151-generic 4
50.094243526 = 53.788284416 boot/initrd.img-4.15.0-153-generic 1
50.094243526 = 53.788284416 initrd.img 1
47.944615841 = 51.480139264 initrd.img.old 4
===================== sda5: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 12808 août 24 2020 10_linux
-rwxr-xr-x 1 root root 11298 mars 4 2018 20_linux_xen
-rwxr-xr-x 1 root root 12059 mars 4 2018 30_os-prober
-rwxr-xr-x 1 root root 1418 mars 4 2018 30_uefi-firmware
-rwxr-xr-x 1 root root 214 mars 4 2018 40_custom
-rwxr-xr-x 1 root root 216 mars 4 2018 41_custom
======================== Unknown MBRs/Boot Sectors/etc =========================
Unknown BootLoader on sda2
00000000 7d f7 df 7a 77 5b 72 4f b5 dd 04 b7 33 88 cb 28 |}..zw[rO....3..(|
00000010 49 54 c4 06 f8 92 96 15 f0 66 8f 39 dc 4c 44 3b |IT.......f.9.LD;|
00000020 ac f5 10 9d 45 2c 7c eb 30 60 a7 c5 8f 72 b3 a3 |....E,|.0`...r..|
00000030 06 37 38 3e b6 e5 b7 39 db 93 96 cf 0b 14 ed 8c |.78>...9........|
00000040 d5 dd 8d dd 8c 81 ad c8 79 91 8a 78 e7 04 f3 b0 |........y..x....|
00000050 47 e0 4c c1 3b 98 78 d8 a4 44 cd b1 a8 52 1f 8d |G.L.;.x..D...R..|
00000060 db 6b 40 c6 8e 47 84 cf 3d be fb ec 6f 49 b9 ce |.k@..G..=...oI..|
00000070 7d fb 3c c7 72 93 b2 a6 86 29 14 60 e8 0b 45 31 |}.<.r....).`..E1|
00000080 9b 44 a8 b7 70 86 61 23 3b 88 19 58 79 83 2c ac |.D..p.a#;..Xy.,.|
00000090 3b e2 01 ca cd 84 e3 17 28 b0 f3 91 2b a0 2d 5c |;.......(...+.-\|
000000a0 9a b8 32 83 28 0b 24 7b b9 56 19 c2 06 38 65 bc |..2.(.${.V...8e.|
000000b0 85 c2 6d e7 07 bb 96 57 2c ee 51 db 26 72 9d c6 |..m....W,.Q.&r..|
000000c0 36 10 66 75 c9 f8 15 8d 1f 44 76 f6 85 29 ed 08 |6.fu.....Dv..)..|
000000d0 bf a0 52 1a f2 62 e9 5b 69 b7 22 88 db 18 ef e9 |..R..b.[i.".....|
000000e0 3b 3f f1 10 2a c0 65 e2 d5 18 e1 cd e7 5b de 93 |;?..*.e......[..|
000000f0 05 c9 52 41 b9 af 6a c3 b4 9d 2d 34 14 fb 2c 05 |..RA..j...-4..,.|
00000100 10 8d 83 df 6e c5 2a 7b d9 89 cd 0f d5 fd 48 1f |....n.*{......H.|
00000110 f8 e8 18 47 d1 d4 e4 93 9c 66 43 a3 cf ae 5d e0 |...G.....fC...].|
00000120 54 7f 76 cc 66 30 77 f5 64 a2 d7 8c de af be fb |T.v.f0w.d.......|
00000130 59 d7 df 7d db dd 69 1c 68 33 30 ea 39 cd 82 d5 |Y..}..i.h30.9...|
00000140 c9 e6 90 8b 92 93 0b 5f 1b ed 13 9d 1a 0a 37 39 |......._......79|
00000150 f5 37 43 ea 7e d2 57 09 f8 5c d9 79 1f 87 c0 c2 |.7C.~.W..\.y....|
00000160 38 30 66 27 49 8e 30 fa bf f3 5a 5e 11 56 d5 4a |80f'I.0...Z^.V.J|
00000170 0a 61 d3 c5 8a e6 70 21 0b 45 a0 42 21 f8 b5 c7 |.a....p!.E.B!...|
00000180 6d c6 4f b1 b9 17 ea 3a 51 f4 4f 11 d9 b1 ca bf |m.O....:Q.O.....|
00000190 22 fa 90 e3 7e 83 8f 0c 98 38 9c 1c 42 e3 88 f8 |"...~....8..B...|
000001a0 f6 12 52 10 71 18 93 f0 ed a8 04 4a 64 15 cc d1 |..R.q......Jd...|
000001b0 1e ed 2c 19 39 2f 07 b1 3d 05 63 a7 6a d0 00 fe |..,.9/..=.c.j...|
000001c0 ff ff 83 fe ff ff 02 00 00 00 38 f0 d4 01 00 fe |..........8.....|
000001d0 ff ff 05 fe ff ff 3a f0 d4 01 01 82 3e 00 00 00 |......:.....>...|
000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub2 of
sda5 into the MBR of sda.
Additional repair would be performed: unhide-bootmenu-10s
Merci à tous.
Sous Ubuntu/XFCE depuis 2013. Ça fonctionne vraiment très bien.
Hors ligne
#13 Le 17/08/2021, à 12:15
- Crestey
Re : [Résolu] Impossible réinstaller noyau linux-image-4.15.0-153-generic
@tous,
en fait je ne comprends pas non plus pourquoi il ne me met pas à jour le 154 qui semble disponible. Ce qui devrait résoudre le problème.
crestey@crestey-PC20:/$ sudo apt-cache policy linux-image-generic
linux-image-generic:
Installé : (aucun)
Candidat : 4.15.0.154.143
Table de version :
4.15.0.154.143 500
500 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
4.15.0.153.142 500
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
4.15.0.20.23 500
500 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
crestey@crestey-PC20:/$
Merci à tous.
Sous Ubuntu/XFCE depuis 2013. Ça fonctionne vraiment très bien.
Hors ligne
#14 Le 17/08/2021, à 12:22
- geole
Re : [Résolu] Impossible réinstaller noyau linux-image-4.15.0-153-generic
Tu pourrais aussi tenter sous le noyau 151 de modifier le fichier
/etc/default/grub
pour ajouter cette option rootdelay=90 dans la ligne
GRUB_CMDLINE_LINUX="quiet splash noresume rootdelay=90"
puis valider
sudo update-grub
au cas où cela serait suffisant.
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#15 Le 17/08/2021, à 12:36
- geole
Re : [Résolu] Impossible réinstaller noyau linux-image-4.15.0-153-generic
J'ai désinstallé avec sudo apt-get purge linux-image-unsigned-4.15.0-153-generic
Puis réinstallé avec sudo apt-get install --reinstall linux-image-4.15.0-153-generic
Ça se réinstalle bien mais rien à faire ça s'arrête avant de se lancer complètement avec un message initram à la fin.
Pourriez-vous m'aider SVP. Merci. Dominique
Tu pourrais rejouer la séquence et tenter de capturer le message d'erreur
Ou attendre un jour ou deux que la 154 soit disponible
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#16 Le 17/08/2021, à 12:40
- ylag
Re : [Résolu] Impossible réinstaller noyau linux-image-4.15.0-153-generic
Bonjour,
Ah! Il te manquerait le méta-paquet linux-image-generic
Vérifie si tu as linux-generic d'installé, ça devrait tirer en dépendances les deux autres linux-image-generic et linux-headers-generic, qui devraient installer la dernière version disponible du noyau 4.15.
A+
Dernière modification par ylag (Le 17/08/2021, à 12:42)
Hors ligne
#17 Le 17/08/2021, à 13:16
- Crestey
Re : [Résolu] Impossible réinstaller noyau linux-image-4.15.0-153-generic
Alléluia ylag ! C'était bien ça le problème. je ne sais pas dire comment linux-image-generic s'est évaporé.
J'ai pu donc installer 154.
crestey@crestey-PC20:~$ uname -a
Linux crestey-PC20 4.15.0-154-generic #161-Ubuntu SMP Fri Jul 30 13:04:17 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
crestey@crestey-PC20:~$
Résolu, merci à vous tous.
Merci à tous.
Sous Ubuntu/XFCE depuis 2013. Ça fonctionne vraiment très bien.
Hors ligne
#18 Le 17/08/2021, à 13:20
- Crestey
Re : [Résolu] Impossible réinstaller noyau linux-image-4.15.0-153-generic
Je précise que 153 ne marche toujours pas, mais on va s'empresser de l'oublier. Merci encore à tous.
Merci à tous.
Sous Ubuntu/XFCE depuis 2013. Ça fonctionne vraiment très bien.
Hors ligne