Résolu le 8-03-23 noyaux récents ignorés: grub me charge un vieux noyau

Postez ici toutes vos demandes d’assistance.
Avatar du membre
bouledogue
Messages : 1431
Enregistré le : jeu. 6 oct. 2016 06:54
Localisation : Hauts de France

noyaux récents ignorés: grub me charge un vieux noyau

Message par bouledogue »

Re! :)
J'ai depuis longtemps maintenant (mais je ne m'en suis rendu compte qu'hier! ) ce probléme:
Le noyau qui se charge dans mon LINUX MINT 20 Xfce est 5.4.0-73 il est le plus récent reconnu par grub alors que aujourd'hui le 5.4.0-139 est installé! Les noyaux sont mis à jour sans probléme réguliérement depuis des mois/années...
J'ai peur que ma sécurité s'en ressent...
Pouvez vous m'aider à résoudre ce problème? ;)
Modifié en dernier par bouledogue le mer. 8 mars 2023 00:14, modifié 1 fois.
Un chien vaut mieux que deux tu l'auras 8-)
Image

Avatar du membre
cyrille
Administrateur du site
Messages : 12448
Enregistré le : mar. 19 sept. 2017 08:49
Localisation : Nowhere
Contact :

Re: noyaux récents ignorés: grub me charge un vieux noyau

Message par cyrille »

Tu peux donner le retour complet de

Code : Tout sélectionner

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

Code : Tout sélectionner

sudo update-grub
?séuqartéd sel ruoP / sécnoféd sel ruoP / sreiruréB sel ruoP / ?étéicos elleuQ

https://crust.ovh

Avatar du membre
bouledogue
Messages : 1431
Enregistré le : jeu. 6 oct. 2016 06:54
Localisation : Hauts de France

Re: noyaux récents ignorés: grub me charge un vieux noyau

Message par bouledogue »

Merci Cyril! :)
Alors:
le 1er code donne:

Code : Tout sélectionner

$ 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-5.4.0-73                 5.4.0-73.82    all
ii  linux-headers-5.4.0-73-generic         5.4.0-73.82    amd64
ii  linux-image-5.4.0-73-generic           5.4.0-73.82    amd64
ii  linux-modules-5.4.0-73-generic         5.4.0-73.82    amd64
ii  linux-modules-extra-5.4.0-73-generic   5.4.0-73.82    amd64
ic  linux-modules-extra-5.4.0-135-generic  5.4.0-135.152  amd64
ii  linux-modules-5.4.0-135-generic        5.4.0-135.152  amd64
ii  linux-headers-5.4.0-137                5.4.0-137.154  all
ii  linux-headers-5.4.0-137-generic        5.4.0-137.154  amd64
ii  linux-image-5.4.0-137-generic          5.4.0-137.154  amd64
ii  linux-modules-5.4.0-137-generic        5.4.0-137.154  amd64
ii  linux-modules-extra-5.4.0-137-generic  5.4.0-137.154  amd64
ii  linux-headers-5.4.0-139                5.4.0-139.156  all
ii  linux-headers-5.4.0-139-generic        5.4.0-139.156  amd64
ii  linux-image-5.4.0-139-generic          5.4.0-139.156  amd64
ii  linux-modules-5.4.0-139-generic        5.4.0-139.156  amd64
ii  linux-modules-extra-5.4.0-139-generic  5.4.0-139.156  amd64
ii  linux-generic                          5.4.0.139.137  amd64
ii  linux-headers-generic                  5.4.0.139.137  amd64
ii  linux-image-generic                    5.4.0.139.137  amd64

Noyau courant : 5.4.0-73-generic x86_64
et le grub update donne:

Code : Tout sélectionner

 Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/50_linuxmint.cfg'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Création du fichier de configuration GRUB…
Image Linux trouvée : /boot/vmlinuz-5.4.0-139-generic
Image mémoire initiale trouvée : /boot/initrd.img-5.4.0-139-generic
Image Linux trouvée : /boot/vmlinuz-5.4.0-137-generic
Image mémoire initiale trouvée : /boot/initrd.img-5.4.0-137-generic
Image Linux trouvée : /boot/vmlinuz-5.4.0-73-generic
Image mémoire initiale trouvée : /boot/initrd.img-5.4.0-73-generic
Peppermint 10 Ten (10) trouvé sur /dev/sda1
fait
Un chien vaut mieux que deux tu l'auras 8-)
Image

Avatar du membre
cyrille
Administrateur du site
Messages : 12448
Enregistré le : mar. 19 sept. 2017 08:49
Localisation : Nowhere
Contact :

Re: noyaux récents ignorés: grub me charge un vieux noyau

Message par cyrille »

tu peux donner le retour de

Code : Tout sélectionner

uname -r
Et poster le fichier de conf du grub ?

As tu modifié autre chose que le fichier du grub (cf sujet avec image)?
?séuqartéd sel ruoP / sécnoféd sel ruoP / sreiruréB sel ruoP / ?étéicos elleuQ

https://crust.ovh

Avatar du membre
bouledogue
Messages : 1431
Enregistré le : jeu. 6 oct. 2016 06:54
Localisation : Hauts de France

Re: noyaux récents ignorés: grub me charge un vieux noyau

Message par bouledogue »

Non je n'ai pas souvenir d'avoir touché à d'autres fichiers sensibles...
Mais ce probléme doit être là depuis un moment puisque il est resté bloqué au noyau version 73 alors qu'on est au 139 :(
voici le retour de la commande...

Code : Tout sélectionner

5.4.0-73-generic
Un chien vaut mieux que deux tu l'auras 8-)
Image

Avatar du membre
bouledogue
Messages : 1431
Enregistré le : jeu. 6 oct. 2016 06:54
Localisation : Hauts de France

Re: noyaux récents ignorés: grub me charge un vieux noyau

Message par bouledogue »

Voici le fichier grub.conf:

Code : Tout sélectionner

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${initrdfail}" = 2 ]; then
   set initrdfail=
elif [ "${initrdfail}" = 1 ]; then
   set next_entry="${prev_entry}"
   set prev_entry=
   save_env prev_entry
   if [ "${next_entry}" ]; then
      set initrdfail=2
   fi
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="${saved_entry}"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}
function initrdfail {
    if [ -n "${have_grubenv}" ]; then if [ -n "${partuuid}" ]; then
      if [ -z "${initrdfail}" ]; then
        set initrdfail=1
        if [ -n "${boot_once}" ]; then
          set prev_entry="${default}"
          save_env prev_entry
        fi
      fi
      save_env initrdfail
    fi; fi
}
function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  c02085e9-39e8-4fc9-9216-789c01a0a4c6
else
  search --no-floppy --fs-uuid --set=root c02085e9-39e8-4fc9-9216-789c01a0a4c6
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=1920x1080x8
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=hidden
    set timeout=25
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 25 ; then
    set timeout=0
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if [ ${grub_platform} != pc ]; then
      set linux_gfx_mode=keep
    elif hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Linux Mint 20.3 Xfce' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-c02085e9-39e8-4fc9-9216-789c01a0a4c6' {
	recordfail
	savedefault
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_gpt
	insmod ext2
	set root='hd1,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  c02085e9-39e8-4fc9-9216-789c01a0a4c6
	else
	  search --no-floppy --fs-uuid --set=root c02085e9-39e8-4fc9-9216-789c01a0a4c6
	fi
	linux	/boot/vmlinuz-5.4.0-139-generic root=UUID=c02085e9-39e8-4fc9-9216-789c01a0a4c6 ro  quiet splash 
	initrd	/boot/initrd.img-5.4.0-139-generic
}
submenu 'Options avancées pour Linux Mint 20.3 Xfce' $menuentry_id_option 'gnulinux-advanced-c02085e9-39e8-4fc9-9216-789c01a0a4c6' {
	menuentry 'Linux Mint 20.3 Xfce, avec Linux 5.4.0-139-generic' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-139-generic-advanced-c02085e9-39e8-4fc9-9216-789c01a0a4c6' {
		recordfail
	savedefault
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  c02085e9-39e8-4fc9-9216-789c01a0a4c6
		else
		  search --no-floppy --fs-uuid --set=root c02085e9-39e8-4fc9-9216-789c01a0a4c6
		fi
		echo	'Chargement de Linux 5.4.0-139-generic…'
		linux	/boot/vmlinuz-5.4.0-139-generic root=UUID=c02085e9-39e8-4fc9-9216-789c01a0a4c6 ro  quiet splash 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.4.0-139-generic
	}
	menuentry 'Linux Mint 20.3 Xfce, avec Linux 5.4.0-137-generic' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-137-generic-advanced-c02085e9-39e8-4fc9-9216-789c01a0a4c6' {
		recordfail
	savedefault
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  c02085e9-39e8-4fc9-9216-789c01a0a4c6
		else
		  search --no-floppy --fs-uuid --set=root c02085e9-39e8-4fc9-9216-789c01a0a4c6
		fi
		echo	'Chargement de Linux 5.4.0-137-generic…'
		linux	/boot/vmlinuz-5.4.0-137-generic root=UUID=c02085e9-39e8-4fc9-9216-789c01a0a4c6 ro  quiet splash 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.4.0-137-generic
	}
	menuentry 'Linux Mint 20.3 Xfce, avec Linux 5.4.0-73-generic' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-73-generic-advanced-c02085e9-39e8-4fc9-9216-789c01a0a4c6' {
		recordfail
	savedefault
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  c02085e9-39e8-4fc9-9216-789c01a0a4c6
		else
		  search --no-floppy --fs-uuid --set=root c02085e9-39e8-4fc9-9216-789c01a0a4c6
		fi
		echo	'Chargement de Linux 5.4.0-73-generic…'
		linux	/boot/vmlinuz-5.4.0-73-generic root=UUID=c02085e9-39e8-4fc9-9216-789c01a0a4c6 ro  quiet splash 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.4.0-73-generic
	}
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/10_linux_zfs ###
### END /etc/grub.d/10_linux_zfs ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Peppermint 10 Ten (10) (sur /dev/sda1)' --class peppermint --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-fad36cd9-704b-4083-8ad6-b90e0d7cfeb8' {
	savedefault
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  fad36cd9-704b-4083-8ad6-b90e0d7cfeb8
	else
	  search --no-floppy --fs-uuid --set=root fad36cd9-704b-4083-8ad6-b90e0d7cfeb8
	fi
	linux /boot/vmlinuz-5.4.0-97-generic root=UUID=fad36cd9-704b-4083-8ad6-b90e0d7cfeb8 ro quiet splash $vt_handoff
	initrd /boot/initrd.img-5.4.0-97-generic
}
submenu 'Options avancées pour Peppermint 10 Ten (10) (sur /dev/sda1)' $menuentry_id_option 'osprober-gnulinux-advanced-fad36cd9-704b-4083-8ad6-b90e0d7cfeb8' {
	menuentry 'Peppermint GNU/Linux (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.4.0-97-generic--fad36cd9-704b-4083-8ad6-b90e0d7cfeb8' {
		savedefault
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  fad36cd9-704b-4083-8ad6-b90e0d7cfeb8
		else
		  search --no-floppy --fs-uuid --set=root fad36cd9-704b-4083-8ad6-b90e0d7cfeb8
		fi
		linux /boot/vmlinuz-5.4.0-97-generic root=UUID=fad36cd9-704b-4083-8ad6-b90e0d7cfeb8 ro quiet splash $vt_handoff
		initrd /boot/initrd.img-5.4.0-97-generic
	}
	menuentry 'Peppermint GNU/Linux, avec Linux 5.4.0-97-generic (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.4.0-97-generic--fad36cd9-704b-4083-8ad6-b90e0d7cfeb8' {
		savedefault
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  fad36cd9-704b-4083-8ad6-b90e0d7cfeb8
		else
		  search --no-floppy --fs-uuid --set=root fad36cd9-704b-4083-8ad6-b90e0d7cfeb8
		fi
		linux /boot/vmlinuz-5.4.0-97-generic root=UUID=fad36cd9-704b-4083-8ad6-b90e0d7cfeb8 ro quiet splash $vt_handoff
		initrd /boot/initrd.img-5.4.0-97-generic
	}
	menuentry 'Peppermint GNU/Linux, avec Linux 5.4.0-97-generic (recovery mode) (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.4.0-97-generic-root=UUID=fad36cd9-704b-4083-8ad6-b90e0d7cfeb8 ro recovery nomodeset dis_ucode_ldr-fad36cd9-704b-4083-8ad6-b90e0d7cfeb8' {
		savedefault
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  fad36cd9-704b-4083-8ad6-b90e0d7cfeb8
		else
		  search --no-floppy --fs-uuid --set=root fad36cd9-704b-4083-8ad6-b90e0d7cfeb8
		fi
		linux /boot/vmlinuz-5.4.0-97-generic root=UUID=fad36cd9-704b-4083-8ad6-b90e0d7cfeb8 ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.4.0-97-generic
	}
	menuentry 'Peppermint GNU/Linux, avec Linux 5.0.0-37-generic (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.0.0-37-generic--fad36cd9-704b-4083-8ad6-b90e0d7cfeb8' {
		savedefault
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  fad36cd9-704b-4083-8ad6-b90e0d7cfeb8
		else
		  search --no-floppy --fs-uuid --set=root fad36cd9-704b-4083-8ad6-b90e0d7cfeb8
		fi
		linux /boot/vmlinuz-5.0.0-37-generic root=UUID=fad36cd9-704b-4083-8ad6-b90e0d7cfeb8 ro quiet splash $vt_handoff
		initrd /boot/initrd.img-5.0.0-37-generic
	}
	menuentry 'Peppermint GNU/Linux, avec Linux 5.0.0-37-generic (recovery mode) (sur /dev/sda1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.0.0-37-generic-root=UUID=fad36cd9-704b-4083-8ad6-b90e0d7cfeb8 ro recovery nomodeset dis_ucode_ldr-fad36cd9-704b-4083-8ad6-b90e0d7cfeb8' {
		savedefault
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  fad36cd9-704b-4083-8ad6-b90e0d7cfeb8
		else
		  search --no-floppy --fs-uuid --set=root fad36cd9-704b-4083-8ad6-b90e0d7cfeb8
		fi
		linux /boot/vmlinuz-5.0.0-37-generic root=UUID=fad36cd9-704b-4083-8ad6-b90e0d7cfeb8 ro recovery nomodeset dis_ucode_ldr
		initrd /boot/initrd.img-5.0.0-37-generic
	}
}

set timeout_style=menu
if [ "${timeout}" = 0 ]; then
  set timeout=10
fi
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/35_fwupd ###
### END /etc/grub.d/35_fwupd ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
Un chien vaut mieux que deux tu l'auras 8-)
Image

Avatar du membre
bouledogue
Messages : 1431
Enregistré le : jeu. 6 oct. 2016 06:54
Localisation : Hauts de France

Re: noyaux récents ignorés: grub me charge un vieux noyau

Message par bouledogue »

Petite précision au cas où : je ne sais pas où se trouve mon grub (c'est pour ça que j'ai peur de toucher au disque sda), mais voici un Gparted de mon PC
sdb2 est mon linux mint 20 actuel
sda1 est mon peppermint 10 qui a crashé il y a bien longtemps maintenant (suite à une tentative d'installation du logiciel de montage video Da vinci resolve)
sda5 est la partition avec tous mes documents (partagés)

Image
Image
Un chien vaut mieux que deux tu l'auras 8-)
Image

Avatar du membre
cyrille
Administrateur du site
Messages : 12448
Enregistré le : mar. 19 sept. 2017 08:49
Localisation : Nowhere
Contact :

Re: noyaux récents ignorés: grub me charge un vieux noyau

Message par cyrille »

Que retourne

Code : Tout sélectionner

aptitude search linux-image
(j'ai pas de Mint 20 sous la main...)
?séuqartéd sel ruoP / sécnoféd sel ruoP / sreiruréB sel ruoP / ?étéicos elleuQ

https://crust.ovh

Avatar du membre
bouledogue
Messages : 1431
Enregistré le : jeu. 6 oct. 2016 06:54
Localisation : Hauts de France

Re: noyaux récents ignorés: grub me charge un vieux noyau

Message par bouledogue »

ca donne ça ;)

Code : Tout sélectionner

p   linux-image-generic-hwe-18.04-e - Generic Linux kernel image (dummy transiti
p   linux-image-generic-hwe-20.04   - Image du noyau Linux générique            
p   linux-image-generic-hwe-20.04-e - Generic Linux kernel image                
p   linux-image-gke                 - Google Container Engine (GKE) Linux kernel
p   linux-image-gke-5.15            - Linux kernel image for gke systems.       
p   linux-image-gke-5.4             - Google Container Engine (GKE) Linux kernel
p   linux-image-gke-edge            - Linux kernel image for gke systems.       
p   linux-image-gkeop               - GKEOP Linux kernel image                  
p   linux-image-gkeop-5.15          - GKEOP Linux kernel image                  
p   linux-image-gkeop-5.4           - GKEOP Linux kernel image                  
p   linux-image-gkeop-edge          - GKEOP Linux kernel image                  
p   linux-image-ibm                 - IBM Cloud Platform (ibm) Linux kernel imag
p   linux-image-ibm-lts-20.04       - IBM Cloud Platform (ibm) Linux kernel imag
p   linux-image-intel               - Generic Linux kernel image (dummy transiti
p   linux-image-intel-iotg          - Intel-Iotg Linux kernel image             
p   linux-image-intel-iotg-edge     - Intel-Iotg Linux kernel image             
p   linux-image-iot                 - Generic Linux kernel image                
p   linux-image-kvm                 - Linux kernel image for virtual systems.   
p   linux-image-lowlatency          - image du noyau Linux à latence faible     
p   linux-image-lowlatency-hwe-18.0 - Lowlatency Linux kernel image (dummy trans
p   linux-image-lowlatency-hwe-18.0 - Lowlatency Linux kernel image (dummy trans
p   linux-image-lowlatency-hwe-20.0 - image du noyau Linux à latence faible     
p   linux-image-lowlatency-hwe-20.0 - lowlatency Linux kernel image             
p   linux-image-oem                 - Depends on the generic kernel image (dummy
p   linux-image-oem-20.04           - OEM Linux kernel image                    
p   linux-image-oem-20.04-edge      - OEM Linux kernel image (dummy transitional
p   linux-image-oem-20.04b          - OEM Linux kernel image (dummy transitional
p   linux-image-oem-20.04c          - OEM Linux kernel image (dummy transitional
p   linux-image-oem-20.04d          - OEM Linux kernel image                    
v   linux-image-oem-5.6             -                                           
p   linux-image-oem-osp1            - Depends on the generic kernel image (dummy
p   linux-image-oracle              - Linux kernel image for Oracle systems.    
p   linux-image-oracle-edge         - Linux kernel image for Oracle systems.    
p   linux-image-oracle-lts-20.04    - Linux kernel image for Oracle systems.    
p   linux-image-unsigned-5.10.0-100 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-101 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-101 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-101 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-101 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-101 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-101 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-102 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-102 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-102 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-102 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-102 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-102 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-103 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-103 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-103 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-103 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-104 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-104 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-104 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-105 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-105 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-105 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-105 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-105 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.10.0-105 - Linux kernel image for version 5.10.0 on 6
p   linux-image-unsigned-5.11.0-100 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-100 - Oracle Linux kernel image for version 5.11
p   linux-image-unsigned-5.11.0-100 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-101 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-101 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-101 - Oracle Linux kernel image for version 5.11
p   linux-image-unsigned-5.11.0-101 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-101 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-101 - Oracle Linux kernel image for version 5.11
p   linux-image-unsigned-5.11.0-101 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-101 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-101 - Oracle Linux kernel image for version 5.11
p   linux-image-unsigned-5.11.0-101 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-101 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-101 - Oracle Linux kernel image for version 5.11
p   linux-image-unsigned-5.11.0-102 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-102 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-102 - Oracle Linux kernel image for version 5.11
p   linux-image-unsigned-5.11.0-102 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-102 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-102 - Oracle Linux kernel image for version 5.11
p   linux-image-unsigned-5.11.0-102 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-102 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-102 - Oracle Linux kernel image for version 5.11
p   linux-image-unsigned-5.11.0-102 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-102 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-102 - Oracle Linux kernel image for version 5.11
p   linux-image-unsigned-5.11.0-102 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-102 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-102 - Oracle Linux kernel image for version 5.11
p   linux-image-unsigned-5.11.0-102 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-102 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-102 - Oracle Linux kernel image for version 5.11
p   linux-image-unsigned-5.11.0-102 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-102 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-102 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-102 - Oracle Linux kernel image for version 5.11
p   linux-image-unsigned-5.11.0-102 - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-22- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-22- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-25- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-25- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-27- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-27- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-34- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-34- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-36- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-36- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-37- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-37- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-38- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-38- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-40- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-40- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-41- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-41- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-43- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-43- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-44- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-44- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-46- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.11.0-46- - Linux kernel image for version 5.11.0 on 6
p   linux-image-unsigned-5.13.0-100 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-100 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-100 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-100 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-100 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-100 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-101 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-101 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-101 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-101 - Oracle Linux kernel image for version 5.13
p   linux-image-unsigned-5.13.0-101 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-101 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-101 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-101 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-101 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-101 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-101 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-101 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-101 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-101 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-101 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-101 - Oracle Linux kernel image for version 5.13
p   linux-image-unsigned-5.13.0-101 - Oracle Linux kernel image for version 5.13
p   linux-image-unsigned-5.13.0-101 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-101 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-101 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-101 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-101 - Oracle Linux kernel image for version 5.13
p   linux-image-unsigned-5.13.0-101 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-101 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-101 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Oracle Linux kernel image for version 5.13
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Oracle Linux kernel image for version 5.13
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Oracle Linux kernel image for version 5.13
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Oracle Linux kernel image for version 5.13
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-102 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-103 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-103 - Oracle Linux kernel image for version 5.13
p   linux-image-unsigned-5.13.0-103 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-103 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-103 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-103 - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-103 - Oracle Linux kernel image for version 5.13
p   linux-image-unsigned-5.13.0-103 - Oracle Linux kernel image for version 5.13
p   linux-image-unsigned-5.13.0-103 - Oracle Linux kernel image for version 5.13
p   linux-image-unsigned-5.13.0-21- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-21- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-22- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-22- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-23- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-23- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-25- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-25- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-27- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-27- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-28- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-28- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-30- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-30- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-35- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-35- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-37- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-37- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-39- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-39- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-40- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-40- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-41- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-41- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-44- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-44- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-48- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-48- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-51- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-51- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-52- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.13.0-52- - Linux kernel image for version 5.13.0 on 6
p   linux-image-unsigned-5.14.0-100 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-100 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-100 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-100 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-101 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-101 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-101 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-101 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-102 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-102 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-102 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-102 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-102 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-103 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-103 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-103 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-103 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-103 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-103 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-104 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-104 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-104 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-104 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-104 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-104 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-104 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-105 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-105 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-105 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-105 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-105 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-105 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-105 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.14.0-105 - Linux kernel image for version 5.14.0 on 6
p   linux-image-unsigned-5.15.0-100 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-100 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-100 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-100 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-100 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-100 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-100 - Oracle Linux kernel image for version 5.15
p   linux-image-unsigned-5.15.0-100 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-100 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-100 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Oracle Linux kernel image for version 5.15
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Oracle Linux kernel image for version 5.15
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Oracle Linux kernel image for version 5.15
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Oracle Linux kernel image for version 5.15
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.15.0-101 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-101 - Oracle Linux kernel image for version 5.15
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - Oracle Linux kernel image for version 5.15
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - Oracle Linux kernel image for version 5.15
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - Oracle Linux kernel image for version 5.15
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - Oracle Linux kernel image for version 5.15
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.15.0-102 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-102 - Oracle Linux kernel image for version 5.15
p   linux-image-unsigned-5.15.0-103 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-103 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-103 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.15.0-103 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-103 - Oracle Linux kernel image for version 5.15
p   linux-image-unsigned-5.15.0-103 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-103 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-103 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.15.0-103 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-103 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.15.0-103 - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-33- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-33- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-41- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-42- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-43- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-43- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-46- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-46- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-48- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-48- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-50- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-50- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-52- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-52- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-53- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-53- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-56- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-56- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-57- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-58- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-58- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-60- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-60- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-67- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.15.0-67- - Linux kernel image for version 5.15.0 on 6
p   linux-image-unsigned-5.4.0-100- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-100- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1001 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1003 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1004 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1004 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1005 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1005 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1006 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1006 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1007 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1008 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1008 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1009 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1009 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1009 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1009 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1010 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1010 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1010 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1010 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1011 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1011 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1011 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1011 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1012 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1012 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1012 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1012 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1013 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1013 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1014 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1014 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1015 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1015 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1015 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1015 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1016 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1016 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1017 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1018 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1018 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1018 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1018 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1018 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1019 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1019 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1019 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1019 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1020 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1020 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1020 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1021 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1021 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1021 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1021 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1021 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1022 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1022 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1022 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1022 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1023 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1023 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1023 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1023 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1024 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1024 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1024 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1024 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1025 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1025 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1025 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1025 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1026 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1026 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1026 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1026 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1027 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1028 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1028 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1028 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1029 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1029 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1029 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1029 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1030 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1031 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1031 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1031 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1031 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1032 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1032 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1032 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1032 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1032 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1033 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1033 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1033 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1033 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1033 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1034 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1034 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1034 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1034 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1034 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1034 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1035 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1035 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1035 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1036 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1036 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1036 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1036 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1036 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1036 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1037 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1037 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1037 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1037 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1037 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1037 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1038 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1038 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1038 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1038 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1039 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1039 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1039 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1039 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1039 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-104- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-104- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1040 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1040 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1040 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1040 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1040 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1041 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1041 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1041 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1041 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1041 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1041 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1042 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1042 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1042 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1042 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1043 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1043 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1043 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1043 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1043 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1044 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1044 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1044 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1044 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1044 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1045 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1045 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1046 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1046 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1046 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1046 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1046 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1046 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1047 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1047 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1048 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1048 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1048 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1048 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1049 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1049 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1049 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1049 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1049 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1049 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-105- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-105- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1050 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1051 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1051 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1051 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1051 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1051 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1052 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1052 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1052 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1052 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1053 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1053 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1053 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1053 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1053 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1054 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1054 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1054 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1054 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1055 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1055 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1055 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1055 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1055 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1056 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1056 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1056 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1056 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1056 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1056 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1057 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1057 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1057 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1057 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1058 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1058 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1058 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1058 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1059 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1059 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1059 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1059 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1059 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1060 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1060 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1061 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1061 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1061 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1061 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1061 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1061 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1062 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1062 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1062 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1062 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1062 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1062 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1063 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1063 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1063 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1063 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1063 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1063 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1063 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1063 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1064 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1064 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1064 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1064 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1064 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1064 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1064 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1065 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1065 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1065 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1065 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1065 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1065 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1065 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1065 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1066 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1066 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1066 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1067 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1067 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1067 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1067 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1067 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1067 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1068 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1068 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1068 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1068 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1068 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1068 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1068 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1069 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1069 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1069 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1069 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1069 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1069 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-107- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-107- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1070 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1070 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1070 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1070 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1070 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1071 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1071 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1071 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1071 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1072 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1072 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1072 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1072 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1072 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1072 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1073 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1073 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1073 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1073 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1073 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1073 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1073 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1074 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1074 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1074 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1074 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1074 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1075 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1075 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1075 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1076 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1076 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1076 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1076 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1076 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1077 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1078 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1078 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1078 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1078 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1078 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1078 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1078 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1078 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1079 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1079 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1080 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1080 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1080 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1080 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1080 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1080 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1081 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1081 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1081 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1082 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1082 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1083 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1083 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1083 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1083 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1083 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1083 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1083 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1083 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1084 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1084 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1084 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1084 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1084 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1085 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1085 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1085 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1085 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1086 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1086 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1086 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1086 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1086 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1086 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1086 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1086 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1087 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1087 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1087 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1087 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1088 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1089 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1089 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1089 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1089 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1089 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-109- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-109- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1090 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1090 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1090 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1090 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1090 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1090 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1091 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1091 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1091 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1091 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1091 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1092 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1092 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1092 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1092 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1092 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1093 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1093 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1093 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1094 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1094 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1094 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1094 - Oracle Linux kernel image for version 5.4.
p   linux-image-unsigned-5.4.0-1095 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1096 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1096 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1097 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1097 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1098 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1098 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1098 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1098 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-110- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-110- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1100 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1100 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1100 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1100 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1101 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1101 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1101 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1102 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1103 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1103 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1103 - EFI Linux kernel image for azure          
p   linux-image-unsigned-5.4.0-1104 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-1104 - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-113- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-113- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-117- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-117- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-120- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-120- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-121- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-121- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-122- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-122- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-124- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-124- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-125- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-125- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-126- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-126- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-128- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-128- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-131- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-131- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-132- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-132- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-135- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-135- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-136- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-136- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-137- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-137- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-139- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-139- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-144- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-144- - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-26-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-26-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-28-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-28-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-29-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-29-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-31-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-31-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-33-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-33-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-37-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-37-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-39-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-39-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-40-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-40-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-42-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-42-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-45-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-45-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-47-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-47-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-48-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-48-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-51-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-51-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-52-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-52-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-53-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-53-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-54-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-54-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-58-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-58-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-59-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-59-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-60-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-60-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-62-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-62-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-64-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-64-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-65-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-65-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-66-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-66-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-67-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-67-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-70-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-70-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-71-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-71-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-72-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-72-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-73-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-73-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-74-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-74-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-77-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-77-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-80-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-80-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-81-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-81-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-84-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-84-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-86-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-86-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-88-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-88-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-89-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-89-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-90-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-90-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-91-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-91-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-92-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-92-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-94-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-94-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-96-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-96-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-97-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-97-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-99-g - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.4.0-99-l - Linux kernel image for version 5.4.0 on 64
p   linux-image-unsigned-5.6.0-1007 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1008 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1010 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1011 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1013 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1017 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1018 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1020 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1021 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1023 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1026 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1027 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1028 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1031 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1032 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1033 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1034 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1035 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1036 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1039 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1042 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1047 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1048 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1050 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1052 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1053 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1054 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1055 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.6.0-1056 - Linux kernel image for version 5.6.0 on 64
p   linux-image-unsigned-5.8.0-1031 - Oracle Linux kernel image for version 5.8.
p   linux-image-unsigned-5.8.0-1032 - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-1033 - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-1033 - Oracle Linux kernel image for version 5.8.
p   linux-image-unsigned-5.8.0-1034 - Oracle Linux kernel image for version 5.8.
p   linux-image-unsigned-5.8.0-1035 - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-1036 - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-1037 - Oracle Linux kernel image for version 5.8.
p   linux-image-unsigned-5.8.0-1038 - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-1038 - Oracle Linux kernel image for version 5.8.
p   linux-image-unsigned-5.8.0-1039 - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-1039 - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-1040 - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-1041 - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-1042 - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-1043 - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-23-g - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-23-l - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-25-g - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-25-l - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-28-g - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-28-l - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-29-g - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-29-l - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-33-g - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-33-l - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-34-g - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-34-l - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-36-g - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-36-l - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-38-g - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-38-l - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-40-g - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-40-l - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-41-g - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-41-l - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-43-g - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-43-l - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-44-g - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-44-l - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-45-g - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-45-l - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-48-g - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-48-l - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-49-g - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-49-l - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-50-g - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-50-l - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-53-g - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-53-l - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-55-g - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-55-l - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-59-g - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-59-l - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-63-g - Linux kernel image for version 5.8.0 on 64
p   linux-image-unsigned-5.8.0-63-l - Linux kernel image for version 5.8.0 on 64
p   linux-image-virtual             - Virtual Linux kernel image                
p   linux-image-virtual-hwe-18.04   - Virtual Linux kernel image (dummy transiti
p   linux-image-virtual-hwe-18.04-e - Virtual Linux kernel image (dummy transiti
p   linux-image-virtual-hwe-20.04   - Virtual Linux kernel image                
p   linux-image-virtual-hwe-20.04-e - Virtual Linux kernel image                
mike@Mint20-xfce:~$ 
Un chien vaut mieux que deux tu l'auras 8-)
Image

Avatar du membre
alain
Administrateur du site
Messages : 14807
Enregistré le : dim. 11 oct. 2015 23:41
Localisation : Chelles
Contact :

Re: noyaux récents ignorés: grub me charge un vieux noyau

Message par alain »

Bonjour Bouledogue,
Comment ça va petit scarabée? :D

Dis voir. A tout hasard ça serait pas le grub de pepermint qui démarre? Ça expliquerait pourquoi il ne se met pas à jour lors d'une mise à jour du nouyau sur linux mint.
Si c'est ça faut que tu mettes à jour celui de pepermint.
Tu démarres sur pepermint et:

Code : Tout sélectionner

sudo update-grub
Ou tu réinstalle le grub sur Linux Mint. C'est le dernier installé qui a la main.
PC are like air conditioning, they becomes useless when you open Windows (L.T)
PC1 : CM : ASRock 990FX | CPU: AMD FX 8350-8 cores, 4 GHz | RAM: 16 Go DDR3 1600 MHz | CG: ATI RX 580-8 Go | OS : LM 20.3 Uma Xfce 4.16 | K: 5.4
PC2
:Core2 Quad Q9650 @ 3 GHz | CG: Nvidia GTX 650TI | OS: LM 21.3 Xfce 4.18| K: 6.5
PC3 :Core i7-2600 @ 3,5 GHz | CG: ATI HD 4650 | OS: Emmade5 Xfce 4.18.0 | K: 6.1
PC4 : AMD Ryzen 5 3500X 4GHz | CG: GTX 970 | Ram : 8GB |OS : Debian 10.5 | K: 5.10
In a world without walls and fences, who needs windows and gates?

Répondre