You are not logged in.
Hello all
When updating my kernel with "sudo pacman -S linux", it shows me that will install the version "linux-5.12.1.arch1-1", but the installation finish, when I execute "uname -r" it still shows me the version "5.11.16-arch1-1".
Here the output:
bigfalcon@sd:~$ sudo pacman -S linux
[sudo] password for bigfalcon:
advertencia: linux-5.12.1.arch1-1 está actualizado -- reinstalándolo
resolviendo dependencias...
buscando conflictos entre paquetes...
Paquetes (1) linux-5.12.1.arch1-1
Tamaño total de la instalación: 99,77 MiB
Tamaño neto tras actualizar: 0,00 MiB
:: ¿Continuar con la instalación? [S/n] S
(1/1) comprobando las claves del depósito [#############################################################################] 100%
(1/1) verificando la integridad de los paquetes [#############################################################################] 100%
(1/1) cargando los archivos de los paquetes [#############################################################################] 100%
(1/1) comprobando conflictos entre archivos [#############################################################################] 100%
(1/1) comprobando el espacio disponible en el disco [#############################################################################] 100%
:: Ejecutando los «hooks» de preinstalación...
(1/1) Remove upgraded DKMS modules
:: Procesando los cambios de los paquetes...
(1/1) reinstalando linux [#############################################################################] 100%
:: Ejecutando los «hooks» de posinstalación...
(1/4) Arming ConditionNeedsUpdate...
(2/4) Updating module dependencies...
(3/4) Install DKMS modules
(4/4) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 5.12.1-arch1-1
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [modconf]
-> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: xhci_pci
-> Running build hook: [filesystems]
-> Running build hook: [keyboard]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 5.12.1-arch1-1
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [modconf]
-> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: wd719x
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: xhci_pci
-> Running build hook: [filesystems]
-> Running build hook: [keyboard]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
bigfalcon@sd:~$ uname -r
5.11.16-arch1-1
Already reboot my system but persist in the old version. This is important to install vmware because I need the same version of kernel with the linux-headers (My linux-headers are in the version linux-headers-5.12.1.arch1-1)
Thanks in advance!
Offline
Sorry for the post, I've rebooted again and it works!, to do uname -r shows me the version 5.12.1-arch1-1
Offline
Please use [ code ] tags instead of italics for pasting output, and seeing as the issue is resolved, please mark the topic as such by prepending [SOLVED] or so to the title in your first post.
Offline