|
#
# refind.conf
# Configuration file for the rEFInd boot menu
#
timeout 60
dont_scan_dirs /EFI/Microsoft/Boot,/EFI/Boot,/EFI/ubuntu,/EFI/UOS,/EFI/PhoenixOS,/EFI/PhoenixOS/boot,/EFI/fydeos,/EFI/CLOVER,/EFI/kylin,/EFI/opensuse,/EFI/centos,/EFI/redflag,/EFI/RedFlag_Linux_Desktop_V11.0
#dont_scan_files
scan_all_linux_kernels false
#fold_linux_kernels false
default_selection 1
include themes/rEFInd-minimal/theme.conf
menuentry "CentOS(grub)" {
icon /EFI/refind/icons/os_centos.png
loader /EFI/centos/grubx64.efi
}
menuentry "vdisk" {
icon /EFI/refind/icons/os_linux.png
loader /EFI/vdiskchain
options="vdisk=/myvdisk/centos7.vdi.vtoy"
vdiskchain 文件我是放在/boot/efi/EFI/
centos7.vdi.vtoy 放在/目录下的。 |
|