firedingo

grub setup commands Output

Mar 3rd, 2015
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. pacman -S grub --verbose
  2. Root : /
  3. Conf File : /etc/pacman.conf
  4. DB Path : /var/lib/pacman/
  5. Cache Dirs : /var/cache/pacman/pkg/
  6. Lock File : /var/lib/pacman/db.lck
  7. Log File : /var/log/pacman/log
  8. GPG Dir : /etc/pacman.d/gnupg/
  9. Targets : grub
  10. warning: grub-1:2.02.beta2-5 is up to date -- reinstalling
  11. resolving dependencies...
  12. looking for conflicting packages...
  13.  
  14. Packages (1) grub-1:2.02.beta2-5
  15.  
  16. Total Installed Size: 25.34 MiB
  17. Net Upgrade Size: 0.00 MiB
  18.  
  19. :: Proceed With Installation? [Y/n] y
  20. (1/1) checking keys in keyring [######################] 100%
  21. (1/1) checking package integrity [######################] 100%
  22. (1/1) loading package files [######################] 100%
  23. (1/1) checking for file conflicts [######################] 100%
  24. (1/1) checking available disk space [######################] 100%
  25. (1/1) reinstalling grub [######################] 100%
  26.  
  27. grub-install --target=i386-pc --recheck /dev/sda --verbose
  28. *A bunch of long fast text which I was unable to capture relating to the install.
  29. Installation finished. No error reported.
Advertisement
Add Comment
Please, Sign In to add comment