I already had Windows 10 on my computer, and I wanted to install Ubuntu on my computer as a dual boot. I downloaded the Ubuntu 18.04.1 LTS version, and use Rufus to create a bootable USB.
I looked up some tutorials online, and I turned off the fast start option in windows, booted from my USB and install Ubuntu, using the default option. It shows Ubuntu was successfully installed.
In order to boot from Ubuntu, I downloaded the EasyBCD and added a new entry for Linux, the type was GRUB 2.
And then I rebooted, chose to boot from Ubuntu, and it started with a grub command line instead of GUI, it shows:
[ Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists the possible
completions of a device/filename. ]
grub>
I looked it up in Google and it said that there's something wrong with my bootloader, and I should type "ls" in the grub command line to look up the storage in my computer, however, when I typed "ls", the following shows:
Error 14: Filesystem compatibility error, cannot read the whole file.
I don't know if there is any solution to it. And if I change the EacyBCD type to "GRUB (Legacy)", the screen will only be left with a flashing cursor when booting.
Any help is appreciated. Thanks.
ls
in the grub command and it turned out error 14, as I've said above. – Gary Yuan Aug 13 '18 at 09:04