My Acer laptop - where I have Lubuntu 16.04 64-bit installed - froze earlier today and I had to do a hard reset (holding the power button for several seconds). After that when I try to boot I end up with a GRUB>
command prompt
What can I do to boot to my OS and get back so I can access my files? Is it possible to reinstall Lubuntu - without removing my files, only overwriting system files - and that way access my own files?
Grateful for help!
You can try to boot from grub command line, assuming your file system is intact. You need to give 4 key parameters to boot:
By ubuntu default, the command lines should like this:
where x,y is the device id and partition id. You can first list all the partitions and check the the files to find out which is which, for example:
If there is a separate /boot partation, remember to replace $prefix with "(hdx,y')/boot/grub" where y' is the /boot partition, and replace $vmlinuz and $initrd with "/boot/vmlinuz" and "/boot/initrd.img".
In some cases the device id and partition id start with different letters. Use the same name as listed by the
GRUB> ls
command.If the grub commands fail to bring the system up, you have to further check if the file system is intact, especially if the key files of vmlinuz, initrd and the grub files are still there.