├── README.md ├── custom ├── backgrounds │ └── background.png ├── icons │ ├── os_steamos.png │ ├── os_unknown.png │ ├── os_win.png │ ├── os_win8.png │ ├── selection_big.png │ └── selection_small.png └── refind.conf ├── install-rEFInd.sh ├── rEFIndWindows ├── custom │ ├── rEFIndTask.ps1 │ └── rEFIndTask.xml └── rEFIndWindows.bat └── refind-cd-0.13.3.1.iso /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-rEFInd-dualboot/HEAD/README.md -------------------------------------------------------------------------------- /custom/backgrounds/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-rEFInd-dualboot/HEAD/custom/backgrounds/background.png -------------------------------------------------------------------------------- /custom/icons/os_steamos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-rEFInd-dualboot/HEAD/custom/icons/os_steamos.png -------------------------------------------------------------------------------- /custom/icons/os_unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-rEFInd-dualboot/HEAD/custom/icons/os_unknown.png -------------------------------------------------------------------------------- /custom/icons/os_win.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-rEFInd-dualboot/HEAD/custom/icons/os_win.png -------------------------------------------------------------------------------- /custom/icons/os_win8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-rEFInd-dualboot/HEAD/custom/icons/os_win8.png -------------------------------------------------------------------------------- /custom/icons/selection_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-rEFInd-dualboot/HEAD/custom/icons/selection_big.png -------------------------------------------------------------------------------- /custom/icons/selection_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-rEFInd-dualboot/HEAD/custom/icons/selection_small.png -------------------------------------------------------------------------------- /custom/refind.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-rEFInd-dualboot/HEAD/custom/refind.conf -------------------------------------------------------------------------------- /install-rEFInd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-rEFInd-dualboot/HEAD/install-rEFInd.sh -------------------------------------------------------------------------------- /rEFIndWindows/custom/rEFIndTask.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-rEFInd-dualboot/HEAD/rEFIndWindows/custom/rEFIndTask.ps1 -------------------------------------------------------------------------------- /rEFIndWindows/custom/rEFIndTask.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-rEFInd-dualboot/HEAD/rEFIndWindows/custom/rEFIndTask.xml -------------------------------------------------------------------------------- /rEFIndWindows/rEFIndWindows.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-rEFInd-dualboot/HEAD/rEFIndWindows/rEFIndWindows.bat -------------------------------------------------------------------------------- /refind-cd-0.13.3.1.iso: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-rEFInd-dualboot/HEAD/refind-cd-0.13.3.1.iso --------------------------------------------------------------------------------