Hello community,
The other day I was programming in IntelliJ on my ArchLinux and I press the key combination Ctrl+Shift+F10 (or maybe Ctrl+Atl+F10 idk). Then a black screen with an horizontal prompt appears. The system was running cause I heard my spotify songs, but the screen was black. I decide to poweroff the machine by holding the power button. The next time I reboot the laptop, the grub rescue prompt appears.
I try some solutions but nothings seems to work.
First try.- Try to repair grub from the rescue mode
In the grub rescue I type:
Code:
ls
>>>(hd0) (hd0,gpt4) (hd0,gpt3) (hd0,gpt2) (hd0,gpt1)
ls (hd0,gpt4)
>>>Filesystem is ext2
ls (hd0,gpt3)
>>>(hd0,gpt3): Filesystem is unknown
>>>error: failure reading sector 0x2a00802 from hd0
set
>>>cmdpath=(hd0,gpt1)/EFI/BOOT
>>>prefix=(hd0,gpt3)/boot/grub
>>>root=hd0,gpt3
insmod normal
>>>error: failure reading sector 0x2a00802 from hd0
normal
>>>Unknow command normal
Second try.- Boot-repair-disk
I try to repair the disk with the boot-repair-disk utility but it doesn't show me the option
of recommended repair (I see some solutions take this option)
Then I create a BootInfo summary, here the paste:
http://paste.ubuntu.com/p/zhBxWCC7jg/
Thank u for the help!