User Tools

Site Tools


bios:notes:umaf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bios:notes:umaf [2026/02/10 21:59] Sean Rhonebios:notes:umaf [2026/02/28 03:08] (current) Sean Rhone
Line 8: Line 8:
  
   * https://github.com/DavidS95/Smokeless_UMAF   * https://github.com/DavidS95/Smokeless_UMAF
-  * ''UMAF_BETA.zip''+  * ''UMAF_BETA.zip'' ([[https://github.com/DavidS95/Smokeless_UMAF/commits/e2de2e2853e2cc8dd4cf3fdfb17131b6b6f663df/UMAF_BETA.zip|e2de2e2]])
  
 ====== Windows ====== ====== Windows ======
Line 17: Line 17:
   * Add to boot menu in firmware settings after copying ((:?: ''bcdedit'' might not be able to add EFI entries to NVRAM))   * Add to boot menu in firmware settings after copying ((:?: ''bcdedit'' might not be able to add EFI entries to NVRAM))
  
-  "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Downloads\Install UMAF to EFI.bat" +  DEL /Q "%UserProfile%\Downloads\UMAF_BETA.zip" "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\UMAF_BETA.zip" --location "https://github.com/DavidS95/Smokeless_UMAF/raw/e2de2e2853e2cc8dd4cf3fdfb17131b6b6f663df/UMAF_BETA.zip" && RMDIR /S /Q "%UserProfile%\Downloads\UMAF_BETA" MKDIR "%UserProfile%\Downloads\UMAF_BETA" && "%SystemRoot%\System32\tar.exe" xf "%UserProfile%\Downloads\UMAF_BETA.zip" -C "%UserProfile%\Downloads\UMAF_BETA" && 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"
- +
-<code> +
-@echo off +
- +
-TITLE Reset Icon Cache +
-CD "%Temp%" +
- +
-DEL /Q "%UserProfile%\Downloads\UMAF_BETA.zip" +
-"%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\UMAF_BETA.zip" --location "https://github.com/DavidS95/Smokeless_UMAF/raw/refs/heads/main/UMAF_BETA.zip" +
- +
-RMDIR /S /Q "%UserProfile%\Downloads\UMAF_BETA" +
-MKDIR "%UserProfile%\Downloads\UMAF_BETA" +
-"%SystemRoot%\System32\tar.exe" xf "%UserProfile%\Downloads\UMAF_BETA.zip" -C "%UserProfile%\Downloads\UMAF_BETA" +
- +
-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</code> +
- +
-  "%UserProfile%\Downloads\Install UMAF to EFI.bat"+
  
 ====== FreeBSD ====== ====== FreeBSD ======
Line 53: Line 23:
   * [[bsd:freebsd_16.0_xfce|FreeBSD 16.0 (Xfce)]]   * [[bsd:freebsd_16.0_xfce|FreeBSD 16.0 (Xfce)]]
  
-  rm -Rf ~/'Downloads/UMAF_BETA.zip' ~/'Downloads/UMAF_BETA' && wget -O ~/'Downloads/UMAF_BETA.zip' 'https://github.com/DavidS95/Smokeless_UMAF/raw/refs/heads/main/UMAF_BETA.zip' && unzip ~/'Downloads/UMAF_BETA.zip' -d ~/'Downloads/UMAF_BETA'+  rm -Rf ~/'Downloads/UMAF_BETA.zip' ~/'Downloads/UMAF_BETA' && wget -O ~/'Downloads/UMAF_BETA.zip' 'https://github.com/DavidS95/Smokeless_UMAF/raw/e2de2e2853e2cc8dd4cf3fdfb17131b6b6f663df/UMAF_BETA.zip' && unzip ~/'Downloads/UMAF_BETA.zip' -d ~/'Downloads/UMAF_BETA'
  
   mkdir -p ~/'Downloads/UMAF_BETA/efi/boot' && mv -f ~/'Downloads/UMAF_BETA/EFI/Boot/BOOTX64.efi' ~/'Downloads/UMAF_BETA/efi/boot/umaf.efi' && rm -Rf ~/'Downloads/UMAF_BETA/EFI'   mkdir -p ~/'Downloads/UMAF_BETA/efi/boot' && mv -f ~/'Downloads/UMAF_BETA/EFI/Boot/BOOTX64.efi' ~/'Downloads/UMAF_BETA/efi/boot/umaf.efi' && rm -Rf ~/'Downloads/UMAF_BETA/EFI'
Line 79: Line 49:
   * [[linux:distros:opensuse_tumbleweed_xfce|openSUSE Tumbleweed (Xfce)]]   * [[linux:distros:opensuse_tumbleweed_xfce|openSUSE Tumbleweed (Xfce)]]
  
-  wget -O ~/'Downloads/UMAF_BETA.zip' 'https://github.com/DavidS95/Smokeless_UMAF/raw/refs/heads/main/UMAF_BETA.zip' && unzip ~/'Downloads/UMAF_BETA.zip' -d ~/'Downloads/UMAF_BETA'+  wget -O ~/'Downloads/UMAF_BETA.zip' 'https://github.com/DavidS95/Smokeless_UMAF/raw/e2de2e2853e2cc8dd4cf3fdfb17131b6b6f663df/UMAF_BETA.zip' && unzip ~/'Downloads/UMAF_BETA.zip' -d ~/'Downloads/UMAF_BETA'
  
   sudo cp -Rfv ~/'Downloads/UMAF_BETA/'* '/boot/efi'   sudo cp -Rfv ~/'Downloads/UMAF_BETA/'* '/boot/efi'
/usr/local/www/wiki/data/attic/bios/notes/umaf.1770778751.txt.gz · Last modified: by Sean Rhone