Could you please help me to do the manual entries (I think in refind.conf) for all OS installations because I have to many entries with the auto loader.
I advise against attempting manual configuration. If rEFInd's OS/loader auto-detection is producing too many entries, it's better to instead hide the ones you don't want to see, as described in the rEFInd documentation:
Creating manual boot stanzas is helpful for experts in rare cases, but it's inflexible and tricky. Far too many people get it wrong, either because of a fundamental misunderstanding or because of simple typos. If you don't understand things like kernel options (which your question seems to suggest you don't), then creating manual boot stanzas is not for you. That said, if you want to try, it's covered in the rEFInd documentation:
The following problems still exists:
* The directory for centos is not exluded and I don't know why
* How to manual fix icons? The icons for kubuntu, elementary, mint and centos are not correct
Thanks again!
Last edit: Christian B 2018-08-09
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Several possible reasons for a directory's contents not showing up occur to me:
A bug in the firmware
A bug in rEFInd
Filesystem damage
A misconfiguration of rEFInd (such as improper use of dont_scan_files or dont_scan_dirs, or accidental use of the hiding feature)
I recommend starting with checking for accidental use of one of rEFInd's dont_scan_* options and checking that you haven't accidentally added the CentOS loader to the dynamic hiding list, as described here. If that doesn't help, try a filesystem check (using dosfsck in Linux or equivalent tools in other OSes). If that doesn't help, try copying (not moving, copying) the centos directory to another name (say, centos2) and rebooting. If it shows up under the new name, try deleting or renaming the original and then renaming the new one to centos.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey guys,
I've installed rEFInd and now I want to do manual entries for my various OS installations.
I have many OS:
Could you please help me to do the manual entries (I think in refind.conf) for all OS installations because I have to many entries with the auto loader.
I think something like this should do?
I don't want to brick my bootloader when I try things on my own :9
Additional question: Is is possible to do two entries for my windows (7 and 8.1) installations or must I use the windows bootloader?
Thanks in advance.
I advise against attempting manual configuration. If rEFInd's OS/loader auto-detection is producing too many entries, it's better to instead hide the ones you don't want to see, as described in the rEFInd documentation:
http://www.rodsbooks.com/refind/configfile.html#hiding
Creating manual boot stanzas is helpful for experts in rare cases, but it's inflexible and tricky. Far too many people get it wrong, either because of a fundamental misunderstanding or because of simple typos. If you don't understand things like kernel options (which your question seems to suggest you don't), then creating manual boot stanzas is not for you. That said, if you want to try, it's covered in the rEFInd documentation:
Hello Roderick,
thanks for your answer.
I'm now working with 'dont_scan_dirs' and 'dont_scan_files'.
Here my two lines:
Boot directory:
The following problems still exists:
* The directory for centos is not exluded and I don't know why
* How to manual fix icons? The icons for kubuntu, elementary, mint and centos are not correct
Thanks again!
Last edit: Christian B 2018-08-09
Several possible reasons for a directory's contents not showing up occur to me:
dont_scan_filesordont_scan_dirs, or accidental use of the hiding feature)I recommend starting with checking for accidental use of one of rEFInd's
dont_scan_*options and checking that you haven't accidentally added the CentOS loader to the dynamic hiding list, as described here. If that doesn't help, try a filesystem check (usingdosfsckin Linux or equivalent tools in other OSes). If that doesn't help, try copying (not moving, copying) thecentosdirectory to another name (say,centos2) and rebooting. If it shows up under the new name, try deleting or renaming the original and then renaming the new one tocentos.