Skip to content

Add LoongArch64 edk2-stable202602 CI, loong64 cross-architecture Debian artifact build, and modernize rEFInd for current EDK2 toolchains#1

Merged
elysia-best merged 25 commits into
dev-la64/masterfrom
copilot/setup-ci-for-refind-loongarch
Apr 20, 2026
Merged

Add LoongArch64 edk2-stable202602 CI, loong64 cross-architecture Debian artifact build, and modernize rEFInd for current EDK2 toolchains#1
elysia-best merged 25 commits into
dev-la64/masterfrom
copilot/setup-ci-for-refind-loongarch

Conversation

Copilot AI commented Apr 20, 2026

Copy link
Copy Markdown
Contributor
  • 定位当前 LoongArch64 CI 中的 deb 构建与产物上传步骤
  • 确认仓库现有官方压缩包布局来源(mkdistrib)
  • 移除 workflow 中的 deb 构建与 deb 产物上传
  • 在 workflow 中新增按官方目录结构生成 zip 的打包步骤
  • 上传最终 zip 产物(命名与目录格式对齐官方)
  • 运行最小化校验(workflow 语法与关键命令检查)
  • 消除对 Debian changelog 的版本依赖并补充驱动文件存在性检查
  • 调整许可证匹配模式并拆分复制命令以提升可维护性
  • 增加版本格式校验并优化错误提示
  • 将关键校验改为更通用的 shell 写法

Copilot AI and others added 8 commits April 20, 2026 06:49
Agent-Logs-Url: https://github.com/multiarchstore/refind/sessions/856f13ec-c642-4ec7-98b3-ddc6e5416322

Co-authored-by: elysia-best <39023210+elysia-best@users.noreply.github.com>
Agent-Logs-Url: https://github.com/multiarchstore/refind/sessions/856f13ec-c642-4ec7-98b3-ddc6e5416322

Co-authored-by: elysia-best <39023210+elysia-best@users.noreply.github.com>
Agent-Logs-Url: https://github.com/multiarchstore/refind/sessions/856f13ec-c642-4ec7-98b3-ddc6e5416322

Co-authored-by: elysia-best <39023210+elysia-best@users.noreply.github.com>
@elysia-best

Copy link
Copy Markdown
Contributor

@copilot 精简掉构造过程中没用到的步骤,合并部分步骤,如checkout自带了submodule支持,最后,打包一个loong64架构的deb,一并上传到构建产出

Copilot AI and others added 2 commits April 20, 2026 10:34

Copilot AI commented Apr 20, 2026

Copy link
Copy Markdown
Contributor Author

@copilot 精简掉构造过程中没用到的步骤,合并部分步骤,如checkout自带了submodule支持,最后,打包一个loong64架构的deb,一并上传到构建产出

已按建议完成:1) 精简并合并了工作流步骤;2) edk2 checkout 改为使用 submodules: recursive,去掉了手动 submodule update;3) 新增 loong64 容器内 Debian 打包并上传 .deb/.changes/.buildinfo 构建产物。对应提交:00582e6(并包含前置改动 ae9939a)。

Copilot AI changed the title Add LoongArch64 edk2-stable202602 CI and modernize rEFInd for current EDK2 toolchains Add LoongArch64 edk2-stable202602 CI, loong64 Debian artifact build, and modernize rEFInd for current EDK2 toolchains Apr 20, 2026
Copilot AI requested a review from elysia-best April 20, 2026 10:37
@elysia-best

Copy link
Copy Markdown
Contributor

@copilot pr checks failed.

make MAKEWITH=GNUEFI -C libeg
make[3]: Entering directory '/tmp/refind-loong64/libeg'
loongarch64-unknown-linux-gnu-gcc -Os -fno-strict-aliasing -fno-tree-loop-distribute-patterns -fno-stack-protector -fshort-wchar -Wall -Wa,-mno-relax -fno-merge-constants -ffreestanding -DEFILOONGARCH64 -fno-stack-check -fpic -I/usr/include/efi -I/usr/include/efi/loongarch64 -I/usr/include/efi/protocol -I../include -I../refind -I../libeg -I../mok -I../gzip -DEFILOONGARCH64 -I. -I./../include \
      -D__MAKEWITH_GNUEFI -c nanojpeg.c -o nanojpeg.o
make[3]: loongarch64-unknown-linux-gnu-gcc: No such file or directory
make[3]: *** [../Make.common:213: nanojpeg.o] Error 127
make[3]: Leaving directory '/tmp/refind-loong64/libeg'
make[2]: *** [Makefile:87: gnuefi] Error 2
make[2]: Leaving directory '/tmp/refind-loong64'
dh_auto_build: error: make -j1 gnuefi ARCH=loongarch64 returned exit code 2
make[1]: *** [debian/rules:38: override_dh_auto_build] Error 255
make[1]: Leaving directory '/tmp/refind-loong64'
make: *** [debian/rules:31: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
Error: Process completed with exit code 2.

Fix it

Copilot AI commented Apr 20, 2026

Copy link
Copy Markdown
Contributor Author

@copilot pr checks failed.

...

已修复该失败:在 debian/rules 中对 loong64 构建显式传入空的 LOONGARCH64_CROSS_PREFIX,使打包流程使用容器内原生 gcc,不再调用不存在的 loongarch64-unknown-linux-gnu-gcc。对应提交:d696b57。本次无 UI 变更。

@elysia-best

Copy link
Copy Markdown
Contributor

@copilot 1.解决以下问题:

legacy.c:395:3: warning: implicit declaration of function 'UnicodeStrToAsciiStrS'; did you mean 'UnicodeStrToAsciiStr'? [-Wimplicit-function-declaration]
  395 |   UnicodeStrToAsciiStrS (BootDesc, HelpString, sizeof (HelpString));
      |   ^~~~~~~~~~~~~~~~~~~~~
      |   UnicodeStrToAsciiStr

  1. deb包无需在qemu docker中编译,直接跨架构打包就好,其包含内容类似
$ dpkg -c refind_0.14.2-1_amd64.deb 
drwxr-xr-x root/root         0 2024-04-07 04:30 ./
drwxr-xr-x root/root         0 2024-04-07 04:30 ./etc/
drwxr-xr-x root/root         0 2024-04-07 04:30 ./etc/refind.d/
drwxr-xr-x root/root         0 2024-04-07 04:30 ./etc/refind.d/keys/
-rw-r--r-- root/root      4064 2024-01-29 02:51 ./etc/refind.d/keys/README.txt
-rw-r--r-- root/root      1257 2024-01-29 02:51 ./etc/refind.d/keys/SLES-UEFI-CA-Certificate.cer
-rw-r--r-- root/root      1757 2024-01-29 02:51 ./etc/refind.d/keys/SLES-UEFI-CA-Certificate.crt
-rw-r--r-- root/root       767 2024-01-29 02:51 ./etc/refind.d/keys/altlinux.cer
-rw-r--r-- root/root      1080 2024-01-29 02:51 ./etc/refind.d/keys/canonical-uefi-ca.cer
-rw-r--r-- root/root      1517 2024-01-29 02:51 ./etc/refind.d/keys/canonical-uefi-ca.crt
-rw-r--r-- root/root       914 2024-01-29 02:51 ./etc/refind.d/keys/centossecureboot201.cer
-rw-r--r-- root/root      4524 2024-01-29 02:51 ./etc/refind.d/keys/centossecureboot201.crt
-rw-r--r-- root/root       870 2024-01-29 02:51 ./etc/refind.d/keys/centossecurebootca2.cer
-rw-r--r-- root/root      1233 2024-01-29 02:51 ./etc/refind.d/keys/centossecurebootca2.crt
-rw-r--r-- root/root       930 2024-01-29 02:51 ./etc/refind.d/keys/debian.cer
-rw-r--r-- root/root       876 2024-01-29 02:51 ./etc/refind.d/keys/fedora-ca.cer
-rw-r--r-- root/root      1241 2024-01-29 02:51 ./etc/refind.d/keys/fedora-ca.crt
-rw-r--r-- root/root      1516 2024-01-29 02:51 ./etc/refind.d/keys/microsoft-kekca-public.cer
-rw-r--r-- root/root      1499 2024-01-29 02:51 ./etc/refind.d/keys/microsoft-pca-public.cer
-rw-r--r-- root/root      1556 2024-01-29 02:51 ./etc/refind.d/keys/microsoft-uefica-public.cer
-rw-r--r-- root/root      2163 2021-02-22 05:40 ./etc/refind.d/keys/microsoft-uefica-public.crt
-rw-r--r-- root/root      1656 2024-01-29 02:51 ./etc/refind.d/keys/openSUSE-UEFI-CA-Certificate-4096.cer
-rw-r--r-- root/root      2297 2024-01-29 02:51 ./etc/refind.d/keys/openSUSE-UEFI-CA-Certificate-4096.crt
-rw-r--r-- root/root      1144 2024-01-29 02:51 ./etc/refind.d/keys/openSUSE-UEFI-CA-Certificate.cer
-rw-r--r-- root/root      1606 2024-01-29 02:51 ./etc/refind.d/keys/openSUSE-UEFI-CA-Certificate.crt
-rw-r--r-- root/root       829 2024-01-29 02:51 ./etc/refind.d/keys/redhatsecureboot003.cer
-rw-r--r-- root/root      1180 2024-01-29 02:51 ./etc/refind.d/keys/redhatsecureboot003.crt
-rw-r--r-- root/root       978 2024-01-29 02:51 ./etc/refind.d/keys/redhatsecureboot401.cer
-rw-r--r-- root/root      1379 2024-01-29 02:51 ./etc/refind.d/keys/redhatsecureboot401.crt
-rw-r--r-- root/root       872 2024-01-29 02:51 ./etc/refind.d/keys/redhatsecurebootca2.cer
-rw-r--r-- root/root      1237 2024-01-29 02:51 ./etc/refind.d/keys/redhatsecurebootca2.crt
-rw-r--r-- root/root       934 2024-01-29 02:51 ./etc/refind.d/keys/redhatsecurebootca4.cer
-rw-r--r-- root/root      1322 2024-01-29 02:51 ./etc/refind.d/keys/redhatsecurebootca4.crt
-rw-r--r-- root/root       831 2024-01-29 02:51 ./etc/refind.d/keys/refind.cer
-rw-r--r-- root/root      1180 2024-01-29 02:51 ./etc/refind.d/keys/refind.crt
drwxr-xr-x root/root         0 2024-04-07 04:30 ./usr/
drwxr-xr-x root/root         0 2024-04-07 04:30 ./usr/sbin/
-rwxr-xr-x root/root      2435 2024-01-29 02:51 ./usr/sbin/mkrlconf
-rwxr-xr-x root/root     10378 2024-01-29 02:51 ./usr/sbin/mvrefind
-rwxr-xr-x root/root      7174 2024-01-29 02:51 ./usr/sbin/refind-mkdefault
-rwxr-xr-x root/root     22502 2024-04-01 04:21 ./usr/sbin/refind-sb-healthcheck
drwxr-xr-x root/root         0 2024-04-07 04:30 ./usr/share/
drwxr-xr-x root/root         0 2024-04-07 04:30 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-04-07 04:30 ./usr/share/doc/refind/
-rw-r--r-- root/root       187 2024-04-07 04:30 ./usr/share/doc/refind/changelog.Debian.gz
-rw-r--r-- root/root      1443 2024-04-07 04:30 ./usr/share/doc/refind/copyright
drwxr-xr-x root/root         0 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/
-rw-r--r-- root/root     12130 2024-01-29 02:51 ./usr/share/doc/refind-0.14.2/COPYING.txt.gz
-rw-r--r-- root/root      2414 2024-01-29 02:51 ./usr/share/doc/refind-0.14.2/CREDITS.txt.gz
-rw-r--r-- root/root      2204 2024-01-29 02:51 ./usr/share/doc/refind-0.14.2/LICENSE.txt
-rw-r--r-- root/root     42574 2024-04-07 04:22 ./usr/share/doc/refind-0.14.2/NEWS.txt.gz
-rw-r--r-- root/root      4085 2024-01-29 02:51 ./usr/share/doc/refind-0.14.2/README.txt
drwxr-xr-x root/root         0 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/Styles/
-rw-r--r-- root/root      1450 2024-01-29 02:51 ./usr/share/doc/refind-0.14.2/Styles/styles.css
drwxr-xr-x root/root         0 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/
-rw-r--r-- root/root      8039 2024-01-29 02:51 ./usr/share/doc/refind-0.14.2/refind/FDL-1.3.txt.gz
-rw-r--r-- root/root      1667 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/HashTool1.png
-rw-r--r-- root/root      2629 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/HashTool2.png
-rw-r--r-- root/root     27758 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/MokManager2.png
-rw-r--r-- root/root     66474 2024-01-29 02:51 ./usr/share/doc/refind-0.14.2/refind/about.png
-rw-r--r-- root/root     71471 2024-01-29 02:51 ./usr/share/doc/refind-0.14.2/refind/about.svg
-rw-r--r-- root/root    241341 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/ambience.png
-rw-r--r-- root/root     30136 2024-01-29 02:51 ./usr/share/doc/refind-0.14.2/refind/asus-bootmanager.jpg
-rw-r--r-- root/root     99730 2024-01-29 02:51 ./usr/share/doc/refind-0.14.2/refind/asus-bootorder.jpg
-rw-r--r-- root/root     29095 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/automatic-submenu.png
-rw-r--r-- root/root     60983 2024-04-07 03:58 ./usr/share/doc/refind-0.14.2/refind/bootcoup.html
-rw-r--r-- root/root     19382 2024-04-07 03:58 ./usr/share/doc/refind-0.14.2/refind/bootmode.html
-rw-r--r-- root/root     25634 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/bootorder.png
-rw-r--r-- root/root    103677 2024-04-07 03:58 ./usr/share/doc/refind-0.14.2/refind/configfile.html
-rw-r--r-- root/root      3023 2024-01-29 02:51 ./usr/share/doc/refind-0.14.2/refind/donate.png
-rw-r--r-- root/root      4120 2024-01-29 02:51 ./usr/share/doc/refind-0.14.2/refind/donate.svg
-rw-r--r-- root/root     37772 2024-04-07 03:58 ./usr/share/doc/refind-0.14.2/refind/drivers.html
-rw-r--r-- root/root     40805 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/easyuefi.png
-rw-r--r-- root/root      1667 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/editor.png
-rw-r--r-- root/root     18409 2024-04-07 03:57 ./usr/share/doc/refind-0.14.2/refind/features.html
-rw-r--r-- root/root      9691 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/firmware-badge.png
-rw-r--r-- root/root      1181 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/func_bootorder.png
-rw-r--r-- root/root      1730 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/func_csr_rotate.png
-rw-r--r-- root/root      1427 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/func_install.png
-rw-r--r-- root/root     19115 2024-04-07 03:59 ./usr/share/doc/refind-0.14.2/refind/getting.html
-rw-r--r-- root/root    504306 2024-01-29 02:51 ./usr/share/doc/refind-0.14.2/refind/hi-theme.png
-rw-r--r-- root/root     19989 2024-04-07 03:57 ./usr/share/doc/refind-0.14.2/refind/index.html
-rw-r--r-- root/root     19101 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/install.png
-rw-r--r-- root/root    100161 2024-04-07 03:59 ./usr/share/doc/refind-0.14.2/refind/installing.html
-rw-r--r-- root/root     41533 2024-04-07 03:55 ./usr/share/doc/refind-0.14.2/refind/linux.html
-rw-r--r-- root/root     36645 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/mac-theme.png
-rw-r--r-- root/root     16140 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/manual-submenu.png
-rw-r--r-- root/root      3175 2024-04-07 04:29 ./usr/share/doc/refind-0.14.2/refind/mkrlconf.html
-rw-r--r-- root/root     29983 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/msinfo32.png
-rw-r--r-- root/root      4930 2024-04-07 04:29 ./usr/share/doc/refind-0.14.2/refind/mvrefind.html
-rw-r--r-- root/root      4114 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/os_legacy.png
-rw-r--r-- root/root     61566 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/papirus-theme.png
-rw-r--r-- root/root     20772 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/rEFInd-Metro.png
-rw-r--r-- root/root    369782 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/refind-background-snowy.png
-rw-r--r-- root/root    690377 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/refind-background.png
-rw-r--r-- root/root     15695 2024-04-07 04:29 ./usr/share/doc/refind-0.14.2/refind/refind-install.html
-rw-r--r-- root/root      6361 2024-04-07 04:29 ./usr/share/doc/refind-0.14.2/refind/refind-mkdefault.html
-rw-r--r-- root/root     85526 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/refind.png
-rw-r--r-- root/root    128853 2024-04-07 04:27 ./usr/share/doc/refind-0.14.2/refind/revisions.html
-rw-r--r-- root/root     65643 2024-04-07 03:54 ./usr/share/doc/refind-0.14.2/refind/secureboot.html
-rw-r--r-- root/root     29442 2024-04-07 03:54 ./usr/share/doc/refind-0.14.2/refind/sip.html
-rw-r--r-- root/root     53649 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/startup-disk.png
-rw-r--r-- root/root     23991 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/submenu.png
-rw-r--r-- root/root     32227 2024-04-07 03:53 ./usr/share/doc/refind-0.14.2/refind/themes.html
-rw-r--r-- root/root     21979 2024-04-07 03:53 ./usr/share/doc/refind-0.14.2/refind/todo.html
-rw-r--r-- root/root     20556 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/tux-refind-theme.png
-rw-r--r-- root/root     31137 2024-04-07 03:53 ./usr/share/doc/refind-0.14.2/refind/using.html
-rw-r--r-- root/root     36284 2024-04-07 04:30 ./usr/share/doc/refind-0.14.2/refind/windows-gpt.png
-rw-r--r-- root/root       265 2021-02-22 05:40 ./usr/share/doc/refind-0.14.2/refind/windows8-on-mac-efi.txt
-rw-r--r-- root/root     11833 2024-04-07 03:52 ./usr/share/doc/refind-0.14.2/refind/yosemite.html
drwxr-xr-x root/root         0 2024-04-07 04:30 ./usr/share/man/
drwxr-xr-x root/root         0 2024-04-07 04:30 ./usr/share/man/man8/
-rw-r--r-- root/root      1044 2024-04-07 04:30 ./usr/share/man/man8/mkrlconf.8.gz
-rw-r--r-- root/root      1637 2024-04-07 04:30 ./usr/share/man/man8/mvrefind.8.gz
-rw-r--r-- root/root      5516 2024-04-07 04:30 ./usr/share/man/man8/refind-install.8.gz
-rw-r--r-- root/root      2008 2024-04-07 04:30 ./usr/share/man/man8/refind-mkdefault.8.gz
-rw-r--r-- root/root      2214 2024-04-07 04:30 ./usr/share/man/man8/refind-sb-healthcheck.8.gz
drwxr-xr-x root/root         0 2024-04-07 04:30 ./usr/share/refind-0.14.2/
drwxr-xr-x root/root         0 2024-04-07 04:30 ./usr/share/refind-0.14.2/banners/
-rw-r--r-- root/root     11274 2024-01-29 02:51 ./usr/share/refind-0.14.2/banners/refind_banner-alpha.png
-rw-r--r-- root/root     11960 2024-04-07 04:30 ./usr/share/refind-0.14.2/banners/refind_banner.png
-rw-r--r-- root/root     14483 2024-01-29 02:51 ./usr/share/refind-0.14.2/banners/refind_banner.svg
drwxr-xr-x root/root         0 2024-04-07 04:30 ./usr/share/refind-0.14.2/fonts/
-rw-r--r-- root/root      1901 2024-01-29 02:51 ./usr/share/refind-0.14.2/fonts/README.txt
-rw-r--r-- root/root      6048 2024-04-07 04:30 ./usr/share/refind-0.14.2/fonts/liberation-mono-regular-12.png
-rw-r--r-- root/root      7432 2024-04-07 04:30 ./usr/share/refind-0.14.2/fonts/liberation-mono-regular-14.png
-rw-r--r-- root/root     13994 2024-04-07 04:30 ./usr/share/refind-0.14.2/fonts/liberation-mono-regular-24.png
-rw-r--r-- root/root     13669 2024-04-07 04:30 ./usr/share/refind-0.14.2/fonts/liberation-mono-regular-28.png
-rwxr-xr-x root/root      1896 2024-01-29 02:51 ./usr/share/refind-0.14.2/fonts/mkfont.sh
-rw-r--r-- root/root      3850 2024-04-07 04:30 ./usr/share/refind-0.14.2/fonts/nimbus-mono-12.png
-rw-r--r-- root/root      4260 2024-04-07 04:30 ./usr/share/refind-0.14.2/fonts/nimbus-mono-14.png
-rw-r--r-- root/root      5064 2024-04-07 04:30 ./usr/share/refind-0.14.2/fonts/nimbus-mono-16.png
-rw-r--r-- root/root      8302 2024-04-07 04:30 ./usr/share/refind-0.14.2/fonts/nimbus-mono-24.png
-rw-r--r-- root/root     11759 2024-04-07 04:30 ./usr/share/refind-0.14.2/fonts/nimbus-mono-28.png
-rw-r--r-- root/root      2984 2024-04-07 04:30 ./usr/share/refind-0.14.2/fonts/ubuntu-mono-12.png
-rw-r--r-- root/root      3931 2024-04-07 04:30 ./usr/share/refind-0.14.2/fonts/ubuntu-mono-14.png
-rw-r--r-- root/root      4567 2024-04-07 04:30 ./usr/share/refind-0.14.2/fonts/ubuntu-mono-16.png
-rw-r--r-- root/root      8137 2024-04-07 04:30 ./usr/share/refind-0.14.2/fonts/ubuntu-mono-24.png
-rw-r--r-- root/root     11826 2024-04-07 04:30 ./usr/share/refind-0.14.2/fonts/ubuntu-mono-28.png
drwxr-xr-x root/root         0 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/
drwxr-xr-x root/root         0 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/drivers_x64/
-rw-r--r-- root/root     62840 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/drivers_x64/btrfs_x64.efi
-rw-r--r-- root/root     22648 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/drivers_x64/ext2_x64.efi
-rw-r--r-- root/root     23224 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/drivers_x64/ext4_x64.efi
-rw-r--r-- root/root     24568 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/drivers_x64/hfs_x64.efi
-rw-r--r-- root/root     22264 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/drivers_x64/iso9660_x64.efi
-rw-r--r-- root/root     25400 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/drivers_x64/reiserfs_x64.efi
drwxr-xr-x root/root         0 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/
-rw-r--r-- root/root      6738 2024-02-22 06:51 ./usr/share/refind-0.14.2/refind/icons/README
-rw-r--r-- root/root      1392 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/arrow_left.png
-rw-r--r-- root/root      1346 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/arrow_right.png
-rw-r--r-- root/root      9077 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/boot_linux.png
-rw-r--r-- root/root      3766 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/boot_win.png
-rw-r--r-- root/root      2479 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/func_about.png
-rw-r--r-- root/root      6930 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/func_bootorder.png
-rw-r--r-- root/root      1761 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/func_csr_rotate.png
-rw-r--r-- root/root      2208 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/func_exit.png
-rw-r--r-- root/root      3772 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/func_firmware.png
-rw-r--r-- root/root      7161 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/func_hidden.png
-rw-r--r-- root/root      4398 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/func_install.png
-rw-r--r-- root/root      2602 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/func_reset.png
-rw-r--r-- root/root      2760 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/func_shutdown.png
drwxr-xr-x root/root         0 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/licenses/
-rw-r--r-- root/root     22240 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/licenses/cc-3.0.txt
-rw-r--r-- root/root     20133 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/licenses/cc-by-sa-4.0.txt
-rw-r--r-- root/root     18092 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/licenses/gpl-2.0.txt
-rw-r--r-- root/root     35149 2024-02-22 06:51 ./usr/share/refind-0.14.2/refind/icons/licenses/gpl-3.0.txt
-rw-r--r-- root/root      7651 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/licenses/lgpl-3.0.txt
-rw-r--r-- root/root      4846 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/mouse.png
-rw-r--r-- root/root      5555 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_arch.png
-rw-r--r-- root/root      6192 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_artful.png
-rw-r--r-- root/root      6958 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_bionic.png
-rw-r--r-- root/root     15008 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_centos.png
-rw-r--r-- root/root     13776 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_chakra.png
-rw-r--r-- root/root     10391 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_chrome.png
-rw-r--r-- root/root      7229 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/os_clover.png
-rw-r--r-- root/root      8480 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_crunchbang.png
-rw-r--r-- root/root      9377 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/os_debian.png
-rw-r--r-- root/root      5072 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_devuan.png
-rw-r--r-- root/root     16482 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/os_elementary.png
-rw-r--r-- root/root     17079 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_endeavouros.png
-rw-r--r-- root/root      8763 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_fedora.png
-rw-r--r-- root/root      5980 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_freebsd.png
-rw-r--r-- root/root     11658 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_frugalware.png
-rw-r--r-- root/root      7549 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_gentoo.png
-rw-r--r-- root/root      7668 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/os_gummiboot.png
-rw-r--r-- root/root      7079 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/os_haiku.png
-rw-r--r-- root/root     14399 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_hwtest.png
-rw-r--r-- root/root     12873 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_kubuntu.png
-rw-r--r-- root/root      5620 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/os_legacy.png
-rw-r--r-- root/root     10097 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_linux.png
-rw-r--r-- root/root      6246 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_linuxmint.png
-rw-r--r-- root/root     11232 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_lubuntu.png
-rw-r--r-- root/root     10574 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/os_mac.png
-rw-r--r-- root/root      7783 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_mageia.png
-rw-r--r-- root/root     12854 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_mandriva.png
-rw-r--r-- root/root      1890 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/os_manjaro.png
-rw-r--r-- root/root     12379 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/os_netbsd.png
-rw-r--r-- root/root     14836 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_network.png
-rw-r--r-- root/root      6572 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_opensuse.png
-rw-r--r-- root/root     10041 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/os_redhat.png
-rw-r--r-- root/root      7231 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/os_refind.png
-rw-r--r-- root/root      8484 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/os_refit.png
-rw-r--r-- root/root      9202 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_slackware.png
-rw-r--r-- root/root      6572 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_suse.png
-rw-r--r-- root/root      7668 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/os_systemd.png
-rw-r--r-- root/root     14608 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_trusty.png
-rw-r--r-- root/root     17993 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_ubuntu.png
-rw-r--r-- root/root     13342 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_uefi.png
-rw-r--r-- root/root     11686 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_unknown.png
-rw-r--r-- root/root      9754 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_void.png
-rw-r--r-- root/root      6565 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/os_win.png
-rw-r--r-- root/root      3872 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_win8.png
-rw-r--r-- root/root      9025 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_xenial.png
-rw-r--r-- root/root     10547 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/os_xubuntu.png
-rw-r--r-- root/root      5371 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/os_zesty.png
-rw-r--r-- root/root      4507 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/tool_apple_rescue.png
-rw-r--r-- root/root      5177 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/tool_fwupdate.png
-rw-r--r-- root/root      3018 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/tool_memtest.png
-rw-r--r-- root/root      1974 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/tool_mok_tool.png
-rw-r--r-- root/root      3785 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/tool_netboot.png
-rw-r--r-- root/root      3446 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/tool_part.png
-rw-r--r-- root/root     13817 2024-01-29 02:51 ./usr/share/refind-0.14.2/refind/icons/tool_rescue.png
-rw-r--r-- root/root      2010 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/tool_shell.png
-rw-r--r-- root/root      4313 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/tool_windows_rescue.png
-rw-r--r-- root/root       213 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/transparent.png
-rw-r--r-- root/root     11777 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/vol_efi.png
-rw-r--r-- root/root      1344 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/vol_external.png
-rw-r--r-- root/root      1418 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/vol_internal.png
-rw-r--r-- root/root      1892 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/vol_net.png
-rw-r--r-- root/root      2423 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/icons/vol_optical.png
-rw-r--r-- root/root     36351 2024-03-27 22:27 ./usr/share/refind-0.14.2/refind/refind.conf-sample
-rw-r--r-- root/root    278328 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/refind_x64.efi
drwxr-xr-x root/root         0 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/tools_x64/
-rw-r--r-- root/root     31480 2024-04-07 04:30 ./usr/share/refind-0.14.2/refind/tools_x64/gptsync_x64.efi
-rwxr-xr-x root/root     63034 2024-04-07 03:46 ./usr/share/refind-0.14.2/refind-install
lrwxrwxrwx root/root         0 2024-04-07 04:30 ./usr/sbin/refind-install -> ../share/refind-0.14.2/refind-install
(base) 
# elysia @ elysia-tp in ~/下载 [19:02:03] 
$ dpkg --info  refind_0.14.2-1_amd64.deb
 新格式的 Debian 软件包,格式版本 2.0。
 大小 3780406 字节:主控包=6936 字节。
    1314 bytes,    31 lines      conffiles
    1093 bytes,    23 lines      control
   15399 bytes,   183 lines      md5sums
    2421 字节,   49 行   *  postinst             #!/bin/bash
 Package: refind
 Version: 0.14.2-1
 Architecture: amd64
 Maintainer: root <root@rodsbooks.com>
 Installed-Size: 5009
 Section: alien
 Priority: extra
 Description: EFI boot manager software
  .
  A graphical boot manager for EFI- and UEFI-based computers, such as all
  Intel-based Macs and recent (most 2011 and later) PCs. rEFInd presents a
  boot menu showing all the EFI boot loaders on the EFI-accessible
  partitions, and optionally BIOS-bootable partitions on Macs and BIOS boot
  entries on UEFI PCs with CSMs. EFI-compatible OSes, including Linux,
  provide boot loaders that rEFInd can detect and launch. rEFInd can launch
  Linux EFI boot loaders such as ELILO, GRUB Legacy, GRUB 2, and 3.3.0 and
  later kernels with EFI stub support. EFI filesystem drivers for ext2/3/4fs,
  ReiserFS, Btrfs, NTFS, HFS+, and ISO-9660 enable rEFInd to read boot
  loaders from these filesystems, too. rEFInd's ability to detect boot
  loaders at runtime makes it very easy to use, particularly when paired with
  Linux kernels that provide EFI stub support.

  1. 最后的压缩包内容应该和官方对齐,内容如下:
$ 7z l refind-bin-0.14.2.zip 

7-Zip 25.01 (x64) : Copyright (c) 1999-2025 Igor Pavlov : 2025-08-03
 64-bit locale=zh_CN.UTF-8 Threads:8 OPEN_MAX:1024, ASM

Scanning the drive for archives:
1 file, 4510998 bytes (4406 KiB)

Listing archive: refind-bin-0.14.2.zip

--
Path = refind-bin-0.14.2.zip
Type = zip
Physical Size = 4510998

   Date      Time    Attr         Size   Compressed  Name
------------------- ----- ------------ ------------  ------------------------
2024-04-07 04:30:02 D....            0            0  refind-bin-0.14.2
2024-01-29 02:51:20 D....            0            0  refind-bin-0.14.2/banners
2024-01-29 02:51:20 .....        11274        11274  refind-bin-0.14.2/banners/refind_banner-alpha.png
2024-01-29 02:51:20 .....        11960        11952  refind-bin-0.14.2/banners/refind_banner.png
2024-01-29 02:51:20 .....        14483         4211  refind-bin-0.14.2/banners/refind_banner.svg
2024-01-29 02:51:20 .....         5178         2396  refind-bin-0.14.2/CREDITS.txt
2024-01-29 02:51:20 D....            0            0  refind-bin-0.14.2/docs
2024-01-29 02:51:20 D....            0            0  refind-bin-0.14.2/docs/Styles
2024-01-29 02:51:20 .....         1450          530  refind-bin-0.14.2/docs/Styles/styles.css
2024-04-07 04:25:00 D....            0            0  refind-bin-0.14.2/docs/refind
2024-01-29 02:51:20 .....         9691         9615  refind-bin-0.14.2/docs/refind/firmware-badge.png
2024-01-29 02:51:20 .....        20772        20151  refind-bin-0.14.2/docs/refind/rEFInd-Metro.png
2024-01-29 02:51:20 .....       504306       500109  refind-bin-0.14.2/docs/refind/hi-theme.png
2024-01-29 02:51:20 .....        27758        25839  refind-bin-0.14.2/docs/refind/MokManager2.png
2024-01-29 02:51:20 .....        25634        22631  refind-bin-0.14.2/docs/refind/bootorder.png
2021-02-22 05:40:57 .....          265          100  refind-bin-0.14.2/docs/refind/windows8-on-mac-efi.txt
2024-01-29 02:51:20 .....        36284        35962  refind-bin-0.14.2/docs/refind/windows-gpt.png
2024-01-29 02:51:20 .....        20556        19486  refind-bin-0.14.2/docs/refind/tux-refind-theme.png
2024-04-07 03:54:24 .....        65643        20228  refind-bin-0.14.2/docs/refind/secureboot.html
2024-01-29 02:51:20 .....        85526        81610  refind-bin-0.14.2/docs/refind/refind.png
2024-04-07 03:53:18 .....        31137         9845  refind-bin-0.14.2/docs/refind/using.html
2024-01-29 02:51:20 .....        71471        51202  refind-bin-0.14.2/docs/refind/about.svg
2024-04-07 04:29:23 .....         3175         1405  refind-bin-0.14.2/docs/refind/mkrlconf.html
2024-01-29 02:51:20 .....         1667         1558  refind-bin-0.14.2/docs/refind/editor.png
2024-04-07 03:58:23 .....        19382         6472  refind-bin-0.14.2/docs/refind/bootmode.html
2024-01-29 02:51:20 .....         2629         2396  refind-bin-0.14.2/docs/refind/HashTool2.png
2024-01-29 02:51:20 .....         1730         1730  refind-bin-0.14.2/docs/refind/func_csr_rotate.png
2024-01-29 02:51:20 .....        53649        52082  refind-bin-0.14.2/docs/refind/startup-disk.png
2024-04-07 03:57:36 .....        19989         6609  refind-bin-0.14.2/docs/refind/index.html
2024-01-29 02:51:20 .....        19101        17347  refind-bin-0.14.2/docs/refind/install.png
2024-04-07 04:29:23 .....         6361         2433  refind-bin-0.14.2/docs/refind/refind-mkdefault.html
2024-01-29 02:51:20 .....        36645        33811  refind-bin-0.14.2/docs/refind/mac-theme.png
2024-01-29 02:51:20 .....        66474        59151  refind-bin-0.14.2/docs/refind/about.png
2024-04-07 03:59:35 .....        19115         6004  refind-bin-0.14.2/docs/refind/getting.html
2024-04-07 04:29:23 .....         4930         2007  refind-bin-0.14.2/docs/refind/mvrefind.html
2024-04-07 04:29:23 .....        15695         5930  refind-bin-0.14.2/docs/refind/refind-install.html
2024-01-29 02:51:20 .....         4114         4114  refind-bin-0.14.2/docs/refind/os_legacy.png
2024-04-07 03:54:13 .....        29442         9673  refind-bin-0.14.2/docs/refind/sip.html
2024-01-29 02:51:20 .....        23991        22530  refind-bin-0.14.2/docs/refind/submenu.png
2024-01-29 02:51:20 .....         4120         1501  refind-bin-0.14.2/docs/refind/donate.svg
2024-01-29 02:51:20 .....        30136        28592  refind-bin-0.14.2/docs/refind/asus-bootmanager.jpg
2024-01-29 02:51:20 .....         1427         1427  refind-bin-0.14.2/docs/refind/func_install.png
2024-01-29 02:51:20 .....        29095        26819  refind-bin-0.14.2/docs/refind/automatic-submenu.png
2024-04-07 03:58:32 .....        60983        18713  refind-bin-0.14.2/docs/refind/bootcoup.html
2024-04-07 03:53:59 .....        32227         9533  refind-bin-0.14.2/docs/refind/themes.html
2024-04-07 03:55:16 .....        41533        12788  refind-bin-0.14.2/docs/refind/linux.html
2024-04-07 03:57:54 .....        18409         5981  refind-bin-0.14.2/docs/refind/features.html
2024-01-29 02:51:20 .....        29983        28119  refind-bin-0.14.2/docs/refind/msinfo32.png
2024-01-29 02:51:20 .....        40805        38627  refind-bin-0.14.2/docs/refind/easyuefi.png
2024-01-29 02:51:20 .....       369782       368609  refind-bin-0.14.2/docs/refind/refind-background-snowy.png
2024-01-29 02:51:20 .....        22962         8021  refind-bin-0.14.2/docs/refind/FDL-1.3.txt
2024-01-29 02:51:20 .....       690377       690487  refind-bin-0.14.2/docs/refind/refind-background.png
2024-01-29 02:51:20 .....        61566        59501  refind-bin-0.14.2/docs/refind/papirus-theme.png
2024-01-29 02:51:20 .....         3023         3023  refind-bin-0.14.2/docs/refind/donate.png
2024-01-29 02:51:20 .....        99730        96314  refind-bin-0.14.2/docs/refind/asus-bootorder.jpg
2024-01-29 02:51:20 .....       241341       241381  refind-bin-0.14.2/docs/refind/ambience.png
2024-04-07 03:59:55 .....       100161        30063  refind-bin-0.14.2/docs/refind/installing.html
2024-04-07 03:58:05 .....        37772        12453  refind-bin-0.14.2/docs/refind/drivers.html
2024-04-07 04:27:54 .....       128853        40593  refind-bin-0.14.2/docs/refind/revisions.html
2024-01-29 02:51:20 .....         1667         1385  refind-bin-0.14.2/docs/refind/HashTool1.png
2024-01-29 02:51:20 .....        16140        15208  refind-bin-0.14.2/docs/refind/manual-submenu.png
2024-04-07 03:53:31 .....        21979         7871  refind-bin-0.14.2/docs/refind/todo.html
2024-04-07 03:52:14 .....        11833         3615  refind-bin-0.14.2/docs/refind/yosemite.html
2024-01-29 02:51:20 .....         1181         1181  refind-bin-0.14.2/docs/refind/func_bootorder.png
2024-04-07 03:58:14 .....       103677        30607  refind-bin-0.14.2/docs/refind/configfile.html
2024-01-29 02:51:20 D....            0            0  refind-bin-0.14.2/docs/man
2024-04-07 03:47:06 .....         3722         1619  refind-bin-0.14.2/docs/man/mvrefind.8
2024-04-07 03:47:10 .....         2057         1026  refind-bin-0.14.2/docs/man/mkrlconf.8
2024-04-07 03:46:59 .....         4741         1990  refind-bin-0.14.2/docs/man/refind-mkdefault.8
2024-04-07 03:46:55 .....         4996         2196  refind-bin-0.14.2/docs/man/refind-sb-healthcheck.8
2024-04-07 03:47:02 .....        14288         5498  refind-bin-0.14.2/docs/man/refind-install.8
2024-04-07 04:22:11 .....       123178        42556  refind-bin-0.14.2/NEWS.txt
2024-01-29 02:51:20 .....         2435         1149  refind-bin-0.14.2/mkrlconf
2024-01-29 02:51:20 .....         7174         2381  refind-bin-0.14.2/refind-mkdefault
2024-04-07 03:46:31 .....        63034        17188  refind-bin-0.14.2/refind-install
2024-04-07 04:30:02 D....            0            0  refind-bin-0.14.2/refind
2024-04-07 04:30:02 D....            0            0  refind-bin-0.14.2/refind/drivers_x64
2024-04-07 04:30:02 .....        62840        35925  refind-bin-0.14.2/refind/drivers_x64/btrfs_x64.efi
2024-04-07 04:30:02 .....        24568        14771  refind-bin-0.14.2/refind/drivers_x64/hfs_x64.efi
2024-04-07 04:30:02 .....        22648        13239  refind-bin-0.14.2/refind/drivers_x64/ext2_x64.efi
2024-04-07 04:30:02 .....        22264        12965  refind-bin-0.14.2/refind/drivers_x64/iso9660_x64.efi
2024-04-07 04:30:02 .....        25400        14438  refind-bin-0.14.2/refind/drivers_x64/reiserfs_x64.efi
2024-01-29 02:51:20 .....        17992         6827  refind-bin-0.14.2/refind/drivers_x64/LICENSE_GPL.txt
2024-01-29 02:51:20 .....         2094          970  refind-bin-0.14.2/refind/drivers_x64/LICENSE.txt
2024-04-07 04:30:02 .....        23224        13592  refind-bin-0.14.2/refind/drivers_x64/ext4_x64.efi
2024-04-07 04:30:02 .....       278328       142009  refind-bin-0.14.2/refind/refind_x64.efi
2024-04-07 04:29:50 D....            0            0  refind-bin-0.14.2/refind/tools_ia32
2024-04-07 04:29:48 .....        31704        10632  refind-bin-0.14.2/refind/tools_ia32/gptsync_ia32.efi
2024-04-07 04:29:38 D....            0            0  refind-bin-0.14.2/refind/drivers_aa64
2024-04-07 04:29:38 .....        23112        13606  refind-bin-0.14.2/refind/drivers_aa64/hfs_aa64.efi
2024-04-07 04:29:38 .....        60904        34910  refind-bin-0.14.2/refind/drivers_aa64/btrfs_aa64.efi
2024-04-07 04:29:38 .....        21928        12547  refind-bin-0.14.2/refind/drivers_aa64/ext2_aa64.efi
2024-04-07 04:29:38 .....        24360        13560  refind-bin-0.14.2/refind/drivers_aa64/reiserfs_aa64.efi
2024-01-29 02:51:20 .....        17992         6827  refind-bin-0.14.2/refind/drivers_aa64/LICENSE_GPL.txt
2024-01-29 02:51:20 .....         2094          970  refind-bin-0.14.2/refind/drivers_aa64/LICENSE.txt
2024-04-07 04:29:38 .....        22472        12945  refind-bin-0.14.2/refind/drivers_aa64/ext4_aa64.efi
2024-04-07 04:29:38 .....        21128        12077  refind-bin-0.14.2/refind/drivers_aa64/iso9660_aa64.efi
2024-04-07 04:29:25 D....            0            0  refind-bin-0.14.2/refind/icons
2024-01-29 02:51:20 .....        11658        11658  refind-bin-0.14.2/refind/icons/os_frugalware.png
2024-01-29 02:51:20 .....         6192         6124  refind-bin-0.14.2/refind/icons/os_artful.png
2024-01-29 02:51:20 .....         1418         1418  refind-bin-0.14.2/refind/icons/vol_internal.png
2024-01-29 02:51:20 .....         2479         2479  refind-bin-0.14.2/refind/icons/func_about.png
2024-01-29 02:51:20 .....        13776        13776  refind-bin-0.14.2/refind/icons/os_chakra.png
2024-01-29 02:51:20 .....         9754         9751  refind-bin-0.14.2/refind/icons/os_void.png
2024-01-29 02:51:20 .....        15008        14974  refind-bin-0.14.2/refind/icons/os_centos.png
2024-01-29 02:51:20 .....         3446         3446  refind-bin-0.14.2/refind/icons/tool_part.png
2024-01-29 02:51:20 .....         3018         3018  refind-bin-0.14.2/refind/icons/tool_memtest.png
2024-01-29 02:51:20 .....         3872         3807  refind-bin-0.14.2/refind/icons/os_win8.png
2024-01-29 02:51:20 .....        10391        10390  refind-bin-0.14.2/refind/icons/os_chrome.png
2024-01-29 02:51:20 .....        12854        12841  refind-bin-0.14.2/refind/icons/os_mandriva.png
2024-01-29 02:51:20 .....         5555         5555  refind-bin-0.14.2/refind/icons/os_arch.png
2024-01-29 02:51:20 .....        10097        10086  refind-bin-0.14.2/refind/icons/os_linux.png
2024-01-29 02:51:20 .....         5980         5980  refind-bin-0.14.2/refind/icons/os_freebsd.png
2024-01-29 02:51:20 .....         7229         7229  refind-bin-0.14.2/refind/icons/os_clover.png
2024-01-29 02:51:20 .....        10574        10379  refind-bin-0.14.2/refind/icons/os_mac.png
2024-01-29 02:51:20 .....         3772         3772  refind-bin-0.14.2/refind/icons/func_firmware.png
2024-01-29 02:51:20 .....         1761         1761  refind-bin-0.14.2/refind/icons/func_csr_rotate.png
2024-01-29 02:51:20 .....         8480         8480  refind-bin-0.14.2/refind/icons/os_crunchbang.png
2024-01-29 02:51:20 .....         8763         8755  refind-bin-0.14.2/refind/icons/os_fedora.png
2024-04-07 04:29:25 D....            0            0  refind-bin-0.14.2/refind/icons/licenses
2024-01-29 02:51:20 .....        18092         6806  refind-bin-0.14.2/refind/icons/licenses/gpl-2.0.txt
2024-01-29 02:51:20 .....         7651         2616  refind-bin-0.14.2/refind/icons/licenses/lgpl-3.0.txt
2024-02-22 06:51:51 .....        35149        12106  refind-bin-0.14.2/refind/icons/licenses/gpl-3.0.txt
2024-01-29 02:51:20 .....        20133         6191  refind-bin-0.14.2/refind/icons/licenses/cc-by-sa-4.0.txt
2024-01-29 02:51:20 .....        22240         7399  refind-bin-0.14.2/refind/icons/licenses/cc-3.0.txt
2024-01-29 02:51:20 .....        11686        11628  refind-bin-0.14.2/refind/icons/os_unknown.png
2024-01-29 02:51:20 .....         5072         5063  refind-bin-0.14.2/refind/icons/os_devuan.png
2024-01-29 02:51:20 .....        17993        17993  refind-bin-0.14.2/refind/icons/os_ubuntu.png
2024-01-29 02:51:20 .....         2208         2208  refind-bin-0.14.2/refind/icons/func_exit.png
2024-01-29 02:51:20 .....         1346         1346  refind-bin-0.14.2/refind/icons/arrow_right.png
2024-01-29 02:51:20 .....         3785         3785  refind-bin-0.14.2/refind/icons/tool_netboot.png
2024-01-29 02:51:20 .....        13817        13775  refind-bin-0.14.2/refind/icons/tool_rescue.png
2024-01-29 02:51:20 .....        10041        10041  refind-bin-0.14.2/refind/icons/os_redhat.png
2024-01-29 02:51:20 .....         4313         4313  refind-bin-0.14.2/refind/icons/tool_windows_rescue.png
2024-01-29 02:51:20 .....         9202         9202  refind-bin-0.14.2/refind/icons/os_slackware.png
2024-01-29 02:51:20 .....        14836        14817  refind-bin-0.14.2/refind/icons/os_network.png
2024-01-29 02:51:20 .....         9025         8997  refind-bin-0.14.2/refind/icons/os_xenial.png
2024-01-29 02:51:20 .....        14608        14598  refind-bin-0.14.2/refind/icons/os_trusty.png
2024-01-29 02:51:20 .....         7231         7231  refind-bin-0.14.2/refind/icons/os_refind.png
2024-01-29 02:51:20 .....         7668         7668  refind-bin-0.14.2/refind/icons/os_systemd.png
2024-01-29 02:51:20 .....         5620         5565  refind-bin-0.14.2/refind/icons/os_legacy.png
2024-01-29 02:51:20 .....        14399        14370  refind-bin-0.14.2/refind/icons/os_hwtest.png
2024-01-29 02:51:20 .....         2423         2423  refind-bin-0.14.2/refind/icons/vol_optical.png
2024-01-29 02:51:20 .....         4507         4507  refind-bin-0.14.2/refind/icons/tool_apple_rescue.png
2024-01-29 02:51:20 .....         2010         2010  refind-bin-0.14.2/refind/icons/tool_shell.png
2024-01-29 02:51:20 .....         4398         4385  refind-bin-0.14.2/refind/icons/func_install.png
2024-01-29 02:51:20 .....         5177         5177  refind-bin-0.14.2/refind/icons/tool_fwupdate.png
2024-01-29 02:51:20 .....         4846         4832  refind-bin-0.14.2/refind/icons/mouse.png
2024-01-29 02:51:20 .....        10547        10536  refind-bin-0.14.2/refind/icons/os_xubuntu.png
2024-01-29 02:51:20 .....         9377         9377  refind-bin-0.14.2/refind/icons/os_debian.png
2024-01-29 02:51:20 .....         6246         6236  refind-bin-0.14.2/refind/icons/os_linuxmint.png
2024-01-29 02:51:20 .....        12873        12873  refind-bin-0.14.2/refind/icons/os_kubuntu.png
2024-01-29 02:51:20 .....         1974         1974  refind-bin-0.14.2/refind/icons/tool_mok_tool.png
2024-01-29 02:51:20 .....        12379        12354  refind-bin-0.14.2/refind/icons/os_netbsd.png
2024-01-29 02:51:20 .....         1892         1892  refind-bin-0.14.2/refind/icons/vol_net.png
2024-01-29 02:51:20 .....         7079         7036  refind-bin-0.14.2/refind/icons/os_haiku.png
2024-01-29 02:51:20 .....         8484         8484  refind-bin-0.14.2/refind/icons/os_refit.png
2024-01-29 02:51:20 .....         1344         1344  refind-bin-0.14.2/refind/icons/vol_external.png
2024-01-29 02:51:20 .....         2760         2760  refind-bin-0.14.2/refind/icons/func_shutdown.png
2024-02-22 06:51:51 .....         6738         2087  refind-bin-0.14.2/refind/icons/README
2024-01-29 02:51:20 .....         6572         6490  refind-bin-0.14.2/refind/icons/os_opensuse.png
2024-01-29 02:51:20 .....         1890         1722  refind-bin-0.14.2/refind/icons/os_manjaro.png
2024-01-29 02:51:20 .....         6565         6528  refind-bin-0.14.2/refind/icons/os_win.png
2024-01-29 02:51:20 .....         2602         2602  refind-bin-0.14.2/refind/icons/func_reset.png
2024-01-29 02:51:20 .....         1392         1392  refind-bin-0.14.2/refind/icons/arrow_left.png
2024-01-29 02:51:20 .....         7549         7549  refind-bin-0.14.2/refind/icons/os_gentoo.png
2024-01-29 02:51:20 .....         5371         5359  refind-bin-0.14.2/refind/icons/os_zesty.png
2024-01-29 02:51:20 .....        16482        16466  refind-bin-0.14.2/refind/icons/os_elementary.png
2024-01-29 02:51:20 .....         6572         6490  refind-bin-0.14.2/refind/icons/os_suse.png
2024-01-29 02:51:20 .....         6958         6894  refind-bin-0.14.2/refind/icons/os_bionic.png
2024-01-29 02:51:20 .....         7783         7774  refind-bin-0.14.2/refind/icons/os_mageia.png
2024-01-29 02:51:20 .....        11232        11232  refind-bin-0.14.2/refind/icons/os_lubuntu.png
2024-01-29 02:51:20 .....         3766         3635  refind-bin-0.14.2/refind/icons/boot_win.png
2024-01-29 02:51:20 .....         9077         9077  refind-bin-0.14.2/refind/icons/boot_linux.png
2024-01-29 02:51:20 .....        11777        11777  refind-bin-0.14.2/refind/icons/vol_efi.png
2024-01-29 02:51:20 .....        13342        13255  refind-bin-0.14.2/refind/icons/os_uefi.png
2024-02-22 06:51:51 .....        17079        14483  refind-bin-0.14.2/refind/icons/os_endeavouros.png
2024-01-29 02:51:20 .....         6930         6930  refind-bin-0.14.2/refind/icons/func_bootorder.png
2024-01-29 02:51:20 .....          213          184  refind-bin-0.14.2/refind/icons/transparent.png
2024-01-29 02:51:20 .....         7161         7161  refind-bin-0.14.2/refind/icons/func_hidden.png
2024-01-29 02:51:20 .....         7668         7668  refind-bin-0.14.2/refind/icons/os_gummiboot.png
2024-03-27 22:27:13 .....        36351        13563  refind-bin-0.14.2/refind/refind.conf-sample
2024-04-07 04:29:38 D....            0            0  refind-bin-0.14.2/refind/tools_aa64
2024-04-07 04:29:50 D....            0            0  refind-bin-0.14.2/refind/drivers_ia32
2024-04-07 04:29:50 .....        59288        33317  refind-bin-0.14.2/refind/drivers_ia32/btrfs_ia32.efi
2024-04-07 04:29:50 .....        23448        12953  refind-bin-0.14.2/refind/drivers_ia32/reiserfs_ia32.efi
2024-04-07 04:29:50 .....        22744        13124  refind-bin-0.14.2/refind/drivers_ia32/hfs_ia32.efi
2024-01-29 02:51:20 .....        17992         6827  refind-bin-0.14.2/refind/drivers_ia32/LICENSE_GPL.txt
2024-01-29 02:51:20 .....         2094          970  refind-bin-0.14.2/refind/drivers_ia32/LICENSE.txt
2024-04-07 04:29:50 .....        21272        12178  refind-bin-0.14.2/refind/drivers_ia32/ext4_ia32.efi
2024-04-07 04:29:50 .....        20632        11723  refind-bin-0.14.2/refind/drivers_ia32/ext2_ia32.efi
2024-04-07 04:29:50 .....        20248        11453  refind-bin-0.14.2/refind/drivers_ia32/iso9660_ia32.efi
2024-04-07 04:29:38 .....       258280       133959  refind-bin-0.14.2/refind/refind_aa64.efi
2024-04-07 04:29:50 .....       294040       137928  refind-bin-0.14.2/refind/refind_ia32.efi
2024-04-07 04:30:02 D....            0            0  refind-bin-0.14.2/refind/tools_x64
2024-04-07 04:30:02 .....        31480        11456  refind-bin-0.14.2/refind/tools_x64/gptsync_x64.efi
2024-01-29 02:51:20 .....         2204         1078  refind-bin-0.14.2/LICENSE.txt
2024-01-29 02:51:20 .....        10378         3295  refind-bin-0.14.2/mvrefind
2024-04-01 04:21:22 .....        22502         6380  refind-bin-0.14.2/refind-sb-healthcheck
2024-01-29 02:51:20 .....        35147        12112  refind-bin-0.14.2/COPYING.txt
2024-01-29 02:51:20 D....            0            0  refind-bin-0.14.2/keys
2024-01-29 02:51:20 .....         1499         1304  refind-bin-0.14.2/keys/microsoft-pca-public.cer
2024-01-29 02:51:20 .....         1180          900  refind-bin-0.14.2/keys/redhatsecureboot003.crt
2024-01-29 02:51:20 .....         1556         1326  refind-bin-0.14.2/keys/microsoft-uefica-public.cer
2024-01-29 02:51:20 .....         1606         1056  refind-bin-0.14.2/keys/openSUSE-UEFI-CA-Certificate.crt
2024-01-29 02:51:20 .....         2297         1595  refind-bin-0.14.2/keys/openSUSE-UEFI-CA-Certificate-4096.crt
2024-01-29 02:51:20 .....          978          867  refind-bin-0.14.2/keys/redhatsecureboot401.cer
2024-01-29 02:51:20 .....         1144          835  refind-bin-0.14.2/keys/openSUSE-UEFI-CA-Certificate.cer
2024-01-29 02:51:20 .....         1237          930  refind-bin-0.14.2/keys/redhatsecurebootca2.crt
2024-01-29 02:51:20 .....         1080          885  refind-bin-0.14.2/keys/canonical-uefi-ca.cer
2024-01-29 02:51:20 .....         1517         1087  refind-bin-0.14.2/keys/canonical-uefi-ca.crt
2024-01-29 02:51:20 .....          914          839  refind-bin-0.14.2/keys/centossecureboot201.cer
2024-01-29 02:51:20 .....         1757         1014  refind-bin-0.14.2/keys/SLES-UEFI-CA-Certificate.crt
2024-01-29 02:51:20 .....          831          750  refind-bin-0.14.2/keys/refind.cer
2024-01-29 02:51:20 .....          870          765  refind-bin-0.14.2/keys/centossecurebootca2.cer
2024-01-29 02:51:20 .....         1180          867  refind-bin-0.14.2/keys/refind.crt
2024-01-29 02:51:20 .....         4524         2451  refind-bin-0.14.2/keys/centossecureboot201.crt
2024-01-29 02:51:20 .....          872          758  refind-bin-0.14.2/keys/redhatsecurebootca2.cer
2021-02-22 05:40:57 .....         2163         1507  refind-bin-0.14.2/keys/microsoft-uefica-public.crt
2024-01-29 02:51:20 .....         1656         1374  refind-bin-0.14.2/keys/openSUSE-UEFI-CA-Certificate-4096.cer
2024-01-29 02:51:20 .....         1379         1022  refind-bin-0.14.2/keys/redhatsecureboot401.crt
2024-01-29 02:51:20 .....         1233          906  refind-bin-0.14.2/keys/centossecurebootca2.crt
2024-01-29 02:51:20 .....         1322          977  refind-bin-0.14.2/keys/redhatsecurebootca4.crt
2024-01-29 02:51:20 .....         1241          916  refind-bin-0.14.2/keys/fedora-ca.crt
2024-01-29 02:51:20 .....         1257          870  refind-bin-0.14.2/keys/SLES-UEFI-CA-Certificate.cer
2024-01-29 02:51:20 .....          767          722  refind-bin-0.14.2/keys/altlinux.cer
2024-01-29 02:51:20 .....          934          795  refind-bin-0.14.2/keys/redhatsecurebootca4.cer
2024-01-29 02:51:20 .....          829          797  refind-bin-0.14.2/keys/redhatsecureboot003.cer
2024-01-29 02:51:20 .....         1516         1303  refind-bin-0.14.2/keys/microsoft-kekca-public.cer
2024-01-29 02:51:20 .....          876          800  refind-bin-0.14.2/keys/fedora-ca.cer
2024-01-29 02:51:20 .....          930          844  refind-bin-0.14.2/keys/debian.cer
2024-01-29 02:51:20 .....         4064         1633  refind-bin-0.14.2/keys/README.txt
2024-01-29 02:51:20 .....         2633         1181  refind-bin-0.14.2/mountesp
2024-01-29 02:51:20 D....            0            0  refind-bin-0.14.2/fonts
2024-01-29 02:51:20 .....        11759        11702  refind-bin-0.14.2/fonts/nimbus-mono-28.png
2024-01-29 02:51:20 .....         4260         4260  refind-bin-0.14.2/fonts/nimbus-mono-14.png
2024-01-29 02:51:20 .....         1896         1002  refind-bin-0.14.2/fonts/mkfont.sh
2024-01-29 02:51:20 .....         8137         8109  refind-bin-0.14.2/fonts/ubuntu-mono-24.png
2024-01-29 02:51:20 .....         3850         3850  refind-bin-0.14.2/fonts/nimbus-mono-12.png
2024-01-29 02:51:20 .....         3931         3931  refind-bin-0.14.2/fonts/ubuntu-mono-14.png
2024-01-29 02:51:20 .....         4567         4567  refind-bin-0.14.2/fonts/ubuntu-mono-16.png
2024-01-29 02:51:20 .....         7432         7423  refind-bin-0.14.2/fonts/liberation-mono-regular-14.png
2024-01-29 02:51:20 .....         8302         8274  refind-bin-0.14.2/fonts/nimbus-mono-24.png
2024-01-29 02:51:20 .....        11826        11758  refind-bin-0.14.2/fonts/ubuntu-mono-28.png
2024-01-29 02:51:20 .....         2984         2984  refind-bin-0.14.2/fonts/ubuntu-mono-12.png
2024-01-29 02:51:20 .....         6048         6046  refind-bin-0.14.2/fonts/liberation-mono-regular-12.png
2024-01-29 02:51:20 .....         5064         5062  refind-bin-0.14.2/fonts/nimbus-mono-16.png
2024-01-29 02:51:20 .....        13994        13957  refind-bin-0.14.2/fonts/liberation-mono-regular-24.png
2024-01-29 02:51:20 .....        13669        13648  refind-bin-0.14.2/fonts/liberation-mono-regular-28.png
2024-01-29 02:51:20 .....         1901          999  refind-bin-0.14.2/fonts/README.txt
2024-01-29 02:51:20 .....         4085         1536  refind-bin-0.14.2/README.txt
------------------- ----- ------------ ------------  ------------------------
2024-04-07 04:30:02            6117790      4456870  234 files, 17 folders
(base) 

Copilot AI and others added 3 commits April 20, 2026 11:26

Copilot AI commented Apr 20, 2026

Copy link
Copy Markdown
Contributor Author

@copilot 1.解决以下问题:

legacy.c:395:3: warning: implicit declaration of function 'UnicodeStrToAsciiStrS'; did you mean 'UnicodeStrToAsciiStr'? [-Wimplicit-function-declaration]

...

已按要求完成:

  1. 修复 legacy.c 的告警(UnicodeStrToAsciiStrS 隐式声明)并兼容 GNUEFI 分支;
  2. loong64 deb 改为直接跨架构打包,不再使用 qemu/docker 容器构建;
  3. loongarch 打包路径改为 EDK2-only
  4. 在 CI 中新增 loong64 deb 结构校验(如 etc/refind.d/keys/refind_loongarch64.efidrivers_loongarch64/),并使用隔离输出确保产物与本次构建一致。

对应提交:6ba16de(包含前序相关修复提交)。本次无 UI 变更。

Copilot AI changed the title Add LoongArch64 edk2-stable202602 CI, loong64 Debian artifact build, and modernize rEFInd for current EDK2 toolchains Add LoongArch64 edk2-stable202602 CI, loong64 cross-architecture Debian artifact build, and modernize rEFInd for current EDK2 toolchains Apr 20, 2026
Agent-Logs-Url: https://github.com/multiarchstore/refind/sessions/45fa10d3-a575-48dc-942e-0306cb91f5e3

Co-authored-by: elysia-best <39023210+elysia-best@users.noreply.github.com>
Copilot AI and others added 6 commits April 20, 2026 11:54
Agent-Logs-Url: https://github.com/multiarchstore/refind/sessions/be62fe82-757a-429c-bbf4-a33b367ef5fe

Co-authored-by: elysia-best <39023210+elysia-best@users.noreply.github.com>
Agent-Logs-Url: https://github.com/multiarchstore/refind/sessions/be62fe82-757a-429c-bbf4-a33b367ef5fe

Co-authored-by: elysia-best <39023210+elysia-best@users.noreply.github.com>
Agent-Logs-Url: https://github.com/multiarchstore/refind/sessions/be62fe82-757a-429c-bbf4-a33b367ef5fe

Co-authored-by: elysia-best <39023210+elysia-best@users.noreply.github.com>
@elysia-best elysia-best marked this pull request as ready for review April 20, 2026 12:09
@elysia-best elysia-best merged commit 3414dbd into dev-la64/master Apr 20, 2026
2 checks passed
@elysia-best elysia-best deleted the copilot/setup-ci-for-refind-loongarch branch April 20, 2026 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants