Releases: jlobue10/SteamDeck_rEFInd
v1.4.0
- Updated SD and USB device UUID detection method. This should solve the SD card issues for those using Windows to Go from the SD card and USB device
- There is currently a bug with
volume
matching in rEFInd 0.14.2 . If this GUI SD card fix isn't working for you, please run this command and retry:
sudo fatlabel /dev/mmcblk0p1 $(lsblk -o NAME,UUID | grep mmcblk0p1 | awk '{print $2}' | tr [:lower:] [:upper:])
I've confirmed this as a working fix with my test Windows to Go Micro SD card
- Fixed a tooltip typo
v1.3.3
v1.3.2
v1.3.1
- Minor issues cleaned up from initial 1.3.0 upload
- New feature - random background service. If enabled, a random (valid .png file) background will be copied from the
/home/deck/.local/SteamDeck_rEFInd/backgrounds
folder to the/esp
partition every boot. Backgrounds should ideally be 1,280x800. Please feel free to add to that folder if using this new feature. - Merge pull requests to replicate this random background functionality from the Windows side will be appreciated...
- Completely repackaged into a local standalone
pacman
installation withPKGBUILD
andmakepkg
. This will be the new standard going forward. - Note: Disable Quick boot in BIOS (119) if after rebooting Windows you have no button control in rEFInd.
- Note: the live Kubuntu 23.10 iso is confirmed to work to allow disabling of the Windows EFI entry, in case SteamOS recovery USB is not working to do that at this time.
SteamDeck_rEFInd-1.3.1-1-x86_64.pkg.tar.zst
MD5SUM: 95c23dec549497ec854828f4986a8511
v1.3.0
v1.2.0
- Arch systemd-boot option added to Linux distro selection for config file generation
- GUI tooltips added
- Lots of helpful batch scripts added to the Windows folder to simplify Windows tasks (thanks baldsealion)
- Windows folder included in release (regular and standalone) tarballs
MD5 Checksum for rEFInd_GUI: afe42724e7e2d0b8a1e01f46edcadf8d
MD5 Checksum for rEFInd_GUI standalone: 7b7949c18412120fa9f5f1ab11d47912
v1.1.9
v1.1.8
Minor updates and cleanup since the last release.
Version number has been added to About section.
(April 3, 2023) Updated to add a standalone GUI version that should work for people experiencing rare compile errors. The binary is larger due to statically linked (not shared) C libraries.
MD5 Checksum for rEFInd_GUI: 52d3bcd0dae169b71f9b5beadb1cfbf6
MD5 Checksum for rEFInd_GUI standalone (static C library) release: b164d65ac33c1d377f6daa9aa0bea50e
v1.1.7.1
Minor bug fix for version 1.1.7.
-
Consecutive runs of Create Config command would create an error in the generated
refind.conf
file if using the FW bootnum option, since the variable holding that value was not properly being cleared each time. This has been fixed. -
This will likely be the last release for a while, unless other bugs or issues are found.
v1.1.7
- Line edits can now be typed in. Only valid and existing PNG files will be accepted, otherwise text will be cleared. Browse buttons still work the same as before.
- Buttons added to enable and/ or disable
systemd
service
If you download the rEFInd_GUI.tar.gz
file with the precompiled GUI binary, remember to copy the whole .SteamDeck_rEFInd/
folder to the /home/deck
directory.