Advertisement
Guest User

Untitled

a guest
May 15th, 2017
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.18 KB | None | 0 0
  1. lubuntu@lubuntu:~$ sudo chroot "/mnt/boot-sav/mapper/mint--vg-root" dpkg --configure -a
  2. lubuntu@lubuntu:~$ sudo chroot "/mnt/boot-sav/mapper/mint--vg-root" apt-get install -fy
  3. Reading package lists... Done
  4. Building dependency tree      
  5. Reading state information... Done
  6. The following packages were automatically installed and are no longer required:
  7.   cairo-dock-core cairo-dock-data cairo-dock-plug-ins cairo-dock-plug-ins-data
  8.   cairo-dock-plug-ins-dbus-interface-python cairo-dock-plug-ins-integration
  9.   libetpan17 libfuse2:i386 libgldi3 libgnome-menu-3-0 libido3-0.1-0
  10.   libzeitgeist-2.0-0 mokutil shim
  11. Use 'sudo apt autoremove' to remove them.
  12. 0 upgraded, 0 newly installed, 0 to remove and 307 not upgraded.
  13. lubuntu@lubuntu:~$ sudo apt-get autoremove
  14. Reading package lists... Done
  15. Building dependency tree      
  16. Reading state information... Done
  17. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  18. lubuntu@lubuntu:~$ sudo chroot "/mnt/boot-sav/mapper/mint--vg-root" apt-get install -y --force-yes dmraid
  19. Reading package lists... Done
  20. Building dependency tree      
  21. Reading state information... Done
  22. dmraid is already the newest version (1.0.0.rc16-4.2ubuntu3).
  23. The following packages were automatically installed and are no longer required:
  24.   cairo-dock-core cairo-dock-data cairo-dock-plug-ins cairo-dock-plug-ins-data
  25.   cairo-dock-plug-ins-dbus-interface-python cairo-dock-plug-ins-integration
  26.   libetpan17 libfuse2:i386 libgldi3 libgnome-menu-3-0 libido3-0.1-0
  27.   libzeitgeist-2.0-0 mokutil shim
  28. Use 'sudo apt autoremove' to remove them.
  29. 0 upgraded, 0 newly installed, 0 to remove and 307 not upgraded.
  30. lubuntu@lubuntu:~$ sudo chroot "/mnt/boot-sav/mapper/mint--vg-root" dmraid -ay
  31. no raid disks
  32. lubuntu@lubuntu:~$ sudo chroot "/mnt/boot-sav/mapper/mint--vg-root" apt-get install -y --force-yes lvm2
  33. Reading package lists... Done
  34. Building dependency tree      
  35. Reading state information... Done
  36. lvm2 is already the newest version (2.02.133-1ubuntu10).
  37. The following packages were automatically installed and are no longer required:
  38.   cairo-dock-core cairo-dock-data cairo-dock-plug-ins cairo-dock-plug-ins-data
  39.   cairo-dock-plug-ins-dbus-interface-python cairo-dock-plug-ins-integration
  40.   libetpan17 libfuse2:i386 libgldi3 libgnome-menu-3-0 libido3-0.1-0
  41.   libzeitgeist-2.0-0 mokutil shim
  42. Use 'sudo apt autoremove' to remove them.
  43. 0 upgraded, 0 newly installed, 0 to remove and 307 not upgraded.
  44. lubuntu@lubuntu:~$ sudo chroot "/mnt/boot-sav/mapper/mint--vg-root" apt-get install -y --force-yes grub-efi-amd64-signed shim-signed linux-signed-generic
  45. Reading package lists... Done
  46. Building dependency tree      
  47. Reading state information... Done
  48. Some packages could not be installed. This may mean that you have
  49. requested an impossible situation or if you are using the unstable
  50. distribution that some required packages have not yet been created
  51. or been moved out of Incoming.
  52. The following information may help to resolve the situation:
  53.  
  54. The following packages have unmet dependencies:
  55.  linux-signed-generic : Depends: linux-headers-generic (= 4.4.0.77.83) but it is not going to be installed
  56. E: Unable to correct problems, you have held broken packages.
  57. lubuntu@lubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement