How to fix bootloader issues?

1- The magic command is the following:
sudo apt-get purge burg grub2 grub-pc grub-common
#This will remove all the bootloaders from your system
Note: Be careful NOT to reboot now because you don't have a bootloader anymore (you would probably have to fix it with a live cd or something)...
2- Update your system (I suppose you have the BURG repository already installed)
sudo apt-get update
sudo apt-get upgrade
3- Install BURG
sudo apt-get install burg
4- Set burg as the bootloader (I'm not sure it does more than step 3 but just in case ...)
sudo burg-install "(hd0)"
5- Copy the configuration file from the Xtreamer USB key (don't forget to plug the key obviously
)
sudo cp /media/DRIVER/boot/burg/burg.cfg /boot/burg/burg.cfg
6- Copy the themes again:
sudo cp -R /media/DRIVER/boot/burg/themes/fortune_ultra /boot/burg/themes/
7- Reboot
Related Articles
No related articles were found.
Attachments
No attachments were found.
Visitor Comments