everything was working fine and ubuntu was booting without a flash drive on my macbook pro, and now all of a sudden when I try to boot I get to this grub menu:https://www.linux.com/learn/how-rescue-non-booting-grub-2-linux
I tried following the directions on this page, but right away I ran into a problem. When I type in "1s" to see my partitions, I get "error: can't find command `1s'.
I know it would probably be useful if I provided my grub version, but all I can tell you is "GNU GRUB version 2.02~beta2-29...". The rest is covered by a broken part on my screen, so if that is needed hopefully there is another way I could get that information.
Here is a previous question of mine, which might be relevent: Error: cannot find a GRUB drive
lsmod
If yes everything is ok with grub but it probably can' t find the grub.cfg at root. at this pointls
should show the available partitions.echo $root
shows to you the current content of the root variable. – Manoel Rebelo Abranches Jun 19 '16 at 19:13