So, I'm fairly new to Ubuntu. My current set-up is dual booting Windows 10 and Ubuntu, what I want to do is move the GRUB from the MBR to another partition so I can encrypt the Windows 10 partition with VeraCrypt. In order to do that the MBR must empty so VeraCrypt can install its own boot loader, and this way I'll be able to use GRUB as a second boot loader to boot to Ubuntu.
I tried moving the GRUB to my Ubuntu partition with no much luck as some pretty nasty errors:
Error while installing the bootloader
Installing for i386-pc platform.
grub-install: warning: File system `ext2' doesn't support embedding.
grub-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
grub-install: error: will not proceed with blocklists.
The above error showed up after using Grub Customizer, but using the terminal gave the same result as well.
Any help to solve my problem would be greatly appreciated!
P.S.: I'm not very experienced with the terminal so it would be very helpful if you could provide the commands I would need to use!
Thank you!
sudo grub-install /dev/sdb
But you may need this also: http://askubuntu.com/questions/503417/how-to-prevent-ubuntu-from-overwriting-grub-bootloader-after-update/503446#503446 Since only using MBR, then you can still use flash drive for data. – oldfred Jun 09 '16 at 20:43