Hello
I’m completely lost getting my bootloader back. I had some hard-disk problems two days ago. My system overheated and I need to reboot. Afterwards my grub2 only shows only “GRUB C” and stops.
I tried Leap rescue system to recover bootloader I tried the following:
mount /dev/sda2 /mnt/
mount --bind /dev/ /mnt/dev/
mount --bind /proc/ /mnt/proc/
mount --bind /sys/ /mnt/sys/
chroot /mnt
mount -a -t btrfs
mount /boot/efi
cat /etc/SuSE-release
openSUSE 20160818 (x86_64)
VERSION = 20160818
CODENAME = Tumbleweed
# /etc/SuSE-release is deprecated and will be removed in the future, use /etc/os-release instead
fdisk -l
Disk /dev/sda: 119.2 GiB, 128035676160 bytes, 250069680 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: F7EDE57D-DC33-4810-8CE8-858F63FD5C23
Device Start End Sectors Size Type
/dev/sda1 2048 354303 352256 172M EFI System
/dev/sda2 354304 63264767 62910464 30G Microsoft basic data
/dev/sda3 63264768 250068991 186804224 89.1G Microsoft basic data
Disk /dev/sdb: 59.6 GiB, 64023257088 bytes, 125045424 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00029f84
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 206847 204800 100M 7 HPFS/NTFS/exFAT
/dev/sdb2 206848 125042687 124835840 59.5G 7 HPFS/NTFS/exFAT
Disk /dev/sdc: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: DB0629D1-5079-492E-8346-CCA3D937835C
Device Start End Sectors Size Type
/dev/sdc1 2048 1953523711 1953521664 931.5G Microsoft basic data
Disk /dev/loop0: 43.8 MiB, 45875200 bytes, 89600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop1: 8 MiB, 8388608 bytes, 16384 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop2: 54.7 MiB, 57344000 bytes, 112000 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop3: 14.8 MiB, 15466496 bytes, 30208 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop4: 4.1 MiB, 4325376 bytes, 8448 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sdd: 7.4 GiB, 7948206080 bytes, 15523840 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x0cd026cf
Device Boot Start End Sectors Size Id Type
/dev/sdd1 * 2048 15523839 15521792 7.4G c W95 FAT32 (LBA)
Disk /dev/sde: 29.7 GiB, 31914983424 bytes, 62333952 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000
Device Boot Start End Sectors Size Id Type
/dev/sde1 8192 62333951 62325760 29.7G c W95 FAT32 (LBA)
efibootmgr -v
Timeout: 0 seconds
No BootOrder is set; firmware will attempt recovery
grub2-install --recheck /dev/sda
Installing for x86_64-efi platform.
Installation finished. No error reported.
efibootmgr -v
Timeout: 0 seconds
BootOrder: 0000
Boot0000* opensuse
shim-install /dev/sda
Timeout: 0 seconds
BootOrder: 0001,0000
Boot0000* opensuse
Boot0001* opensuse-secureboot
efibootmgr -v
Timeout: 0 seconds
BootOrder: 0001,0000
Boot0000* opensuse
After rebooting nothing changes still the same picture as before. Anyone can help me to recover the bootloader.