關於refind.conf檔案所有選項及參數的詳細說明
timeout 設定預設時間20s,時間到後進入預設作業系統。 0表示一直等待選擇
screensaver 設定在進入引導前的屏保時間,通常不啟用(加#注釋掉即可)
hideui 隱藏介面功能選項,可以隱藏的選項有
banner eEFInd標識圖 ->自己決定
label 每個標籤的文字描述以及timeout設定的倒數計時器 ->自己決定
singleuser 蘋果系統子功能表中單使用者選項 ->不需要顯示
safemode 蘋果系統子功能表中安全模式選項 ->不需要顯示
hwtest Mac硬體測試選項 ->不需要顯示
arrows 無法顯示所有的引導菜單時的左右指示箭頭 ->不需要顯示
hints 基本按鍵的簡要說明 ->自己決定
editor 選項編輯器 ->自己決定
or all 隱藏所有選項
icons_dir 指定自訂表徵圖目錄
banner
selection_big
selection_small
showtools
shell, memtest, gptsync, apple_recovery, mok_tool, about, exit, shutdown, reboot, and firmware
font
textonly
textmode
resolution
use_graphics_for
scan_driver_dirs
scanfor
scan_delay
also_scan_dirs
dont_scan_volumes or don't_scan_volumes
dont_scan_dirs or don't_scan_dirs
dont_scan_files or don't_scan_files
scan_all_linux_kernels
max_tags
default_selection
include
建立作業系統參數說明
menuentry
loader
initrd
icon
ostype
graphics
options
disabled
submenuentry
整個設定檔樣本:
# Sample refind.conf file
timeout 5
banner custom.bmp
scan_driver_dirs drivers,EFI/tools/drivers
scanfor manual,external,optical
default_selection elilo
menuentry "CentOS 6.5" {
icon /EFI/tools/cons/os_centos.icns
loader /EFI/RedHat/grubx64.efi
}
menuentry "Windows 8.1" {
icon \EFI\tools\cons\os_win8.1.icns
loader \EFI\windows\bootmgfw.efi
}
【rEFInd啟動管理器簡介】rEFInd Boot Manager
- Mircosofot Boot Manager 是windows引導程式
- grub、grub2、lilo 是linux下的引導程式
- refit 是MAC系統的引導程式
rEFInd 是一個第三方啟動管理器,並不是引導載入程式,主要用於載入作業系統核心和關閉電腦
本文永久更新連結地址: