无忧启动论坛

标题: refind 引导工具时隔两年后迎来 0.12.0 更新 [打印本页]

作者: hhh333    时间: 2020-3-24 08:47
标题: refind 引导工具时隔两年后迎来 0.12.0 更新
本帖最后由 hhh333 于 2020-3-24 10:09 编辑

下载地址https://sourceforge.net/projects/refind/files/
前面版本启动slitaz好像有问题,这次可以了。
这个工具最强大的地方就是可以搜索所有可以EFI启动的物件。

前面这些就是它自动搜出来的启动器,后面才是自己写的菜单,新版本增加了顺序调节功能。感觉这个基本不需要自己写菜单。以下是我写的菜单:
#
# refind.conf
# Configuration file for the rEFInd boot menu
#

timeout 20

#screensaver 300

hideui editor
#hideui singleuser
#hideui all

icons_dir \EFI\refind\icons

#banner hostname.bmp
#banner mybanner.jpg

#selection_big   selection-big.bmp
#selection_small selection-small.bmp

#font myfont.png

#textonly

#textmode 2

#resolution 1024 768
#resolution 1440 900
#resolution 3
enable_touch
enable_mouse
#use_graphics_for osx,linux

showtools shell, bootorder, gdisk, memtest, mok_tool, apple_recovery, windows_recovery, about, hidden_tags, reboot, exit, firmware, fwupdate

scan_driver_dirs \EFI\refind\drivers_x64, \EFI\refind\drivers_ia32

scanfor internal,external,optical,manual

#scan_delay 5

#also_scan_dirs boot,ESP2:EFI/linux/kernels

#dont_scan_volumes "Recovery HD"

#dont_scan_dirs ESP:/EFI/boot,EFI/Dell,EFI/memtest86

#dont_scan_files shim.efi,MokManager.efi

scan_all_linux_kernels false

#fold_linux_kernels false
#extra_kernel_version_strings linux-lts,linux
#max_tags 0

#default_selection 1

#include manual.conf

menuentry "Windows 8/81/10 PE EFI64" {
icon \EFI\refind\icons\os_win8.png
loader \EFI\boot\msbootx64.efi
}

menuentry "Slitaz Linux EFI64" {
icon \EFI\refind\icons\slitaz.png
loader \EFI\boot\bzbootx64.efi
#disabled
}

menuentry "MemTest 7.4 EFI64" {
icon \EFI\refind\icons\tool_fwupdate.png
loader \EFI\boot\membootx64.EFI
}

menuentry "KonBootX64 2.5" {
icon \EFI\refind\icons\os_gentoo.png
loader \EFI\boot\KonBootx64.efi
}

menuentry "EFI Shell 64" {
icon \EFI\refind\icons\os_mandriva.png
loader \EFI\boot\shellx64.efi
}

menuentry "To Grub2 EFI64" {
icon \EFI\refind\icons\os_lubuntu.png
loader \EFI\boot\g2bootx64.efi
}

menuentry "To Xorboot EFI64" {
icon \EFI\refind\icons\os_debian.png
loader \EFI\boot\xorbootx64.efi
}

menuentry "Windows 8/81/10 PE EFI32" {
icon \EFI\refind\icons\os_win.png
loader \EFI\boot\msbootia32.efi
}

menuentry "Slitaz Linux EFI32" {
icon \EFI\refind\icons\slitaz.png
loader \EFI\boot\bzbootia32.efi
disabled
}

menuentry "MemTest 7.4 EFI32" {
icon \EFI\refind\icons\tool_memtest.png
loader \EFI\boot\membootia32.EFI
}

menuentry "KonBootX32 2.5" {
icon \EFI\refind\icons\os_lubuntu.png
loader \EFI\boot\KonBootia32.efi
}

menuentry "EFI Shell 32" {
icon \EFI\refind\icons\os_mandriva.png
loader \EFI\boot\shellia32.efi
}

menuentry "To Grub2 EFI32" {
icon \EFI\refind\icons\os_lubuntu.png
loader \EFI\boot\g2bootx32.efi
}

menuentry "To Xorboot EFI32" {
icon \EFI\refind\icons\os_debian.png
loader \EFI\boot\xorbootx32.efi
}

menuentry "Windows 8/81/10 EFI64" {
icon os_win8.png
loader \EFI\microsoft\boot\bootmgfw.efi
disabled
}

menuentry "Linux" {
icon os_linux.icns
volume KERNELS
loader bzImage-3.3.0-rc7
initrd initrd-3.3.0.img
options "ro root=UUID=5f96cafa-e0a7-4057-b18f-fa709db5b837"
disabled
}

menuentry "My Mac OS X" {
icon os_mac.icns
volume "OS X boot"
loader \System\Library\CoreServices\boot.efi
disabled
}

也有两个疑问:
1、定义了icons_dir \EFI\refind\icons,但菜单中图标还是要写路径,否则找不到;
2、好像不能用变量,32位与64位不知道如何区别显示,而其本身是可以区分32位和64位引导的

作者: renchmin    时间: 2020-3-24 08:48
这个refind 引导工具终于更新了,值得收藏备用了
作者: 窄口牛    时间: 2020-3-24 08:58
我也说一强势在于它用的是开源的驱动,四叶草不是。句
作者: 826773297    时间: 2020-3-24 09:02
很好用的一个引导工具
作者: wintoflash    时间: 2020-3-24 09:33
好像不能用变量,32位与64位不知道如何区别显示,而其本身是可以区分32位和64位引导的

不支持变量。
作者: 2012andyle113    时间: 2020-3-24 09:39
早就有收藏,但是自己不用EFI,能用传统的就用传统的
作者: 吉毛桃    时间: 2020-3-24 09:40
这个好,可以自动呀,强,支持。
作者: 窄口牛    时间: 2020-3-24 09:44
linux可以直接写菜单引导,不必要用efi。
作者: wintoflash    时间: 2020-3-24 09:48
看到 rEFInd 的源码里面还有 RamDiskDxe 相关的内容,但是没有任何相关的说明,有点奇怪。

另外就是似乎 rEFInd 支持鼠标和触屏?

作者: hhh333    时间: 2020-3-24 10:08
wintoflash 发表于 2020-3-24 09:48
看到 rEFInd 的源码里面还有 RamDiskDxe 相关的内容,但是没有任何相关的说明,有点奇怪。

另外就是似乎 ...

鼠标似乎不太好使
作者: 窄口牛    时间: 2020-3-24 12:33
是的,某些机器可以触控。
作者: linuxdisk    时间: 2020-3-24 16:24
感谢分享!!
作者: cbl    时间: 2020-3-24 18:25
黄老师的帖子必须顶一下
作者: 2010lakebaykal    时间: 2020-7-23 23:22
哈哈哈,终于找到了
作者: 825888682    时间: 2020-8-9 13:01
大神为何从来不发pe成品?
作者: gzsdbb    时间: 2020-10-5 17:26
825888682 发表于 2020-8-9 13:01
大神为何从来不发pe成品?

http://wuyou.net/forum.php?mod=viewthread&tid=370573
这不是??
作者: tdqk003    时间: 2020-10-14 11:27
安全引导怎么过的
作者: 2013mqqdg    时间: 2021-4-29 01:27
图形显示启动项比字符形式更形象,小白也基本能分辨清了
作者: johnbtim    时间: 2021-4-29 02:59
提示: 作者被禁止或删除 内容自动屏蔽
作者: llnm    时间: 2022-5-30 15:07
谢谢分享




欢迎光临 无忧启动论坛 (http://wuyou.net/) Powered by Discuz! X3.3