#101 Le 03/12/2022, à 14:24
- iznobe
Re : [Résolu] Bootloop après update
Non, Il me dis toujours ALERT! /dev/mapper/vgkubuntu-root does not exist. Dropping to a shell! puis BusyBox et (initramfs) en boucle...
ce message semble plutot correspondre a un probleme de partition / disque / fstab .
de plus je trouve le " ro " de cette ligne plutot curieux dans le retrour precedent avec le fstab :
❯ cat /proc/cmdline
BOOT_IMAGE=/vmlinuz-5.19.0-1012-lowlatency root=/dev/mapper/vgkubuntu-root ro quiet splash vt.handoff=7
Dernière modification par iznobe (Le 03/12/2022, à 14:27)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#102 Le 03/12/2022, à 14:27
- mimakh
Re : [Résolu] Bootloop après update
mimakh a écrit :Non, Il me dis toujours ALERT! /dev/mapper/vgkubuntu-root does not exist. Dropping to a shell! puis BusyBox et (initramfs) en boucle...
Peux-tu prendre une photo où on pourrait voir les lignes avant cette alerte ?
Je te renvois celle que j'avais fait, c'est exactement la même chose : https://imgbb.com/Q9mhnBD
Hors ligne
#103 Le 03/12/2022, à 14:33
- iznobe
Re : [Résolu] Bootloop après update
Sur la photo on voit :
gave up waiting for root file systeme device . common problems :
- boot args ( cat /proc/cmdline ) .
- check rootdelay ...
- missing modules ( cat /proc/modules; ls /dev )
ALERT ...
Dernière modification par iznobe (Le 03/12/2022, à 14:33)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#104 Le 03/12/2022, à 14:34
- xubu1957
Re : [Résolu] Bootloop après update
@nany
Pour info > reddit.com/r/Ubuntu/comments/zawvlv/ubuntu_insists_on_installing_the_oracle_kernel
Les noyaux exotiques n'auraient-ils pas déréglés le système ?
Dernière modification par xubu1957 (Le 03/12/2022, à 14:47)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#105 Le 03/12/2022, à 14:48
- iznobe
Re : [Résolu] Bootloop après update
Pour info > reddit.com/r/Ubuntu/comments/zawvlv/ubuntu_insists_on_installing_the_oracle_kernel
Running sudo ubuntu-drivers install and then reboot fixed my problem
les 2 personnes disent que c' est resolu avec cette commande sans comprendre pourquoi ...
il semblerait que ce soit lié au pilote nvidia .
je lis juste , je ne conseille rien , ca me depasse largement ...
Dernière modification par iznobe (Le 03/12/2022, à 14:48)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#106 Le 03/12/2022, à 14:48
- nany
Re : [Résolu] Bootloop après update
de plus je trouve le " ro " de cette ligne plutot curieux dans le retrour precedent avec le fstab :
❯ cat /proc/cmdline BOOT_IMAGE=/vmlinuz-5.19.0-1012-lowlatency root=/dev/mapper/vgkubuntu-root ro quiet splash vt.handoff=7
Passe la commande chez toi et tu devrais aussi avoir le ro.
Sur la photo on voit :
gave up waiting for root file systeme device . common problems : - boot args ( cat /proc/cmdline ) . - check rootdelay ... - missing modules ( cat /proc/modules; ls /dev ) ALERT ...
Je sais, mais ça ne donne rien.
Ça ne donne rien de nouveau de ce côté.
@mimakh ; depuis la version qui fonctionne, donne les retours de :
cat /proc/cmdline
cat /etc/default/grub
cat /boot/grub/grub.cfg
En ligne
#107 Le 03/12/2022, à 14:50
- nany
Re : [Résolu] Bootloop après update
Running sudo ubuntu-drivers install and then reboot fixed my problem
les 2 personnes disent que c' est resolu avec cette commande sans comprendre pourquoi ...
il semblerait que ce soit lié au pilote nvidia .
On a déjà réinstallé le pilote Nvidia et ça n’a rien donné de plus.
En ligne
#108 Le 03/12/2022, à 14:51
- mimakh
Re : [Résolu] Bootloop après update
@nany
Tiens :
❯ cat /proc/cmdline
BOOT_IMAGE=/vmlinuz-5.19.0-1012-lowlatency root=/dev/mapper/vgkubuntu-root ro quiet splash vt.handoff=7
❯ cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
❯ cat /boot/grub/grub.cfg
#
# 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="0"
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 lvm
insmod ext2
set root='lvmid/Jrq2Kd-HW0h-OQOM-DAsJ-9OKP-dps6-fXnK68/INuO5T-f10p-eTWU-Pwj8-QkxC-2SOI-w1d3fo'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/Jrq2Kd-HW0h-OQOM-DAsJ-9OKP-dps6-fXnK68/INuO5T-f10p-eTWU-Pwj8-QkxC-2SOI-w1d3fo' 5c6326ed-4077-4101-88b9-d163646ecec6
else
search --no-floppy --fs-uuid --set=root 5c6326ed-4077-4101-88b9-d163646ecec6
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
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=0
# Fallback hidden-timeout code in case the timeout_style feature is
# unavailable.
elif sleep --interruptible 0 ; 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
if background_color 0,0,0; then
clear
fi
color_normal=white/black
if [ -e ${prefix}/themes/kubuntu-logo/theme.txt ]; then
insmod png
theme=${prefix}/themes/kubuntu-logo/theme.txt
fi
### 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 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-5c6326ed-4077-4101-88b9-d163646ecec6' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 8fd53849-bfc4-4cb4-886a-58c665bf9e6e
linux /vmlinuz-5.19.0-1012-lowlatency root=/dev/mapper/vgkubuntu-root ro quiet splash $vt_handoff
initrd /initrd.img-5.19.0-1012-lowlatency
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-5c6326ed-4077-4101-88b9-d163646ecec6' {
menuentry 'Ubuntu, with Linux 5.19.0-1012-lowlatency' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.19.0-1012-lowlatency-advanced-5c6326ed-4077-4101-88b9-d163646ecec6' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 8fd53849-bfc4-4cb4-886a-58c665bf9e6e
echo 'Loading Linux 5.19.0-1012-lowlatency ...'
linux /vmlinuz-5.19.0-1012-lowlatency root=/dev/mapper/vgkubuntu-root ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /initrd.img-5.19.0-1012-lowlatency
}
menuentry 'Ubuntu, with Linux 5.19.0-1012-lowlatency (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.19.0-1012-lowlatency-recovery-5c6326ed-4077-4101-88b9-d163646ecec6' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 8fd53849-bfc4-4cb4-886a-58c665bf9e6e
echo 'Loading Linux 5.19.0-1012-lowlatency ...'
linux /vmlinuz-5.19.0-1012-lowlatency root=/dev/mapper/vgkubuntu-root ro recovery nomodeset dis_ucode_ldr
echo 'Loading initial ramdisk ...'
initrd /initrd.img-5.19.0-1012-lowlatency
}
menuentry 'Ubuntu, with Linux 5.19.0-26-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.19.0-26-generic-advanced-5c6326ed-4077-4101-88b9-d163646ecec6' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 8fd53849-bfc4-4cb4-886a-58c665bf9e6e
echo 'Loading Linux 5.19.0-26-generic ...'
linux /vmlinuz-5.19.0-26-generic root=/dev/mapper/vgkubuntu-root ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /initrd.img-5.19.0-26-generic
}
menuentry 'Ubuntu, with Linux 5.19.0-26-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.19.0-26-generic-recovery-5c6326ed-4077-4101-88b9-d163646ecec6' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 8fd53849-bfc4-4cb4-886a-58c665bf9e6e
echo 'Loading Linux 5.19.0-26-generic ...'
linux /vmlinuz-5.19.0-26-generic root=/dev/mapper/vgkubuntu-root ro recovery nomodeset dis_ucode_ldr
echo 'Loading initial ramdisk ...'
initrd /initrd.img-5.19.0-26-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/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
fwsetup
}
### 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 ###
Hors ligne
#109 Le 03/12/2022, à 14:54
- iznobe
Re : [Résolu] Bootloop après update
@nany , le dernier lien de xubu1957 , a y regarder de plus pres , me parait tout de meme interessant .
on y contate les meme symptomes que dans celui-ci .
en particulier ce message qui explique la situation tres tres bizzare que subbissent le demandeur ici et sur le lien de xubu :
No. And it's not just extra modules, it installed an -oracle linux-image along with lowlatency. I don't use anything that has kernel modules aside from the nvidia drivers.
That particular kernel breaks almost all hardware support on my computer. Booting it broke my external monitor (it's a laptop) and wifi. The generic kernel still works fine as ever, but the ubuntu updater remains confused. I managed to remove that linux image with apt, but the GUI updater wants to install this crap again. I haven't found a way to remove the lowlatency kernel though.
ils parlent d' un driver nvidia 525 , si c' est pas une erreur de frappe .
Dernière modification par iznobe (Le 03/12/2022, à 15:02)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#110 Le 03/12/2022, à 15:23
- mimakh
Re : [Résolu] Bootloop après update
=> https://www.reddit.com/r/Ubuntu/comment … le_kernel/
"I forgot to note, but apt upgrade does not try to install the oracle kernel, only the GUI updater. I installed aptitude and the commands don't do anything different. I can only conclude that the GUI updater written by canonical is horribly unreliable.
Still haven't found how to delete the lowlatency kernel without apt wanting to install the unsigned version though."
L'update qui a brick mon ordi était justement via Discover... donc en GUI.
Hors ligne
#111 Le 03/12/2022, à 15:25
- nany
Re : [Résolu] Bootloop après update
ils parlent d' un driver nvidia 525 , si c' est pas une erreur de frappe .
Oui eh bien le pilote 525 a été installé ici présent et ça n’a malheureusement rien changé.
@mimakh ; je pense qu’il est sage dans rester là pour le moment, tu as une version de noyau qui te permet de travailer sur ton devoir ; une fois ce dernier rendu, je te propose soit de continuer ainsi jusque la prochaine mise à jour du noyau et on verra à se moment là si on peut redémarrer sur la nouvelle version installée, soit de réinstaller ; Kubuntu après sauvegarde de tes données pour pouvoir les remettre après réinstallation ; je pourrai éventuellement t’assister pour que tu retrouves tes petits.
Dernière modification par nany (Le 03/12/2022, à 15:28)
En ligne
#112 Le 03/12/2022, à 15:28
- mimakh
Re : [Résolu] Bootloop après update
@nany
Oui là je vais me concentrer sur mon devoir et après j'aviserais si je pars sur une fresh install ou si j'essaye de comprendre ce qu'il ne vas pas.
Du coups je laisse le sujet comme ça ? ou je le passe en résolus ?
En tout cas merci à toi et à tout ceux qui ont essayés de m'aider.
Hors ligne
#113 Le 03/12/2022, à 15:30
- nany
Re : [Résolu] Bootloop après update
Du coups je laisse le sujet comme ça ? ou je le passe en résolus ?
Laisse le comme ça, tu pourras y revenir le moment venu.
En ligne
#114 Le 05/12/2022, à 19:40
- mimakh
Re : [Résolu] Bootloop après update
Bonsoir,
J'ai du nouveau :
❯ sudo apt full-upgrade
[sudo] Mot de passe de virgil :
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
Les paquets suivants seront mis à jour :
ca-certificates libxml2 libxml2:i386 libxml2-utils linux-firmware
5 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 0 o/268 Mo dans les archives.
Après cette opération, 3447 ko d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] o
Préconfiguration des paquets...
(Lecture de la base de données... 274989 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../ca-certificates_20211016ubuntu0.22.10.1_all.deb ...
Dépaquetage de ca-certificates (20211016ubuntu0.22.10.1) sur (20211016) ...
Préparation du dépaquetage de .../libxml2_2.9.14+dfsg-1ubuntu0.1_i386.deb ...
De-configuring libxml2:amd64 (2.9.14+dfsg-1), to allow configuration of libxml2:i386 (2.9.14+dfsg-1ubuntu0.1) ...
Dépaquetage de libxml2:i386 (2.9.14+dfsg-1ubuntu0.1) sur (2.9.14+dfsg-1) ...
Préparation du dépaquetage de .../libxml2_2.9.14+dfsg-1ubuntu0.1_amd64.deb ...
Dépaquetage de libxml2:amd64 (2.9.14+dfsg-1ubuntu0.1) sur (2.9.14+dfsg-1) ...
Préparation du dépaquetage de .../libxml2-utils_2.9.14+dfsg-1ubuntu0.1_amd64.deb ...
Dépaquetage de libxml2-utils (2.9.14+dfsg-1ubuntu0.1) sur (2.9.14+dfsg-1) ...
Préparation du dépaquetage de .../linux-firmware_20220923.gitf09bebf3-0ubuntu1.1_all.deb ...
Dépaquetage de linux-firmware (20220923.gitf09bebf3-0ubuntu1.1) sur (20220923.gitf09bebf3-0ubuntu1) ...
Paramétrage de linux-firmware (20220923.gitf09bebf3-0ubuntu1.1) ...
update-initramfs: Generating /boot/initrd.img-5.19.0-1012-lowlatency
W: Possible missing firmware /lib/firmware/amdgpu/ip_discovery.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega10_cap.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_cap.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/navi12_cap.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/psp_13_0_7_sos.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/psp_13_0_0_sos.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/aldebaran_cap.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_2_imu.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_1_imu.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_0_imu.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_2_rlc.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_2_mec.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_2_me.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_2_pfp.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_1_rlc.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_1_mec.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_1_me.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_1_pfp.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_0_toc.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_0_rlc.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_0_mec.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_0_me.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_0_pfp.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/sdma_6_0_2.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/sdma_6_0_1.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/sdma_6_0_0.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_mes1.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_mes.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/navi10_mes.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_2_mes1.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_2_mes.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_1_mes1.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_1_mes.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_0_mes1.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_0_mes.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vcn_4_0_4.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vcn_4_0_0.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/smu_13_0_7.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/smu_13_0_0.bin for module amdgpu
I: The initramfs will attempt to resume from /dev/dm-2
I: (/dev/mapper/vgkubuntu-swap_1)
I: Set the RESUME variable to override this.
update-initramfs: Generating /boot/initrd.img-5.19.0-26-generic
cat: /var/tmp/mkinitramfs_ptGns3/lib/modules/5.19.0-26-generic/modules.builtin: Aucun fichier ou dossier de ce type
W: Can't find modules.builtin.modinfo (for locating built-in drivers' firmware, supported in Linux >=5.2)
I: The initramfs will attempt to resume from /dev/dm-2
I: (/dev/mapper/vgkubuntu-swap_1)
I: Set the RESUME variable to override this.
depmod: WARNING: could not open modules.order at /var/tmp/mkinitramfs_ptGns3/lib/modules/5.19.0-26-generic: No such file or directory
depmod: WARNING: could not open modules.builtin at /var/tmp/mkinitramfs_ptGns3/lib/modules/5.19.0-26-generic: No such file or directory
depmod: WARNING: could not open modules.builtin.modinfo at /var/tmp/mkinitramfs_ptGns3/lib/modules/5.19.0-26-generic: No such file or directory
Paramétrage de ca-certificates (20211016ubuntu0.22.10.1) ...
Updating certificates in /etc/ssl/certs...
rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
0 added, 3 removed; done.
Paramétrage de libxml2:amd64 (2.9.14+dfsg-1ubuntu0.1) ...
Paramétrage de libxml2:i386 (2.9.14+dfsg-1ubuntu0.1) ...
Paramétrage de libxml2-utils (2.9.14+dfsg-1ubuntu0.1) ...
Traitement des actions différées (« triggers ») pour man-db (2.10.2-2) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.36-0ubuntu4) ...
Traitement des actions différées (« triggers ») pour ca-certificates (20211016ubuntu0.22.10.1) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Pre-connection of libraries in progress, please wait...
Maintenant que j'ai pu rendre mon devoir je vais me concentrer sur la réparation et la stabilisation de mon ordinateur.
(J'ai un autre projet à rendre dimanche donc je dois faire au plu vite).
J'ai donc 3 options disponibles :
- Réparation de mon Kubuntu actuel
- Réinstallation de Kubuntu 22.10
- Installation de Kubuntu 22.04 LTS
En sachant qu'il y a un choix à faire :
Sur 22.04 j'ai (normalement) le driver de mon AMD 680M mais pas de la MT7922 (remplacé parle MT7921e).
Sur 22.10 je suis sensé avoir le driver de ma Mediatek MT7922 (WIfi 6e & Bluetooth (bien que contrairement à la dernière version de Fedora, le Bluetooth ne fonctionne toujours pas) mais pas de 680M.
J'utilise mon ordinateur pour mes études et je nécessite un certain degré de sécurité (UFW, VPN, chiffrement système, mdp BIOS, etc..)
Que pouvez-vous me conseiller ?
Dernière modification par mimakh (Le 05/12/2022, à 21:18)
Hors ligne