Difference between revisions of "GRUB/Restore the GRUB Bootloader"
no edit summary
imported>Verityproductions |
imported>Verityproductions |
||
Line 83: | Line 83: | ||
= Restore the GRUB = | = Restore the GRUB = | ||
'''1.''' Install a new GRUB bootloader | '''1.''' Install a new GRUB bootloader with the following command: | ||
grub-install /dev/sda | grub-install /dev/sda | ||
'''2.''' Recheck to ensure the that installation has completed without any errors | '''2.''' Recheck to ensure the that installation has completed without any errors: | ||
grub-install --recheck /dev/sda | grub-install --recheck /dev/sda | ||
'''3.''' | '''3.''' Finally, configure the freshly installed GRUB bootloader: | ||
grub-mkconfig -o /boot/grub/grub.cfg | grub-mkconfig -o /boot/grub/grub.cfg | ||
All done. Now you can close the terminal and reboot your system for the change to take effect. | |||
[[Category:Troubleshooting]] | [[Category:Troubleshooting]] | ||
[[Category:Contents Page]] | [[Category:Contents Page]] |