X-Git-Url: https://code.delx.au/refind/blobdiff_plain/cff588e1b33df1c292b3ae11a880e89092221b5f..45819ae8739dea4a9710626b5817313e63b07c1a:/refind.conf-sample diff --git a/refind.conf-sample b/refind.conf-sample index 9d84357..30f62b7 100644 --- a/refind.conf-sample +++ b/refind.conf-sample @@ -59,6 +59,17 @@ timeout 20 # #banner_scale fillscreen +# Icon sizes. All icons are square, so just one value is specified. The +# big icons are used for OS selectors in the first row and the small +# icons are used for tools on the second row. Drive-type badges are 1/4 +# the size of the big icons. Legal values are 32 and above. If the icon +# files do not hold icons of the proper size, the icons are scaled to +# the specified size. The default values are 48 and 128 for small and +# big icons, respectively. +# +#small_icon_size 96 +#big_icon_size 256 + # Custom images for the selection background. There is a big one (144 x 144) # for the OS icons, and a small one (64 x 64) for the function icons in the # second row. If only a small image is given, that one is also used for @@ -146,6 +157,7 @@ timeout 20 # EFI/memtest, EFI/tools/memtest86, or EFI/tools/memtest # gptsync - the (dangerous) gptsync.efi utility (requires external # program; see rEFInd documentation for details) +# gdisk - the gdisk partitioning program # apple_recovery - boots the Apple Recovery HD partition, if present # windows_recovery - boots an OEM Windows recovery tool, if present # (see also the windows_recovery_files option) @@ -158,9 +170,9 @@ timeout 20 # reboot - a tag to reboot the computer # firmware - a tag to reboot the computer into the firmware's # user interface (ignored on older computers) -# Default is shell,memtest,apple_recovery,windows_recovery,mok_tool,about,shutdown,reboot,firmware +# Default is shell,memtest,gdisk,apple_recovery,windows_recovery,mok_tool,about,shutdown,reboot,firmware # -#showtools shell, memtest, mok_tool, about, reboot, exit, firmware +#showtools shell, gdisk, memtest, mok_tool, about, reboot, exit, firmware # Boot loaders that can launch a Windows restore or emergency system. # These tend to be OEM-specific. @@ -195,6 +207,15 @@ timeout 20 # #scanfor internal,external,optical,manual +# By default, rEFInd relies on the UEFI firmware to detect BIOS-mode boot +# devices. This sometimes doesn't detect all the available devices, though. +# For these cases, uefi_deep_legacy_scan results in a forced scan and +# modification of NVRAM variables on each boot. Adding "0", "off", or +# "false" resets to the default value. This token has no effect on Macs or +# when no BIOS-mode options are set via scanfor. +# Default is unset (or "uefi_deep_legacy_scan true") +#uefi_deep_legacy_scan + # Delay for the specified number of seconds before scanning disks. # This can help some users who find that some of their disks # (usually external or optical discs) aren't detected initially, @@ -218,10 +239,13 @@ timeout 20 # #also_scan_dirs boot,ESP2:EFI/linux/kernels -# Partitions to omit from scans. You must specify a volume by its -# label, which you can obtain in an EFI shell by typing "vol", from -# Linux by typing "blkid /dev/{devicename}", or by examining the -# disk's label in various OSes' file browsers. +# Partitions (or whole disks, for legacy-mode boots) to omit from scans. +# For EFI-mode scans, you must specify a volume by its label, which you +# can obtain in an EFI shell by typing "vol", from Linux by typing +# "blkid /dev/{devicename}", or by examining the disk's label in various +# OSes' file browsers. +# For legacy-mode scans, you can specify any subset of the boot loader +# description shown when you highlight the option in rEFInd. # The default is "Recovery HD,LRS_ESP". # #dont_scan_volumes "Recovery HD" @@ -368,7 +392,7 @@ scan_all_linux_kernels # specification. Also note that a leading slash is optional in file # specifications. menuentry Linux { - icon EFI/refind/icons/os_linux.icns + icon EFI/refind/icons/os_linux.png volume KERNELS loader bzImage-3.3.0-rc7 initrd initrd-3.3.0.img @@ -380,7 +404,7 @@ menuentry Linux { # its GRUB 2 boot loader. Note uses of Linux-style forward slashes menuentry Ubuntu { loader /EFI/ubuntu/grubx64.efi - icon /EFI/refined/icons/os_linux.icns + icon /EFI/refined/icons/os_linux.png disabled } @@ -405,7 +429,7 @@ menuentry "Windows 7" { # could initialize hardware and then launch an OS, or it could # do something entirely different. menuentry "Windows via shell script" { - icon \EFI\refind\icons\os_win.icns + icon \EFI\refind\icons\os_win.png loader \EFI\tools\shell.efi options "fs0:\EFI\tools\launch_windows.nsh" disabled @@ -418,7 +442,7 @@ menuentry "Windows via shell script" { # certainly need to change the "volume" line for this example # to work. menuentry "My Mac OS X" { - icon \EFI\refind\icons\os_mac.icns + icon \EFI\refind\icons\os_mac.png volume "OS X boot" loader \System\Library\CoreServices\boot.efi disabled