Advertisement
Guest User

ubuntu removing old kernels

a guest
Mar 31st, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. apt remove linux-image-4.4.0-70-generic linux-image-extra-4.4.0-70-generic
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following packages will be REMOVED:
  6. linux-image-4.4.0-70-generic linux-image-extra-4.4.0-70-generic linux-signed-image-4.4.0-70-generic
  7. 0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
  8. After this operation, 219 MB disk space will be freed.
  9. Do you want to continue? [Y/n]
  10. (Reading database ... 243037 files and directories currently installed.)
  11. Removing linux-signed-image-4.4.0-70-generic (4.4.0-70.91) ...
  12. Generating grub configuration file ...
  13. Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
  14. Found linux image: /boot/vmlinuz-4.4.0-71-generic
  15. Found initrd image: /boot/initrd.img-4.4.0-71-generic
  16. Found linux image: /boot/vmlinuz-4.4.0-70-generic
  17. Adding boot menu entry for EFI firmware configuration
  18. done
  19. Removing linux-image-extra-4.4.0-70-generic (4.4.0-70.91) ...
  20. run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.4.0-70-generic /boot/vmlinuz-4.4.0-70-generic
  21. run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.4.0-70-generic /boot/vmlinuz-4.4.0-70-generic
  22. update-initramfs: Generating /boot/initrd.img-4.4.0-70-generic
  23. run-parts: executing /etc/kernel/postinst.d/pm-utils 4.4.0-70-generic /boot/vmlinuz-4.4.0-70-generic
  24. run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 4.4.0-70-generic /boot/vmlinuz-4.4.0-70-generic
  25. run-parts: executing /etc/kernel/postinst.d/update-notifier 4.4.0-70-generic /boot/vmlinuz-4.4.0-70-generic
  26. run-parts: executing /etc/kernel/postinst.d/zz-update-grub 4.4.0-70-generic /boot/vmlinuz-4.4.0-70-generic
  27. Generating grub configuration file ...
  28. Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
  29. Found linux image: /boot/vmlinuz-4.4.0-71-generic
  30. Found initrd image: /boot/initrd.img-4.4.0-71-generic
  31. Found linux image: /boot/vmlinuz-4.4.0-70-generic
  32. Found initrd image: /boot/initrd.img-4.4.0-70-generic
  33. Adding boot menu entry for EFI firmware configuration
  34. done
  35. Removing linux-image-4.4.0-70-generic (4.4.0-70.91) ...
  36. Examining /etc/kernel/postrm.d .
  37. run-parts: executing /etc/kernel/postrm.d/initramfs-tools 4.4.0-70-generic /boot/vmlinuz-4.4.0-70-generic
  38. update-initramfs: Deleting /boot/initrd.img-4.4.0-70-generic
  39. run-parts: executing /etc/kernel/postrm.d/zz-update-grub 4.4.0-70-generic /boot/vmlinuz-4.4.0-70-generic
  40. Generating grub configuration file ...
  41. Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
  42. Found linux image: /boot/vmlinuz-4.4.0-71-generic
  43. Found initrd image: /boot/initrd.img-4.4.0-71-generic
  44. Adding boot menu entry for EFI firmware configuration
  45. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement