So, while programming today I got the terminal error saying that ls was not available and to type in some sudo command to get it. I typed in said sudo command and it told me that it didn't work. I am new to linux and so I can't give more information than that. Now, when I attempt to boot linux I get "file not found. grub rescue>" prompt. I have no idea what that means or what to do. I have tried putting commands into the grub prompt that Fedora likes but to no avail. I am using Ubuntu on a virtual disk with VirtualBox.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
closed as too localized by jrg♦ Dec 26 '12 at 1:07
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
/dev/sdais the disk,/dev/sda1is the disk partition that contains your files (sort of likec:under Windows; ext4 is the name of the filesystem, sort of like NTFS), and/dev/sda5is the disk partition that contains swap space. Try to mount/dev/sda1. Can you access files there? It would help if you posted a screenshot of where you're at. – Gilles Feb 21 '12 at 1:20