How to Fix a Missing/Damaged Linux Elementary OS GRUB Bootloader
This time I want to write some command line written in linux terminal to fix grub bootloader missing due to system error.
Initial story, my windows is still safe, can dual boot with linux elementary os. But somehow this time the error again.
Just dizzy..
I thought that I should just install linux instead of installing dual boot like this, it makes me dizzy. huff..
How to fix a broken linux bootloader grub
So luckily the elementary os linux live cd is still stored on the flash disk. I installed it then entered the live cd.
- Run Live cd then select try linux.
- On the linux home screen, open terminal.
- Type sudo su to login as super user (root)
- Type fdisk -l to find the linux partition. In this case my linux os is on /dev/sda6
- Type mount /dev/sda6 /mnt
- Type grub-install –root-directory /mnt /dev/sda
- Type update-grub
- Type reboot
- Finished.
After that the computer will restart itself. At boot time there will be a choice of operating system that is the grub bootloader that was installed earlier.
The final word
That’s how to fix the missing elementary os linux bootloader due to a system error.
If you are experiencing the same thing, I hope this article can help you.
Post a Comment for "How to Fix a Missing/Damaged Linux Elementary OS GRUB Bootloader"