Computer: Lenovo Yoga 2: UEFI Boot.
My computer restarted, as is natural, during a Windows 10 update last night. Instead of going to my grub bootloader, I was welcomed by grub-recovery:
error: unknown filesystem
Entering rescue mode...
grub rescue>_
I used bios to log back into windows and successfully finished my install. After restarting I was met by the same screen.
This morning I have attempted to restore the GRUB Bootloader using the following instructions: https://wiki.manjaro.org/index.php?title=Restore_the_GRUB_Bootloader#Identify_and_Prepare_the_Installed_Partition.28s.29
I completed all of the steps, up to
sudo update-grub
but then was thown this error:
Generating grub configuration file ...
Found background: /usr/share/grub/background.png
WARNING: Failed to connect to lvmetad.
Falling back to device scanning.
Now my computer loads to a different screen
GNU GRUB version 2.03
Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists possible device or file completions.
grub>_
My partitions are as follows:
sda1: ntfs Recovery
sda2: efi fat32 boot, esp
sda3: unknown "microsoft reserved:
sda4: ntfs This is my actual Windows partition
sda5: ntfs
sda6: ext4 This is my Manjaro Partition
I am a little bit concerned that Windows overwrote my sda1 partition with a Recovery partition last night. I am not sure if that is possible. At this point, I am hesitant to touch anything for fear of doing damage.
Please let me know if/how I can supply additional information.