sudo efibootmgr -v shows this:
BootCurrent: 0002
Timeout: 3 seconds
BootOrder: 0003,0000,0001,0002
Boot0000* EFI DVD/CDROM PcieRoot(0x0)/Pci(0x1f,0x2)/Sata(5,0,0)
Boot0001* OsLoader0000 PcieRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/Ata(0,0,0)/HD(1,GPT,346d40d3-4bf9-40ea-957f-ebf222c137b3,0x800,0x4e000)/File(\EFI\BOOT\BOOTX64.EFI)
Boot0002* OsLoader0001 PcieRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/Ata(0,1,0)/HD(1,GPT,4b172220-20b4-493b-947a-08b6775434be,0x800,0x32000)/File(\EFI\BOOT\BOOTX64.EFI)
Boot0003* opensuse-secureboot HD(1,GPT,4b172220-20b4-493b-947a-08b6775434be,0x800,0x32000)/File(\EFI\opensuse\shim.efi)
btw: here is the output of fdisk -l:
Festplatte /dev/sda: 1,8 TiB, 2000398934016 Bytes, 3907029168 Sektoren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplattenbezeichnungstyp: dos
Festplattenbezeichner: 0x134ee843
Gerät Boot Anfang Ende Sektoren Größe Kn Typ
/dev/sda1 2048 50348031 50345984 24G 82 Linux Swap / Solaris
/dev/sda2 50348032 3907028991 3856680960 1,8T 83 Linux
Festplatte /dev/sdb: 1,8 TiB, 2000398934016 Bytes, 3907029168 Sektoren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 4096 Bytes
E/A-Größe (minimal/optimal): 4096 Bytes / 4096 Bytes
Festplatte /dev/sdc: 1,8 TiB, 2000398934016 Bytes, 3907029168 Sektoren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 4096 Bytes
E/A-Größe (minimal/optimal): 4096 Bytes / 4096 Bytes
Festplattenbezeichnungstyp: gpt
Festplattenbezeichner: F05C296B-3DFF-4943-8BF2-59A8DC005DAA
Gerät Anfang Ende Sektoren Größe Typ
/dev/sdc1 2048 321535 319488 156M EFI-System
/dev/sdc2 321536 210034687 209713152 100G Linux-Dateisystem
/dev/sdc3 210034688 3907028991 3696994304 1,7T Linux-Dateisystem
Festplatte /dev/sdd: 2,7 TiB, 3000592982016 Bytes, 5860533168 Sektoren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 4096 Bytes
E/A-Größe (minimal/optimal): 4096 Bytes / 4096 Bytes
Festplattenbezeichnungstyp: gpt
Festplattenbezeichner: 77283710-8B58-49E8-8D33-0EC3A954F7E9
Gerät Anfang Ende Sektoren Größe Typ
/dev/sdd1 2048 206847 204800 100M EFI-System
/dev/sdd2 206848 468991 262144 128M Microsoft reserviert
/dev/sdd3 468992 2457602047 2457133056 1,1T Microsoft Basisdaten
/dev/sdd4 2457602048 5860532223 3402930176 1,6T Microsoft Basisdaten
ignore sdb this is a encrypted HD and is not relevant, also sda which has opensuse 13.1 installed and has no EFI partition but i do not want to include this anyway.
I also edited the etc/fstab, the EFI partition of the tumbleweed HD was listed via its UUID, so i commented that out and swtiched the UUID to the one of /dev/sdc1 (which i found with: blkid).
About the two Windows entries: in /dev/sdd1 was never a Windows directory because the tumbleweed installation created a new EFI partition ignoring Windows
/dev/sdc1 is the Windows EFI Partition which i want to use as the only EFI partition of the system, there is a Windows directory and a opensuse directory now also.
I will now reboot my system and check if the swtich of the EFI partitions in /etc/fstab worked, then i will run the bootloader refresh command and see if this maybe allready solves the problem.