New blog domain: kula.blog

It's still work in progress but new posts will be published on  https://kula.blog/ Thanks to 11ty base blog RSS is working from the start so it should be easy to add to your reader if you still use any :) If now then I hope you can sign up to the newsletter where I'll be publishing new posts and interesting articles to it from time to time. Please use  kula.blog  from now on.

Repair GRUB2 Boot

After installing Ubuntu next to Linux Mint, Ubuntu started to be default option.

It was annoying :)

I started to search how to deal with GRUB2, but the problem was about installing grub from Mint partition.

The easiest solution is to install Boot Repair: http://sourceforge.net/p/boot-repair/home/Home/

I've found it on Ubuntu forum: http://ubuntuforums.org/showthread.php?t=1769482

I can recommend it, really worked from first try :)

Install in Ubuntu:
sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update && sudo apt-get install -y boot-repair && boot-repair

Comments

Popular posts from this blog

How to use NPM packages from private repositories on bitbucket

How to simulate slow connection (developer proxy in Node.js)