Advertisement
Guest User

Untitled

a guest
Jul 10th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. $ dpkg -l | awk '$2 ~ /grub/ {print$2}' | grep -v gfx | xargs sudo apt-get -y install --reinstall
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following packages were automatically installed and are no longer required:
  6. wireless-regdb nvidia-settings-319 crda
  7. Use 'apt-get autoremove' to remove them.
  8. 0 upgraded, 0 newly installed, 4 reinstalled, 0 to remove and 0 not upgraded.
  9. Need to get 0 B/3,178 kB of archives.
  10. After this operation, 0 B of additional disk space will be used.
  11. Preconfiguring packages ...
  12. (Reading database ... 432917 files and directories currently installed.)
  13. Preparing to replace grub-common 1.99-21ubuntu3.18 (using .../grub-common_1.99-21ubuntu3.18_amd64.deb) ...
  14. Unpacking replacement grub-common ...
  15. Preparing to replace grub-pc 1.99-21ubuntu3.18 (using .../grub-pc_1.99-21ubuntu3.18_amd64.deb) ...
  16. Unpacking replacement grub-pc ...
  17. Preparing to replace grub-pc-bin 1.99-21ubuntu3.18 (using .../grub-pc-bin_1.99-21ubuntu3.18_amd64.deb) ...
  18. Unpacking replacement grub-pc-bin ...
  19. Preparing to replace grub2-common 1.99-21ubuntu3.18 (using .../grub2-common_1.99-21ubuntu3.18_amd64.deb) ...
  20. Unpacking replacement grub2-common ...
  21. Processing triggers for man-db ...
  22. Processing triggers for ureadahead ...
  23. Processing triggers for install-info ...
  24. Setting up grub-common (1.99-21ubuntu3.18) ...
  25. Setting up grub2-common (1.99-21ubuntu3.18) ...
  26. Setting up grub-pc-bin (1.99-21ubuntu3.18) ...
  27. Setting up grub-pc (1.99-21ubuntu3.18) ...
  28. Installation finished. No error reported.
  29. Generating grub.cfg ...
  30. Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
  31. Found memtest86+ image: /memtest86+.bin
  32. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement