ophub / amlogic-s9xxx-armbian

Support for Armbian in Amlogic, Rockchip and Allwinner boxes. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, s905l, rk3588, rk3568, rk3399, rk3328, h6, etc.
GNU General Public License v2.0
5.92k stars 1.9k forks source link

dpkg: warning #67

Closed MX10-AC2N closed 2 years ago

MX10-AC2N commented 2 years ago

I have this warning regularly, is there a few things to do? dpkg: warning: the file containing the list of files of the package "linux-image-current-meson64" being missing, this package is not currently installed

I have already done what you gave as a solution in https://github.com/ophub/amlogic-s9xxx-armbian/issues/37

sudo apt-get full-upgrade -y
sudo apt-get dist-upgrade -y
sudo apt-get autoremove -y
sudo apt-get --reinstall install `dpkg --get-selections | grep '[[:space:]]install' | cut -f1`
ophub commented 2 years ago
sudo apt-get remove -y linux-image-current-meson64
sudo apt-get install -y linux-image-current-meson64
MX10-AC2N commented 2 years ago

Hi @ophub That doesn't seem like the right solution either...

root@armbian:~# sudo apt-get remove -y linux-image-current-meson64
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Les paquets suivants seront ENLEVÉS :
  linux-image-current-meson64
0 mis à jour, 0 nouvellement installés, 1 à enlever et 2 non mis à jour.
Après cette opération, 228 Mo d'espace disque seront libérés.
dpkg: avertissement: le fichier contenant la liste des fichiers du paquet « linux-image-current-meson64 » étant manquant, il est considéré qu'aucun fichier du paquet n'est actuellement installé
(Lecture de la base de données... 47182 fichiers et répertoires déjà installés.)
Suppression de linux-image-current-meson64 (21.11.0-trunk) ...
root@armbian:~# sudo apt-get install -y linux-image-current-meson64
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Les NOUVEAUX paquets suivants seront installés :
  linux-image-current-meson64
0 mis à jour, 1 nouvellement installés, 0 à enlever et 2 non mis à jour.
Il est nécessaire de prendre 43,8 Mo dans les archives.
Après cette opération, 224 Mo d'espace disque supplémentaires seront utilisés.
Réception de :1 http://xogium.performanceservers.nl/apt bullseye/main arm64 linux-image-current-meson64 arm64 21.08.6 [43,8 MB]
43,8 Mo réceptionnés en 60s (736 ko/s)
Sélection du paquet linux-image-current-meson64 précédemment désélectionné.
(Lecture de la base de données... 47184 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../linux-image-current-meson64_21.08.6_arm64.deb ...
Dépaquetage de linux-image-current-meson64 (21.08.6) ...
Paramétrage de linux-image-current-meson64 (21.08.6) ...
dkms: running auto installation service for kernel 5.10.81-meson64:.
update-initramfs: Generating /boot/initrd.img-5.10.81-meson64
W: Couldn't identify type of root file system for fsck hook
update-initramfs: Converting to u-boot format
root@armbian:~# cd /boot
root@armbian:/boot# ls
 aml_autoscript                   u-boot-gtkingpro.bin
 aml_autoscript.cmd               u-boot-n1.bin
 armbian_first_run.txt.template   u-boot-odroid-n2.bin
 boot.bmp                         u-boot-p201.bin
 boot.cmd                         u-boot-p212.bin
 boot-emmc.cmd                    u-boot-s905.bin
 boot-emmc.ini                    u-boot-s905x2-s922.bin
 boot-emmc.scr                    u-boot-s905x-s912.bin
 boot.ini                         u-boot.sd
 boot.scr                         u-boot-sei510.bin
 config-5.10.81-meson64           u-boot-sei610.bin
 dtb                              u-boot-u200.bin
 emmc_autoscript                  u-boot-ugoos-x3.bin
 emmc_autoscript.cmd              u-boot.usb
 Image                            u-boot-x96max.bin
 initrd.img-5.10.81-meson64       u-boot-x96maxplus.bin
 initrd.img-5.4.171-flippy-69+o   u-boot-zyxq.bin
 README.md                        uEnv.txt
 s905_autoscript                  uImage
 s905_autoscript.cmd              uInitrd
 System.map-5.10.81-meson64       uInitrd-5.4.171-flippy-69+o
'System Volume Information'       vmlinuz-5.10.81-meson64
 u-boot-gtking.bin                zImage
root@armbian:/boot#

the restart is ok on the other hand my screen remains black ..