User Tools

Site Tools


bios:notes:zedk

This is an old revision of the document!


Table of Contents

Information

  • Boot to unlocked/advanced BIOS settings menu
  • This installs to internal HDD and adds to UEFI boot menu
  • :!: zedk should be added before the OS when re-creating boot entries from scratch with efibootmgr (like remove shim) 1)

zedk

Windows

  • /S specifies system EFI partition for MOUNTVOL and assigns unused drive letter Y for Y:\EFI (source)
  • Add to boot menu in firmware settings after copying 2)
DEL /Q "%UserProfile%\Downloads\zedk.zip" & "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\zedk.zip" --location "https://github.com/kohlschuetter/zedk/releases/download/zedk-20260224/zedk-20260224.zip" && RMDIR /S /Q "%UserProfile%\Downloads\zedk" & MKDIR "%UserProfile%\Downloads\zedk" && "%SystemRoot%\System32\tar.exe" xf "%UserProfile%\Downloads\zedk.zip" -C "%UserProfile%\Downloads\zedk"
MOVE /Y "%UserProfile%\Downloads\UMAF_BETA\EFI\Boot\BOOTX64.efi" "%UserProfile%\Downloads\UMAF_BETA\EFI\Boot\umaf.efi"

"%SystemRoot%\System32\mountvol.exe" Y:\ /S

MOVE /Y "%UserProfile%\Downloads\UMAF_BETA\*.efi" "Y:\"
MOVE /Y "%UserProfile%\Downloads\UMAF_BETA\SREP_Config.cfg" "Y:\"
MOVE /Y "%UserProfile%\Downloads\UMAF_BETA\EFI\Boot\umaf.efi" "Y:\EFI\Boot"

"%SystemRoot%\System32\mountvol.exe" Y:\ /D

DEL /Q "%UserProfile%\Downloads\UMAF_BETA.zip"
RMDIR /S /Q "%UserProfile%\Downloads\UMAF_BETA"

:: End
1)
last-added entry is set to primary boot
2)
:?: bcdedit might not be able to add EFI entries to NVRAM
/usr/local/www/wiki/data/attic/bios/notes/zedk.1772264540.txt.gz · Last modified: by Sean Rhone