I installed Kali Linux on 1 partition and after that I installed Ubuntu 16.04 on the other one but when I start my PC , the only boot option is "Kali-grub" or "advanced options for kali ".
When I load Kali and open the Linux partition I can see that the Ubuntu is installed on it.
Please tell me how can I boot it (i checked in Disks and it says that the partition is Bootable ).
grub-install /dev/sda3
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. P.S. Can't fix it with live version, when I boot installation USB it just runs setup
– David Marjanovic Oct 12 '16 at 23:19sudo grub-install /dev/sda
Perhaps this link is more useful in your situation: https://help.ubuntu.com/community/Grub2/Installing – Elder Geek Oct 12 '16 at 23:22/dev/sda
– You'reAGitForNotUsingGit Oct 12 '16 at 23:28/dev/sda
? – David Marjanovic Oct 12 '16 at 23:30sudo grub-install /dev/sda
andreboot
but still no Ubuntu in – David Marjanovic Oct 12 '16 at 23:35