[Pacman] problème mise à jour (résolu)

Mise à jour / Création /debug de paquetages
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17222
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Pacman] problème mise à jour

Message par benjarobin »

Code : Tout sélectionner

mount /dev/sda1 /mnt/boot
Si tu fais cela, il y a comme un énorme problème dans ton installation.
Ceci est la source de ton problème. Tu as 2 dossiers de boot... Et aussi 2 installation de Grub (ce qui m'a perdu...)
Il se fait tard, je détaillerait plus tard.
Mais si tu pouvais donner le contenu de la partition de boot (et non le dossier /boot non monté). Ainsi que le fichier de configuration de Grub dans cette partition de boot.
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
ArnaudNux
Daikyu
Messages : 93
Inscription : lun. 13 janv. 2014, 11:28

Re: [Pacman] problème mise à jour

Message par ArnaudNux »

Bonjour,

Voici les messages lors de l'installation des deux paquets linux :
$ sudo pacman -Sy linux linux-headers
:: Synchronisation des bases de données de paquets…
core est à jour
extra est à jour
community est à jour
archlinuxfr est à jour
multilib est à jour
résolution des dépendances…
recherche des conflits entre paquets…

Paquets (2) linux-5.12.5.arch1-1 linux-headers-5.12.5.arch1-1

Taille totale du téléchargement : 118,22 MiB
Taille totale installée : 228,94 MiB
Taille de mise à jour nette : 0,00 MiB

:: Procéder à l’installation ? [O/n] o
:: Récupération des paquets…
linux-5.12.5.arch1-1-x86_64 94,9 MiB 44,1 MiB/s 00:02 [###########################################] 100%
linux-headers-5.12.5.arch1-1-x86_64 23,3 MiB 46,7 MiB/s 00:01 [###########################################] 100%
(2/2) vérification des clés dans le trousseau [###########################################] 100%
(2/2) vérification de l’intégrité des paquets [###########################################] 100%
(2/2) chargement des fichiers des paquets [###########################################] 100%
(2/2) analyse des conflits entre fichiers [###########################################] 100%
(2/2) vérification de l’espace disque disponible [###########################################] 100%
:: Exécution des crochets de pré-transaction…
(1/2) Removing linux initcpios...
(2/2) Remove DKMS modules
==> dkms remove --no-depmod -m deepin-anything -v 5.0.7 -k 5.12.4-arch1-2
==> dkms remove --no-depmod -m vboxhost -v 6.1.22_OSE -k 5.12.4-arch1-2
==> depmod 5.12.4-arch1-2
:: Traitement des changements du paquet…
(1/2) mise à jour de linux [###########################################] 100%
(2/2) mise à jour de linux-headers [###########################################] 100%
:: Exécution des crochets de post-transaction…
(1/4) Arming ConditionNeedsUpdate...
(2/4) Updating module dependencies...
(3/4) Install DKMS modules
==> dkms install --no-depmod -m deepin-anything -v 5.0.7 -k 5.12.5-arch1-1
==> dkms install --no-depmod -m vboxhost -v 6.1.22_OSE -k 5.12.5-arch1-1
==> depmod 5.12.5-arch1-1
(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.5-arch1-1
-> Running build hook: [base]
-> Running build hook: [systemd]
-> 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 gzip-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.5-arch1-1
-> Running build hook: [base]
-> Running build hook: [systemd]
-> Running build hook: [modconf]
-> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: wd719x
==> WARNING: Possibly missing firmware for module: xhci_pci

-> Running build hook: [filesystems]
-> Running build hook: [keyboard]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
A priori rien de particulier sauf les 3 erreurs sur les firmwares.
ArnaudNux
Daikyu
Messages : 93
Inscription : lun. 13 janv. 2014, 11:28

Re: [Pacman] problème mise à jour

Message par ArnaudNux »

Le fichier de configuration de Grub :

# 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 ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
load_env
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 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='hd0,gpt3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,gpt3' --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b57d28e2-cd67-44e5-863d-c31217c35422
else
search --no-floppy --fs-uuid --set=root b57d28e2-cd67-44e5-863d-c31217c35422
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_input console
terminal_output gfxterm
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=5
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-b57d28e2-cd67-44e5-863d-c31217c35422' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,gpt3' --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b57d28e2-cd67-44e5-863d-c31217c35422
else
search --no-floppy --fs-uuid --set=root b57d28e2-cd67-44e5-863d-c31217c35422
fi
echo 'Loading Linux linux ...'
linux /boot/vmlinuz-linux root=UUID=b57d28e2-cd67-44e5-863d-c31217c35422 rw loglevel=3 quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initramfs-linux.img
}
submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-b57d28e2-cd67-44e5-863d-c31217c35422' {
menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-b57d28e2-cd67-44e5-863d-c31217c35422' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,gpt3' --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b57d28e2-cd67-44e5-863d-c31217c35422
else
search --no-floppy --fs-uuid --set=root b57d28e2-cd67-44e5-863d-c31217c35422
fi
echo 'Loading Linux linux ...'
linux /boot/vmlinuz-linux root=UUID=b57d28e2-cd67-44e5-863d-c31217c35422 rw loglevel=3 quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initramfs-linux.img
}
menuentry 'Arch Linux, with Linux linux (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-b57d28e2-cd67-44e5-863d-c31217c35422' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,gpt3' --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 b57d28e2-cd67-44e5-863d-c31217c35422
else
search --no-floppy --fs-uuid --set=root b57d28e2-cd67-44e5-863d-c31217c35422
fi
echo 'Loading Linux linux ...'
linux /boot/vmlinuz-linux root=UUID=b57d28e2-cd67-44e5-863d-c31217c35422 rw loglevel=3 quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initramfs-linux-fallback.img
}
}

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

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

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

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

### BEGIN /etc/grub.d/86_memtest ###
if [ "$grub_platform" = "efi" ]; then
menuentry "Memtest86" {
search --set=root --no-floppy --fs-uuid 5262-5909
chainloader /EFI/memtest86/memtestx64.efi
}
fi
### END /etc/grub.d/86_memtest ###
ArnaudNux
Daikyu
Messages : 93
Inscription : lun. 13 janv. 2014, 11:28

Re: [Pacman] problème mise à jour

Message par ArnaudNux »

Et le contenu de la partition de boot :
$ ls -laR /boot

/boot:
total 50460
drwxr-xr-x 5 root root 4096 20 mai 18:55 .
drwxr-xr-x 18 root root 4096 25 mars 00:21 ..
drwxr-xr-x 3 root root 4096 19 avril 2020 efi
drwxr-xr-x 5 root root 4096 19 avril 2020 grub
-rw-r--r-- 1 root root 33374701 20 mai 18:56 initramfs-linux-fallback.img
-rw-r--r-- 1 root root 8842615 20 mai 18:55 initramfs-linux.img
drwxr-xr-x 2 root root 4096 9 févr. 00:18 syslinux
-rw-r--r-- 1 root root 9426912 20 mai 18:55 vmlinuz-linux

/boot/efi:
total 12
drwxr-xr-x 3 root root 4096 19 avril 2020 .
drwxr-xr-x 5 root root 4096 20 mai 18:55 ..
drwxr-xr-x 3 root root 4096 15 mars 20:04 EFI

/boot/efi/EFI:
total 12
drwxr-xr-x 3 root root 4096 15 mars 20:04 .
drwxr-xr-x 3 root root 4096 19 avril 2020 ..
drwxr-xr-x 3 root root 4096 15 mars 20:04 memtest86

/boot/efi/EFI/memtest86:
total 3620
drwxr-xr-x 3 root root 4096 15 mars 20:04 .
drwxr-xr-x 3 root root 4096 15 mars 20:04 ..
drwxr-xr-x 2 root root 4096 15 mars 20:04 Benchmark
-rw-r--r-- 1 root root 4771 15 mars 20:04 blacklist.cfg
-rwxr-xr-x 1 root root 1318896 15 mars 20:04 memtestx64.efi
-rw-r--r-- 1 root root 6823 15 mars 20:04 mt86.png
-rw-r--r-- 1 root root 2355408 15 mars 20:04 unifont.bin

/boot/efi/EFI/memtest86/Benchmark:
total 8
drwxr-xr-x 2 root root 4096 15 mars 20:04 .
drwxr-xr-x 3 root root 4096 15 mars 20:04 ..

/boot/grub:
total 40
drwxr-xr-x 5 root root 4096 19 avril 2020 .
drwxr-xr-x 5 root root 4096 20 mai 18:55 ..
drwxr-xr-x 2 root root 4096 5 févr. 2020 fonts
-rw------- 1 root root 5548 19 avril 2020 grub.cfg
-rw-r--r-- 1 root root 1024 5 févr. 2020 grubenv
drwxr-xr-x 3 root root 4096 5 févr. 2020 themes
drwxr-xr-x 2 root root 12288 5 févr. 2020 x86_64-efi

/boot/grub/fonts:
total 2348
drwxr-xr-x 2 root root 4096 5 févr. 2020 .
drwxr-xr-x 5 root root 4096 19 avril 2020 ..
-rw-r--r-- 1 root root 2394365 5 févr. 2020 unicode.pf2

/boot/grub/themes:
total 12
drwxr-xr-x 3 root root 4096 5 févr. 2020 .
drwxr-xr-x 5 root root 4096 19 avril 2020 ..
drwxr-xr-x 2 root root 4096 5 févr. 2020 starfield

/boot/grub/themes/starfield:
total 2876
drwxr-xr-x 2 root root 4096 5 févr. 2020 .
drwxr-xr-x 3 root root 4096 5 févr. 2020 ..
-rw-r--r-- 1 root root 836 5 févr. 2020 blob_w.png
-rw-r--r-- 1 root root 178 5 févr. 2020 boot_menu_c.png
-rw-r--r-- 1 root root 193 5 févr. 2020 boot_menu_e.png
-rw-r--r-- 1 root root 193 5 févr. 2020 boot_menu_ne.png
-rw-r--r-- 1 root root 103 5 févr. 2020 boot_menu_n.png
-rw-r--r-- 1 root root 184 5 févr. 2020 boot_menu_nw.png
-rw-r--r-- 1 root root 198 5 févr. 2020 boot_menu_se.png
-rw-r--r-- 1 root root 102 5 févr. 2020 boot_menu_s.png
-rw-r--r-- 1 root root 196 5 févr. 2020 boot_menu_sw.png
-rw-r--r-- 1 root root 96 5 févr. 2020 boot_menu_w.png
-rw-r--r-- 1 root root 19890 5 févr. 2020 COPYING.CC-BY-SA-3.0
-rw-r--r-- 1 root root 153207 5 févr. 2020 dejavu_10.pf2
-rw-r--r-- 1 root root 169031 5 févr. 2020 dejavu_12.pf2
-rw-r--r-- 1 root root 185545 5 févr. 2020 dejavu_14.pf2
-rw-r--r-- 1 root root 204012 5 févr. 2020 dejavu_16.pf2
-rw-r--r-- 1 root root 193137 5 févr. 2020 dejavu_bold_14.pf2
-rw-r--r-- 1 root root 1191 5 févr. 2020 README
-rw-r--r-- 1 root root 197 5 févr. 2020 slider_c.png
-rw-r--r-- 1 root root 265 5 févr. 2020 slider_n.png
-rw-r--r-- 1 root root 269 5 févr. 2020 slider_s.png
-rw-r--r-- 1 root root 1897028 5 févr. 2020 starfield.png
-rw-r--r-- 1 root root 178 5 févr. 2020 terminal_box_c.png
-rw-r--r-- 1 root root 94 5 févr. 2020 terminal_box_e.png
-rw-r--r-- 1 root root 128 5 févr. 2020 terminal_box_ne.png
-rw-r--r-- 1 root root 194 5 févr. 2020 terminal_box_n.png
-rw-r--r-- 1 root root 210 5 févr. 2020 terminal_box_nw.png
-rw-r--r-- 1 root root 126 5 févr. 2020 terminal_box_se.png
-rw-r--r-- 1 root root 101 5 févr. 2020 terminal_box_s.png
-rw-r--r-- 1 root root 123 5 févr. 2020 terminal_box_sw.png
-rw-r--r-- 1 root root 97 5 févr. 2020 terminal_box_w.png
-rw-r--r-- 1 root root 2249 5 févr. 2020 theme.txt

/boot/grub/x86_64-efi:
total 3336
drwxr-xr-x 2 root root 12288 5 févr. 2020 .
drwxr-xr-x 5 root root 4096 19 avril 2020 ..
-rw-r--r-- 1 root root 15424 5 févr. 2020 acpi.mod
-rw-r--r-- 1 root root 1896 5 févr. 2020 adler32.mod
-rw-r--r-- 1 root root 7960 5 févr. 2020 affs.mod
-rw-r--r-- 1 root root 8200 5 févr. 2020 afs.mod
-rw-r--r-- 1 root root 22808 5 févr. 2020 ahci.mod
-rw-r--r-- 1 root root 704 5 févr. 2020 all_video.mod
-rw-r--r-- 1 root root 1480 5 févr. 2020 aout.mod
-rw-r--r-- 1 root root 5176 5 févr. 2020 appleldr.mod
-rw-r--r-- 1 root root 4536 5 févr. 2020 archelp.mod
-rw-r--r-- 1 root root 8888 5 févr. 2020 ata.mod
-rw-r--r-- 1 root root 6776 5 févr. 2020 at_keyboard.mod
-rw-r--r-- 1 root root 2504 5 févr. 2020 backtrace.mod
-rw-r--r-- 1 root root 9416 5 févr. 2020 bfs.mod
-rw-r--r-- 1 root root 3136 5 févr. 2020 bitmap.mod
-rw-r--r-- 1 root root 5352 5 févr. 2020 bitmap_scale.mod
-rw-r--r-- 1 root root 2976 5 févr. 2020 blocklist.mod
-rw-r--r-- 1 root root 3248 5 févr. 2020 boot.mod
-rw-r--r-- 1 root root 1992 5 févr. 2020 boottime.mod
-rw-r--r-- 1 root root 48320 5 févr. 2020 bsd.mod
-rw-r--r-- 1 root root 3312 5 févr. 2020 bswap_test.mod
-rw-r--r-- 1 root root 24872 5 févr. 2020 btrfs.mod
-rw-r--r-- 1 root root 2848 5 févr. 2020 bufio.mod
-rw-r--r-- 1 root root 2200 5 févr. 2020 cacheinfo.mod
-rw-r--r-- 1 root root 4416 5 févr. 2020 cat.mod
-rw-r--r-- 1 root root 5704 5 févr. 2020 cbfs.mod
-rw-r--r-- 1 root root 5648 5 févr. 2020 cbls.mod
-rw-r--r-- 1 root root 3928 5 févr. 2020 cbmemc.mod
-rw-r--r-- 1 root root 1632 5 févr. 2020 cbtable.mod
-rw-r--r-- 1 root root 4512 5 févr. 2020 cbtime.mod
-rw-r--r-- 1 root root 8640 5 févr. 2020 chain.mod
-rw-r--r-- 1 root root 4688 5 févr. 2020 cmdline_cat_test.mod
-rw-r--r-- 1 root root 2864 5 févr. 2020 cmp.mod
-rw-r--r-- 1 root root 6568 5 févr. 2020 cmp_test.mod
-rw-r--r-- 1 root root 3646 5 févr. 2020 command.lst
-rw-r--r-- 1 root root 3512 5 févr. 2020 configfile.mod
-rw-r--r-- 1 root root 135168 5 févr. 2020 core.efi
-rw-r--r-- 1 root root 4360 5 févr. 2020 cpio_be.mod
-rw-r--r-- 1 root root 4328 5 févr. 2020 cpio.mod
-rw-r--r-- 1 root root 2576 5 févr. 2020 cpuid.mod
-rw-r--r-- 1 root root 2160 5 févr. 2020 crc64.mod
-rw-r--r-- 1 root root 15648 5 févr. 2020 cryptodisk.mod
-rw-r--r-- 1 root root 936 5 févr. 2020 crypto.lst
-rw-r--r-- 1 root root 6872 5 févr. 2020 crypto.mod
-rw-r--r-- 1 root root 3832 5 févr. 2020 cs5536.mod
-rw-r--r-- 1 root root 2688 5 févr. 2020 ctz_test.mod
-rw-r--r-- 1 root root 3008 5 févr. 2020 datehook.mod
-rw-r--r-- 1 root root 3208 5 févr. 2020 date.mod
-rw-r--r-- 1 root root 1872 5 févr. 2020 datetime.mod
-rw-r--r-- 1 root root 13112 5 févr. 2020 diskfilter.mod
-rw-r--r-- 1 root root 3080 5 févr. 2020 disk.mod
-rw-r--r-- 1 root root 1384 5 févr. 2020 div.mod
-rw-r--r-- 1 root root 8184 5 févr. 2020 div_test.mod
-rw-r--r-- 1 root root 2744 5 févr. 2020 dm_nv.mod
-rw-r--r-- 1 root root 3008 5 févr. 2020 echo.mod
-rw-r--r-- 1 root root 2112 5 févr. 2020 efifwsetup.mod
-rw-r--r-- 1 root root 12496 5 févr. 2020 efi_gop.mod
-rw-r--r-- 1 root root 6944 5 févr. 2020 efinet.mod
-rw-r--r-- 1 root root 7080 5 févr. 2020 efi_uga.mod
-rw-r--r-- 1 root root 26464 5 févr. 2020 ehci.mod
-rw-r--r-- 1 root root 6264 5 févr. 2020 elf.mod
-rw-r--r-- 1 root root 2192 5 févr. 2020 eval.mod
-rw-r--r-- 1 root root 8024 5 févr. 2020 exfat.mod
-rw-r--r-- 1 root root 2280 5 févr. 2020 exfctest.mod
-rw-r--r-- 1 root root 8848 5 févr. 2020 ext2.mod
-rw-r--r-- 1 root root 6936 5 févr. 2020 extcmd.mod
-rw-r--r-- 1 root root 9752 5 févr. 2020 f2fs.mod
-rw-r--r-- 1 root root 8120 5 févr. 2020 fat.mod
-rw-r--r-- 1 root root 25952 5 févr. 2020 file.mod
-rw-r--r-- 1 root root 3000 5 févr. 2020 fixvideo.mod
-rw-r--r-- 1 root root 18864 5 févr. 2020 font.mod
-rw-r--r-- 1 root root 4416 5 févr. 2020 fshelp.mod
-rw-r--r-- 1 root root 219 5 févr. 2020 fs.lst
-rw-r--r-- 1 root root 46664 5 févr. 2020 functional_test.mod
-rw-r--r-- 1 root root 2376 5 févr. 2020 gcry_arcfour.mod
-rw-r--r-- 1 root root 9200 5 févr. 2020 gcry_blowfish.mod
-rw-r--r-- 1 root root 28352 5 févr. 2020 gcry_camellia.mod
-rw-r--r-- 1 root root 14808 5 févr. 2020 gcry_cast5.mod
-rw-r--r-- 1 root root 11928 5 févr. 2020 gcry_crc.mod
-rw-r--r-- 1 root root 16424 5 févr. 2020 gcry_des.mod
-rw-r--r-- 1 root root 3416 5 févr. 2020 gcry_dsa.mod
-rw-r--r-- 1 root root 3992 5 févr. 2020 gcry_idea.mod
-rw-r--r-- 1 root root 4168 5 févr. 2020 gcry_md4.mod
-rw-r--r-- 1 root root 4560 5 févr. 2020 gcry_md5.mod
-rw-r--r-- 1 root root 3200 5 févr. 2020 gcry_rfc2268.mod
-rw-r--r-- 1 root root 20472 5 févr. 2020 gcry_rijndael.mod
-rw-r--r-- 1 root root 7888 5 févr. 2020 gcry_rmd160.mod
-rw-r--r-- 1 root root 3424 5 févr. 2020 gcry_rsa.mod
-rw-r--r-- 1 root root 13336 5 févr. 2020 gcry_seed.mod
-rw-r--r-- 1 root root 16640 5 févr. 2020 gcry_serpent.mod
-rw-r--r-- 1 root root 7648 5 févr. 2020 gcry_sha1.mod
-rw-r--r-- 1 root root 5168 5 févr. 2020 gcry_sha256.mod
-rw-r--r-- 1 root root 5976 5 févr. 2020 gcry_sha512.mod
-rw-r--r-- 1 root root 13152 5 févr. 2020 gcry_tiger.mod
-rw-r--r-- 1 root root 33512 5 févr. 2020 gcry_twofish.mod
-rw-r--r-- 1 root root 22872 5 févr. 2020 gcry_whirlpool.mod
-rw-r--r-- 1 root root 9344 5 févr. 2020 geli.mod
-rw-r--r-- 1 root root 8560 5 févr. 2020 gettext.mod
-rw-r--r-- 1 root root 59024 5 févr. 2020 gfxmenu.mod
-rw-r--r-- 1 root root 4456 5 févr. 2020 gfxterm_background.mod
-rw-r--r-- 1 root root 7784 5 févr. 2020 gfxterm_menu.mod
-rw-r--r-- 1 root root 16832 5 févr. 2020 gfxterm.mod
-rw-r--r-- 1 root root 5304 5 févr. 2020 gptsync.mod
-rw-r--r-- 1 root root 135168 5 févr. 2020 grub.efi
-rw-r--r-- 1 root root 11872 5 févr. 2020 gzio.mod
-rw-r--r-- 1 root root 7480 5 févr. 2020 halt.mod
-rw-r--r-- 1 root root 8416 5 févr. 2020 hashsum.mod
-rw-r--r-- 1 root root 10368 5 févr. 2020 hdparm.mod
-rw-r--r-- 1 root root 1856 5 févr. 2020 hello.mod
-rw-r--r-- 1 root root 3928 5 févr. 2020 help.mod
-rw-r--r-- 1 root root 4448 5 févr. 2020 hexdump.mod
-rw-r--r-- 1 root root 10016 5 févr. 2020 hfs.mod
-rw-r--r-- 1 root root 4304 5 févr. 2020 hfspluscomp.mod
-rw-r--r-- 1 root root 10904 5 févr. 2020 hfsplus.mod
-rw-r--r-- 1 root root 8768 5 févr. 2020 http.mod
-rw-r--r-- 1 root root 4504 5 févr. 2020 iorw.mod
-rw-r--r-- 1 root root 11936 5 févr. 2020 iso9660.mod
-rw-r--r-- 1 root root 8616 5 févr. 2020 jfs.mod
-rw-r--r-- 1 root root 9384 5 févr. 2020 jpeg.mod
-rw-r--r-- 1 root root 6376 5 févr. 2020 keylayouts.mod
-rw-r--r-- 1 root root 3048 5 févr. 2020 keystatus.mod
-rw-r--r-- 1 root root 8048 5 févr. 2020 ldm.mod
-rw-r--r-- 1 root root 44952 5 févr. 2020 legacycfg.mod
-rw-r--r-- 1 root root 15912 5 févr. 2020 legacy_password_test.mod
-rw-r--r-- 1 root root 8480 5 févr. 2020 linux16.mod
-rw-r--r-- 1 root root 18600 5 févr. 2020 linux.mod
-rw-r--r-- 1 root root 4616 5 févr. 2020 loadbios.mod
-rw-r--r-- 1 root root 9152 5 févr. 2020 loadenv.mod
-rw-r--r-- 1 root root 4728 5 févr. 2020 loopback.mod
-rw-r--r-- 1 root root 7104 5 févr. 2020 lsacpi.mod
-rw-r--r-- 1 root root 3640 5 févr. 2020 lsefimmap.mod
-rw-r--r-- 1 root root 5224 5 févr. 2020 lsefi.mod
-rw-r--r-- 1 root root 4200 5 févr. 2020 lsefisystab.mod
-rw-r--r-- 1 root root 2928 5 févr. 2020 lsmmap.mod
-rw-r--r-- 1 root root 6392 5 févr. 2020 ls.mod
-rw-r--r-- 1 root root 7192 5 févr. 2020 lspci.mod
-rw-r--r-- 1 root root 3776 5 févr. 2020 lssal.mod
-rw-r--r-- 1 root root 9800 5 févr. 2020 luks.mod
-rw-r--r-- 1 root root 9488 5 févr. 2020 lvm.mod
-rw-r--r-- 1 root root 7272 5 févr. 2020 lzopio.mod
-rw-r--r-- 1 root root 4896 5 févr. 2020 macbless.mod
-rw-r--r-- 1 root root 10768 5 févr. 2020 macho.mod
-rw-r--r-- 1 root root 2824 5 févr. 2020 mdraid09_be.mod
-rw-r--r-- 1 root root 2792 5 févr. 2020 mdraid09.mod
-rw-r--r-- 1 root root 2624 5 févr. 2020 mdraid1x.mod
-rw-r--r-- 1 root root 3160 5 févr. 2020 memdisk.mod
-rw-r--r-- 1 root root 4520 5 févr. 2020 memrw.mod
-rw-r--r-- 1 root root 5664 5 févr. 2020 minicmd.mod
-rw-r--r-- 1 root root 5712 5 févr. 2020 minix2_be.mod
-rw-r--r-- 1 root root 5640 5 févr. 2020 minix2.mod
-rw-r--r-- 1 root root 5824 5 févr. 2020 minix3_be.mod
-rw-r--r-- 1 root root 5720 5 févr. 2020 minix3.mod
-rw-r--r-- 1 root root 5616 5 févr. 2020 minix_be.mod
-rw-r--r-- 1 root root 5520 5 févr. 2020 minix.mod
-rw-r--r-- 1 root root 9360 5 févr. 2020 mmap.mod
-rw-r--r-- 1 root root 5237 5 févr. 2020 moddep.lst
-rw-r--r-- 1 root root 2385 5 févr. 2020 modinfo.sh
-rw-r--r-- 1 root root 3320 5 févr. 2020 morse.mod
-rw-r--r-- 1 root root 43176 5 févr. 2020 mpi.mod
-rw-r--r-- 1 root root 3712 5 févr. 2020 msdospart.mod
-rw-r--r-- 1 root root 2456 5 févr. 2020 mul_test.mod
-rw-r--r-- 1 root root 23728 5 févr. 2020 multiboot2.mod
-rw-r--r-- 1 root root 20576 5 févr. 2020 multiboot.mod
-rw-r--r-- 1 root root 7208 5 févr. 2020 nativedisk.mod
-rw-r--r-- 1 root root 76488 5 févr. 2020 net.mod
-rw-r--r-- 1 root root 4528 5 févr. 2020 newc.mod
-rw-r--r-- 1 root root 9600 5 févr. 2020 nilfs2.mod
-rw-r--r-- 1 root root 177984 5 févr. 2020 normal.mod
-rw-r--r-- 1 root root 5688 5 févr. 2020 ntfscomp.mod
-rw-r--r-- 1 root root 15152 5 févr. 2020 ntfs.mod
-rw-r--r-- 1 root root 4328 5 févr. 2020 odc.mod
-rw-r--r-- 1 root root 2232 5 févr. 2020 offsetio.mod
-rw-r--r-- 1 root root 15792 5 févr. 2020 ohci.mod
-rw-r--r-- 1 root root 2312 5 févr. 2020 part_acorn.mod
-rw-r--r-- 1 root root 2592 5 févr. 2020 part_amiga.mod
-rw-r--r-- 1 root root 2960 5 févr. 2020 part_apple.mod
-rw-r--r-- 1 root root 4184 5 févr. 2020 part_bsd.mod
-rw-r--r-- 1 root root 2640 5 févr. 2020 part_dfly.mod
-rw-r--r-- 1 root root 2168 5 févr. 2020 part_dvh.mod
-rw-r--r-- 1 root root 3248 5 févr. 2020 part_gpt.mod
-rw-r--r-- 1 root root 111 5 févr. 2020 partmap.lst
-rw-r--r-- 1 root root 2952 5 févr. 2020 part_msdos.mod
-rw-r--r-- 1 root root 2488 5 févr. 2020 part_plan.mod
-rw-r--r-- 1 root root 2232 5 févr. 2020 part_sun.mod
-rw-r--r-- 1 root root 2488 5 févr. 2020 part_sunpc.mod
-rw-r--r-- 1 root root 17 5 févr. 2020 parttool.lst
-rw-r--r-- 1 root root 7208 5 févr. 2020 parttool.mod
-rw-r--r-- 1 root root 2944 5 févr. 2020 password.mod
-rw-r--r-- 1 root root 4416 5 févr. 2020 password_pbkdf2.mod
-rw-r--r-- 1 root root 7328 5 févr. 2020 pata.mod
-rw-r--r-- 1 root root 1968 5 févr. 2020 pbkdf2.mod
-rw-r--r-- 1 root root 3440 5 févr. 2020 pbkdf2_test.mod
-rw-r--r-- 1 root root 3552 5 févr. 2020 pcidump.mod
-rw-r--r-- 1 root root 19264 5 févr. 2020 pgp.mod
-rw-r--r-- 1 root root 4008 5 févr. 2020 play.mod
-rw-r--r-- 1 root root 10360 5 févr. 2020 png.mod
-rw-r--r-- 1 root root 2200 5 févr. 2020 priority_queue.mod
-rw-r--r-- 1 root root 4336 5 févr. 2020 probe.mod
-rw-r--r-- 1 root root 3808 5 févr. 2020 procfs.mod
-rw-r--r-- 1 root root 3144 5 févr. 2020 progress.mod
-rw-r--r-- 1 root root 1992 5 févr. 2020 raid5rec.mod
-rw-r--r-- 1 root root 3296 5 févr. 2020 raid6rec.mod
-rw-r--r-- 1 root root 3616 5 févr. 2020 random.mod
-rw-r--r-- 1 root root 2968 5 févr. 2020 rdmsr.mod
-rw-r--r-- 1 root root 2264 5 févr. 2020 read.mod
-rw-r--r-- 1 root root 1592 5 févr. 2020 reboot.mod
-rw-r--r-- 1 root root 77368 5 févr. 2020 regexp.mod
-rw-r--r-- 1 root root 13840 5 févr. 2020 reiserfs.mod
-rw-r--r-- 1 root root 26136 5 févr. 2020 relocator.mod
-rw-r--r-- 1 root root 5752 5 févr. 2020 romfs.mod
-rw-r--r-- 1 root root 7032 5 févr. 2020 scsi.mod
-rw-r--r-- 1 root root 4712 5 févr. 2020 search_fs_file.mod
-rw-r--r-- 1 root root 4824 5 févr. 2020 search_fs_uuid.mod
-rw-r--r-- 1 root root 4784 5 févr. 2020 search_label.mod
-rw-r--r-- 1 root root 5456 5 févr. 2020 search.mod
-rw-r--r-- 1 root root 14640 5 févr. 2020 serial.mod
-rw-r--r-- 1 root root 1032 5 févr. 2020 setjmp.mod
-rw-r--r-- 1 root root 2616 5 févr. 2020 setjmp_test.mod
-rw-r--r-- 1 root root 8384 5 févr. 2020 setpci.mod
-rw-r--r-- 1 root root 7600 5 févr. 2020 sfs.mod
-rw-r--r-- 1 root root 3168 5 févr. 2020 shift_test.mod
-rw-r--r-- 1 root root 3536 5 févr. 2020 shim_lock.mod
-rw-r--r-- 1 root root 8768 5 févr. 2020 signature_test.mod
-rw-r--r-- 1 root root 3264 5 févr. 2020 sleep.mod
-rw-r--r-- 1 root root 3336 5 févr. 2020 sleep_test.mod
-rw-r--r-- 1 root root 3192 5 févr. 2020 spkmodem.mod
-rw-r--r-- 1 root root 9936 5 févr. 2020 squash4.mod
-rw-r--r-- 1 root root 3280 5 févr. 2020 strtoull_test.mod
-rw-r--r-- 1 root root 29760 5 févr. 2020 syslinuxcfg.mod
-rw-r--r-- 1 root root 4920 5 févr. 2020 tar.mod
-rw-r--r-- 1 root root 162 5 févr. 2020 terminal.lst
-rw-r--r-- 1 root root 6760 5 févr. 2020 terminal.mod
-rw-r--r-- 1 root root 20440 5 févr. 2020 terminfo.mod
-rw-r--r-- 1 root root 2048 5 févr. 2020 test_blockarg.mod
-rw-r--r-- 1 root root 3816 5 févr. 2020 testload.mod
-rw-r--r-- 1 root root 7480 5 févr. 2020 test.mod
-rw-r--r-- 1 root root 3456 5 févr. 2020 testspeed.mod
-rw-r--r-- 1 root root 8336 5 févr. 2020 tftp.mod
-rw-r--r-- 1 root root 6968 5 févr. 2020 tga.mod
-rw-r--r-- 1 root root 2344 5 févr. 2020 time.mod
-rw-r--r-- 1 root root 6272 5 févr. 2020 tpm.mod
-rw-r--r-- 1 root root 2080 5 févr. 2020 trig.mod
-rw-r--r-- 1 root root 3664 5 févr. 2020 tr.mod
-rw-r--r-- 1 root root 1864 5 févr. 2020 true.mod
-rw-r--r-- 1 root root 12104 5 févr. 2020 udf.mod
-rw-r--r-- 1 root root 7880 5 févr. 2020 ufs1_be.mod
-rw-r--r-- 1 root root 7792 5 févr. 2020 ufs1.mod
-rw-r--r-- 1 root root 7824 5 févr. 2020 ufs2.mod
-rw-r--r-- 1 root root 10168 5 févr. 2020 uhci.mod
-rw-r--r-- 1 root root 5816 5 févr. 2020 usb_keyboard.mod
-rw-r--r-- 1 root root 17880 5 févr. 2020 usb.mod
-rw-r--r-- 1 root root 11248 5 févr. 2020 usbms.mod
-rw-r--r-- 1 root root 2888 5 févr. 2020 usbserial_common.mod
-rw-r--r-- 1 root root 3424 5 févr. 2020 usbserial_ftdi.mod
-rw-r--r-- 1 root root 3784 5 févr. 2020 usbserial_pl2303.mod
-rw-r--r-- 1 root root 2336 5 févr. 2020 usbserial_usbdebug.mod
-rw-r--r-- 1 root root 5544 5 févr. 2020 usbtest.mod
-rw-r--r-- 1 root root 3544 5 févr. 2020 verifiers.mod
-rw-r--r-- 1 root root 8440 5 févr. 2020 video_bochs.mod
-rw-r--r-- 1 root root 9048 5 févr. 2020 video_cirrus.mod
-rw-r--r-- 1 root root 10016 5 févr. 2020 video_colors.mod
-rw-r--r-- 1 root root 28048 5 févr. 2020 video_fb.mod
-rw-r--r-- 1 root root 5312 5 févr. 2020 videoinfo.mod
-rw-r--r-- 1 root root 41 5 févr. 2020 video.lst
-rw-r--r-- 1 root root 8840 5 févr. 2020 video.mod
-rw-r--r-- 1 root root 3768 5 févr. 2020 videotest_checksum.mod
-rw-r--r-- 1 root root 5624 5 févr. 2020 videotest.mod
-rw-r--r-- 1 root root 2288 5 févr. 2020 wrmsr.mod
-rw-r--r-- 1 root root 10352 5 févr. 2020 xfs.mod
-rw-r--r-- 1 root root 41848 5 févr. 2020 xnu.mod
-rw-r--r-- 1 root root 3256 5 févr. 2020 xnu_uuid.mod
-rw-r--r-- 1 root root 3216 5 févr. 2020 xnu_uuid_test.mod
-rw-r--r-- 1 root root 19712 5 févr. 2020 xzio.mod
-rw-r--r-- 1 root root 8480 5 févr. 2020 zfscrypt.mod
-rw-r--r-- 1 root root 10720 5 févr. 2020 zfsinfo.mod
-rw-r--r-- 1 root root 57352 5 févr. 2020 zfs.mod
-rw-r--r-- 1 root root 79704 5 févr. 2020 zstd.mod

/boot/syslinux:
total 12
drwxr-xr-x 2 root root 4096 9 févr. 00:18 .
drwxr-xr-x 5 root root 4096 20 mai 18:55 ..
-rw-r--r-- 1 root root 2350 21 nov. 2019 syslinux.cfg
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17222
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Pacman] problème mise à jour

Message par benjarobin »

Je n'arrive pas à faire la part des choses, c'est un peu trop le "bordel"... Il y a aussi un syslinux...
Tu ne précises pas dans tes messages si la partition de boot est monté ou non. Je ne sais plus ce que je regarde comme tu as tout en double.
Le plus simple pour moi (mais plus risqué pour toi) est de faire:
- On démonte /boot
- On supprime tout le contenu de /boot
- On créer le dossier /boot/efi
- On formate la partition ESP
- On rajoute la partition ESP dans le fstab pour être monté dans /boot/efi
- On réinstalle le paquet linux
- On réinstalle proprement Grub
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
ArnaudNux
Daikyu
Messages : 93
Inscription : lun. 13 janv. 2014, 11:28

Re: [Pacman] problème mise à jour (résolu)

Message par ArnaudNux »

Bonjour à tous

J'ai effectué toutes les manipulations et j'ai résolu le problème.

Benjarobin, je te remercie pour ton aide.
Répondre