jlobue10 / SteamDeck_rEFInd

Simple rEFInd install script for the Steam Deck (with GUI customization)
MIT License
520 stars 50 forks source link

conf changes post install #5

Closed aqsede closed 2 years ago

aqsede commented 2 years ago

Hi,

Do we need to rerun the script again after making change to the config file or just reboot and it will work automatically?

Thanks.

jlobue10 commented 2 years ago

There is no need to rerun the script after making changes to the refind.conf file, assuming that you edit the correct refind.conf file. I do this often to test or use different backgrounds and icons. The script is mainly just to automate copying the files to the correct location and fix the EFI boot entries.

Use this command to edit the refind.conf file after running the script.

sudo nano /esp/efi/refind/refind.conf

and then press Ctrl+x followed by y to save your changes (or n to discard changes) and exit.

aqsede commented 2 years ago

Thank you. I edited the wrong conf and didn't get the notification when you edit your comment so I was stuck till just now. Thank you