Good to hear. I've been trying to come up with a linux alternative to Adobe Premiere and then I can finally ditch the windows partition on my families computer.
By the way, if you want to fix grub just boot a live cd, mount your root partition and go in a command line and execute
sudo grub-install --root-directory=(mount point of root partition) /dev/(harddrive to install grub to)
Then just make sure the boot flag is turned on on your root partition (you can do this easily with parted or gparted).
Good to hear. I've been trying to come up with a linux alternative to Adobe Premiere and then I can finally ditch the windows partition on my families computer.
By the way, if you want to fix grub just boot a live cd, mount your root partition and go in a command line and execute
sudo grub-install --root-directory=(mount point of root partition) /dev/(harddrive to install grub to)
Then just make sure the boot flag is turned on on your root partition (you can do this easily with parted or gparted).