Guest User

Untitled

a guest
Jan 26th, 2023
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. root@devuanpi:~# apt-get install linux-image-arm64
  2. Reading package lists... Done
  3. Building dependency tree... Done
  4. Reading state information... Done
  5. The following additional packages will be installed:
  6. linux-image-6.1.0-1-arm64
  7. Suggested packages:
  8. linux-doc-6.1 debian-kernel-handbook
  9. The following packages will be REMOVED:
  10. linux-image-6.1.0-1-arm64-unsigned
  11. The following NEW packages will be installed:
  12. linux-image-6.1.0-1-arm64 linux-image-arm64
  13. 0 upgraded, 2 newly installed, 1 to remove and 0 not upgraded.
  14. 1 not fully installed or removed.
  15. Need to get 0 B/64.6 MB of archives.
  16. After this operation, 1618 kB of additional disk space will be used.
  17. Do you want to continue? [Y/n] Y
  18. (Reading database ... 159992 files and directories currently installed.)
  19. Removing linux-image-6.1.0-1-arm64-unsigned (6.1.4-1) ...
  20. I: /vmlinuz is now a symlink to boot/vmlinuz-6.0.10
  21. I: /initrd.img is now a symlink to boot/initrd.img-6.0.10
  22. /etc/kernel/postrm.d/initramfs-tools:
  23. update-initramfs: Deleting /boot/initrd.img-6.1.0-1-arm64
  24. Selecting previously unselected package linux-image-6.1.0-1-arm64.
  25. (Reading database ... 154880 files and directories currently installed.)
  26. Preparing to unpack .../linux-image-6.1.0-1-arm64_6.1.4-1_arm64.deb ...
  27. Unpacking linux-image-6.1.0-1-arm64 (6.1.4-1) ...
  28. Selecting previously unselected package linux-image-arm64.
  29. Preparing to unpack .../linux-image-arm64_6.1.4-1_arm64.deb ...
  30. Unpacking linux-image-arm64 (6.1.4-1) ...
  31. Setting up linux-image-6.1.0-1-arm64 (6.1.4-1) ...
  32. I: /vmlinuz is now a symlink to boot/vmlinuz-6.1.0-1-arm64
  33. I: /initrd.img is now a symlink to boot/initrd.img-6.1.0-1-arm64
  34. /etc/kernel/postinst.d/initramfs-tools:
  35. update-initramfs: Generating /boot/initrd.img-6.1.0-1-arm64
  36. Creating initrd.gz.
  37. cp: target '/boot/initrd.gz': No such file or directory
  38. run-parts: /etc/initramfs/post-update.d//99-initrd exited with return code 1
  39. run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
  40. dpkg: error processing package linux-image-6.1.0-1-arm64 (--configure):
  41. installed linux-image-6.1.0-1-arm64 package post-installation script subprocess returned error exit status 1
  42. dpkg: dependency problems prevent configuration of linux-image-arm64:
  43. linux-image-arm64 depends on linux-image-6.1.0-1-arm64 (= 6.1.4-1); however:
  44. Package linux-image-6.1.0-1-arm64 is not configured yet.
  45.  
  46. dpkg: error processing package linux-image-arm64 (--configure):
  47. dependency problems - leaving unconfigured
  48. Errors were encountered while processing:
  49. linux-image-6.1.0-1-arm64
  50. linux-image-arm64
  51. E: Sub-process /usr/bin/dpkg returned an error code (1)
  52. root@devuanpi:~#
Advertisement
Add Comment
Please, Sign In to add comment