Hello everyone, pardon me since I’m pretty new to Linux. I’m aware this is a very common problem but after a week of research, I assume that the underlying causes seem to vary.
So last year I’ve got OpenSUSE Tumbleweed installed along with pre-installed Windows 10 on my new computer. Everything went okay and I switched back and forth between the 2 via dual boot menu GRUB. Around last March, my Windows performed a lot of automatic updates. And suddenly I couldn’t boot into OpenSUSE anymore; (re)boot always goes directly to Win10. I didn’t have time and the need to fix that problem at that moment, but now urgencies arise and I need my Linux again.
I’ve followed this](https://forums.opensuse.org/showthread.php/528400-Repair-a-broken-UEFI-GRUB2-openSUSE-boot-scenario) to no avail. (Skip the update GRUB step because I don’t know yet how to connect wifi via command line).
Using bootable USB drive OpenSUSE inside rescue system CLI:
[FONT=courier new] tty1:rescue:~ # efibootmgr -v[/FONT]
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 20001,0000,2002,2003
Boot0000* Windows Boot Manager HD(2,GPT,10472833-174e-4a0f-9866-e0320563d655,0xe1800,0x32000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
Boot0001* USB HDD: General UDisk PciRoot(0x0)/Pci(0x14,0x0)/USB(2,0)/HD(1,MBR,0x6b36440f,0xd64,0x1e84)RC
Boot0002* Unknown Device: HD(2,GPT,10472833-174e-4a0f-9866-e0320563d655,0xe1800,0x32000)/File(\EFI\opensuse\grubx64.efi)RC
Boot0005* Unknown Device: HD(2,GPT,10472833-174e-4a0f-9866-e0320563d655,0xe1800,0x32000)/File(\EFI\opensuse\grubx64.efi)RC
Boot2001* EFI USB Device RC
Boot2002* EFI DVD/CDROM RC
Boot2003* EFI Network RC
tty1:rescue:~ #
typing in:
fdisk -l
gives something like:
Device Start End Sectors Size Type
/dev/sda1 2048 923647 921600 450M Windows recovery environment
/dev/sda2 923648 1128447 204800 100M EFI System
/dev/sda3 1128448 1161215 32768 16M Microsoft reserved
/dev/sda4 1161216 612712699 611551484 291.6G Microsoft basic data
/dev/sda5 612714496 614399999 1685504 823M Windows recovery environment
/dev/sda6 614402048 1174106647 559704600 266.9G Microsoft basic data
/dev/sda7 1174108160 1178304511 4196352 2G Linux swap
/dev/sda8 1178304512 1262194687 83890176 40G Linux filesystem
/dev/sda9 1262194687 1953523711 691329024 329.7G Linux filesystem
Boot mode: [UEFI]
Windows partition: [GPT]
Secure boot: [disabled]
Fast boot: [disabled]
Hardware Specification:
Acer E14 E5-475G-73A3
*NVidia *GeForce 940MX
*Intel *Core i7-7500u
4GB DDR4
I’m looking forward a clue on solving this problem. If possible, I want to restore the system instead of reinstall because of the data and settings. Thank you in advance

