X-Git-Url: https://code.delx.au/refind/blobdiff_plain/2f0e524a93415ad4a3128320dfc043841c3a0da8..d1d63224eeaab8776388afd97452e2e9a5a57f8d:/refind.conf-sample diff --git a/refind.conf-sample b/refind.conf-sample index 615a357..abab655 100644 --- a/refind.conf-sample +++ b/refind.conf-sample @@ -134,6 +134,7 @@ timeout 20 # Default is "0 0" (use the system default resolution, usually 800x600). # #resolution 1024 768 +#resolution 1440 900 #resolution 3 # Launch specified OSes in graphics mode. By default, rEFInd switches @@ -335,7 +336,8 @@ timeout 20 # - A "+" symbol at the start of the string, which refers to the most # recently booted loader. # - Any substring that corresponds to a portion of the loader's title -# (usually the OS's name or boot loader's path). +# (usually the OS's name, boot loader's path, or a volume or +# filesystem title). # You may also specify multiple selectors by separating them with commas # and enclosing the list in quotes. (The "+" option is only meaningful in # this context.) @@ -422,35 +424,35 @@ timeout 20 # of an initial RAM disk. Note uses of Linux-style forward slashes. # Also note that a leading slash is optional in file specifications. menuentry Linux { - icon EFI/refind/icons/os_linux.png - volume 904404F8-B481-440C-A1E3-11A5A954E601 - loader bzImage-3.3.0-rc7 - initrd initrd-3.3.0.img - options "ro root=UUID=5f96cafa-e0a7-4057-b18f-fa709db5b837" - disabled + icon EFI/refind/icons/os_linux.png + volume 904404F8-B481-440C-A1E3-11A5A954E601 + loader bzImage-3.3.0-rc7 + initrd initrd-3.3.0.img + options "ro root=UUID=5f96cafa-e0a7-4057-b18f-fa709db5b837" + disabled } # A sample entry for loading Ubuntu using its standard name for # its GRUB 2 boot loader. Note uses of Linux-style forward slashes menuentry Ubuntu { - loader /EFI/ubuntu/grubx64.efi - icon /EFI/refind/icons/os_linux.png - disabled + loader /EFI/ubuntu/grubx64.efi + icon /EFI/refind/icons/os_linux.png + disabled } # A minimal ELILO entry, which probably offers nothing that # auto-detection can't accomplish. menuentry "ELILO" { - loader \EFI\elilo\elilo.efi - disabled + loader \EFI\elilo\elilo.efi + disabled } # Like the ELILO entry, this one offers nothing that auto-detection # can't do; but you might use it if you want to disable auto-detection # but still boot Windows.... menuentry "Windows 7" { - loader \EFI\Microsoft\Boot\bootmgfw.efi - disabled + loader \EFI\Microsoft\Boot\bootmgfw.efi + disabled } # EFI shells are programs just like boot loaders, and can be @@ -459,10 +461,10 @@ 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.png - loader \EFI\tools\shell.efi - options "fs0:\EFI\tools\launch_windows.nsh" - disabled + icon \EFI\refind\icons\os_win.png + loader \EFI\tools\shell.efi + options "fs0:\EFI\tools\launch_windows.nsh" + disabled } # Mac OS is normally detected and run automatically; however, @@ -472,8 +474,8 @@ 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.png - volume "OS X boot" - loader \System\Library\CoreServices\boot.efi - disabled + icon \EFI\refind\icons\os_mac.png + volume "OS X boot" + loader \System\Library\CoreServices\boot.efi + disabled }