Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| bios:notes:umaf [2026/04/21 23:43] – [FreeBSD] Sean Rhone | bios:notes:umaf [2026/04/23 01:52] (current) – Sean Rhone |
|---|
| |
| 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" | 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" |
| |
| ===== TODO ===== | |
| |
| * Can be added to boot directly vs ''Windows Boot Manager'' | |
| |
| C:\Windows\System32\Boot\winload.efi | |
| |
| ====== FreeBSD ====== | ====== FreeBSD ====== |
| |
| * [[bsd:freebsd_15.1_xfce|FreeBSD 15.1 (Xfce)]] | * [[bsd:freebsd_15.0_xfce|FreeBSD 15.0 (Xfce)]] |
| |
| 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' | 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' |
| efibootmgr -v | efibootmgr -v |
| |
| efibootmgr --delete --bootnum 0005 | efibootmgr --delete --bootnum 0001 |
| |
| efibootmgr -B -b '0005' & efibootmgr -B -b '0004' & efibootmgr -B -b '0003' & efibootmgr -B -b '0002' & efibootmgr -B -b '0001' & efibootmgr -B -b '0000' && efibootmgr | efibootmgr -B -b '0005' & efibootmgr -B -b '0004' & efibootmgr -B -b '0003' & efibootmgr -B -b '0002' & efibootmgr -B -b '0001' & efibootmgr -B -b '0000' && efibootmgr |