There is no procedure, MoKManager is part of OpenSUSE and there aren’t much to do:
/boot/efi/EFI/opensuse/MokManager.efi
Unless there’s a Grub update, you have no password to enter, just let it go. Enrollment is made automatically.
A clean install cleans/clears the EFI partition sector in Windows. To do so, the following will set it back to default (factory setting/dual boot or not).
1.Delete the Tumbleweed partitions in Mini Tool Partition Wizard
2.Keep the remaining partition to unallocated for the next clean install
3.Open Command Prompt as root and run these cmd lines:
mountvol U: /s
del/f /s /q U:\*.*
bcdbootC:\Windows
Restart
Will update the thread on our next clean install to show the result.
On next clean install, after compiling the mainline Kernel, the machine will boot in MoK and the process is automatic. That’s it!
In Tumbleweed, all of this is/was simplified in favor of users to keep secure boot enabled. In Debian, it is another ball game, but let stick to Tumbleweed because it is the best place for testing the latest Kernel. On top, we get a correction(s) in the middle of the week.
rpm-qa | grep -i kernel
**kernel**-default-5.1.7-4.1.gc8cc0ca.x86_64
**kernel**-syms-5.2.rc4-1.1.gc8bdb02.x86_64
**kernel**-devel-5.2.rc4-1.1.gc8bdb02.noarch
**kernel**-syms-5.2.rc3-3.1.gb4eda05.x86_64
**kernel**-firmware-20190514-260.1.noarch
**kernel**-source-5.2.rc4-1.1.gc8bdb02.noarch
**kernel**-default-5.2.rc4-1.1.gc8bdb02.x86_64
**kernel**-devel-5.2.rc3-3.1.gb4eda05.noarch
**kernel**-source-5.2.rc3-3.1.gb4eda05.noarch
**kernel**-macros-5.2.rc4-1.1.gc8bdb02.noarch
**kernel**-default-5.1.8-3.1.ged4965b.x86_64
patterns-devel-base-devel_**kernel**-20170319-8.3.x86_64
**kernel**-default-5.2.rc3-3.1.gb4eda05.x86_64
**kernel**-default-devel-5.2.rc4-1.1.gc8bdb02.x86_64
**kernel**-default-devel-5.2.rc3-3.1.gb4eda05.x86_64
mokutil--sb-state
SecureBoot enabled
Enabling Mainline Kernel Repo. Prior to this, Linux Kernel Development was selected during the fresh install:
su -
zypper ar -f http://download.opensuse.org/repositories/Kernel:/HEAD/standard/ kernel-repo
zypper dist-upgrade -r kernel-repo
All the best,
LatestKernel / Stable/ Unstable