|
小弟想再 UEFI 擴充更多功能 純 UEFI BCD太單調了....
請問版大refind.conf 之下
\efi\Boot\windows.efi
.EFI 要怎樣製作 需要其他軟體來編輯嗎?
timeout 30
default_selection 1
hideui editor
banner icons\back.png
#font myfont.png
resolution 1024 768
#resolution 3
#use_graphics_for windows,grub
#scanfor internal,external,optical,manual
scanfor internal,manual
showtools reboot, shutdown, shell
menuentry "Windows loader manager" {
icon \EFI\boot\icons\os_win1.icns
loader \efi\Boot\windows.efi
}
menuentry "Acronis True Image Home 2014" {
icon \EFI\boot\icons\atih2014.icns
loader \EFI\boot\atih2014.efi
}
menuentry "Acronis Backup & Recovery Advanced 11.5" {
icon \EFI\boot\icons\abr115.icns
loader \EFI\boot\abr115.efi
}
menuentry "Clonezilla live" {
icon \EFI\boot\icons\Clonezilla.icns
loader \EFI\boot\Clonezilla.efi
}
menuentry "Kon-Boot" {
icon \EFI\boot\icons\KonBoot.icns
loader \EFI\boot\KonBoot.efi
}
menuentry "memtest86" {
icon \EFI\boot\icons\memtest.icns
loader \EFI\boot\memtestx64.efi
}
|
|