Advertisement
Guest User

aaaaa

a guest
Dec 11th, 2017
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. [radu@radu-pc ~]$ sudo grub-install /dev/sda
  2. [sudo] password for radu:
  3. Installing for i386-pc platform.
  4. Installation finished. No error reported.
  5. [radu@radu-pc ~]$ sudo update-grub
  6. Generating grub configuration file ...
  7. Found background: /usr/share/grub/background.png
  8. Found Intel Microcode image
  9. Found linux image: /boot/vmlinuz-4.14-x86_64
  10. Found initrd image: /boot/initramfs-4.14-x86_64.img
  11. Found initrd fallback image: /boot/initramfs-4.14-x86_64-fallback.img
  12. Found linux image: /boot/vmlinuz-4.9-x86_64
  13. Found initrd image: /boot/initramfs-4.9-x86_64.img
  14. Found initrd fallback image: /boot/initramfs-4.9-x86_64-fallback.img
  15. Found memtest86+ image: /boot/memtest86+/memtest.bin
  16. done
  17. [radu@radu-pc ~]$ sudo rm /boot/grub/grubenv
  18. [radu@radu-pc ~]$ sudo grub-editenv /boot/grub/grubenv create
  19. [radu@radu-pc ~]$ sudo update-grub
  20. Generating grub configuration file ...
  21. Found background: /usr/share/grub/background.png
  22. Found Intel Microcode image
  23. Found linux image: /boot/vmlinuz-4.14-x86_64
  24. Found initrd image: /boot/initramfs-4.14-x86_64.img
  25. Found initrd fallback image: /boot/initramfs-4.14-x86_64-fallback.img
  26. Found linux image: /boot/vmlinuz-4.9-x86_64
  27. Found initrd image: /boot/initramfs-4.9-x86_64.img
  28. Found initrd fallback image: /boot/initramfs-4.9-x86_64-fallback.img
  29. Found memtest86+ image: /boot/memtest86+/memtest.bin
  30. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement