Difference between revisions of "User:Hd scania/My rEFInd examples"
From GhostBSD Wiki
(Created page with "==My screenshots== ## https://postimg.cc/gallery/D0yRyrn ## https://postimg.cc/gallery/mCRwXPJ ==My <code>refind.conf</code>== <nowiki>timeout 0 hideui singleuser banner dek...") |
m (→My refind.conf) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
==My screenshots== | ==My screenshots== | ||
− | + | <gallery> | |
− | + | File:Poor.weather.rEFInd.091520.A.png|With the OS icons, with Artix Linux and PCLinuxOS too | |
+ | File:Poor.weather.rEFInd.091520.B.png|The info for the latest version of rEFInd (up to September 15 2020) | ||
+ | </gallery> | ||
+ | * More: | ||
+ | #https://postimg.cc/gallery/D0yRyrn | ||
+ | #https://postimg.cc/gallery/mCRwXPJ | ||
+ | #https://postimg.cc/gallery/329qSyT | ||
+ | #https://postimg.cc/gallery/1gq95p0 | ||
+ | #https://postimg.cc/gallery/R6RZJyG | ||
+ | #https://postimg.cc/gallery/8V95vLN | ||
==My <code>refind.conf</code>== | ==My <code>refind.conf</code>== | ||
− | + | timeout 0 | |
+ | hideui singleuser | ||
+ | banner deku.costume.smiling.png | ||
+ | banner_scale fillscreen | ||
+ | small_icon_size 64 | ||
+ | big_icon_size 144 | ||
+ | selection_big icons/os_LoveSalem.png | ||
+ | selection_small icons/os_LoveSalem.png | ||
+ | font fonts/ubuntu-mono-16.png | ||
+ | resolution 1920 1080 | ||
+ | use_graphics_for grub,linux | ||
+ | showtools memtest,about,reboot | ||
+ | scanfor internal,external,optical | ||
+ | uefi_deep_legacy_scan | ||
+ | scan_delay 0 | ||
+ | also_scan_dirs boot,ESP2:EFI/linux/kernels,subvolume/boot | ||
+ | scan_all_linux_kernels 1 | ||
+ | fold_linux_kernels true | ||
− | + | menuentry GhostBSD { | |
− | + | icon EFI/refind/icons/os_GhostBSD.png | |
− | + | loader EFI/GhostBSD/bootamd64-GhostBSD.efi | |
− | + | options rw | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | menuentry | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | + |
Latest revision as of 22:34, 1 November 2020
My screenshots[edit]
- More:
- https://postimg.cc/gallery/D0yRyrn
- https://postimg.cc/gallery/mCRwXPJ
- https://postimg.cc/gallery/329qSyT
- https://postimg.cc/gallery/1gq95p0
- https://postimg.cc/gallery/R6RZJyG
- https://postimg.cc/gallery/8V95vLN
My refind.conf
[edit]
timeout 0 hideui singleuser banner deku.costume.smiling.png banner_scale fillscreen small_icon_size 64 big_icon_size 144 selection_big icons/os_LoveSalem.png selection_small icons/os_LoveSalem.png font fonts/ubuntu-mono-16.png resolution 1920 1080 use_graphics_for grub,linux showtools memtest,about,reboot scanfor internal,external,optical uefi_deep_legacy_scan scan_delay 0 also_scan_dirs boot,ESP2:EFI/linux/kernels,subvolume/boot scan_all_linux_kernels 1 fold_linux_kernels true
menuentry GhostBSD { icon EFI/refind/icons/os_GhostBSD.png loader EFI/GhostBSD/bootamd64-GhostBSD.efi options rw }