|
|

楼主 |
发表于 2026-3-31 09:13
|
显示全部楼层
新增grub4uefi图形模式引导veket,把引导文件放入img文件,再打包成单文件efi文件。缺点是引导文件本身才6M,但是img最小必须48M,生成的efi文件体积20M。
目前efi内置的菜单
title veket 22 中文版
find --set-root --ignore-floppies /veket22/vmlinuz
kernel /veket22/vmlinuz pfix=fsck psubdir=/veket22
initrd /veket22/initrd.gz
title veket 24 中文版
find --set-root --ignore-floppies /veket24/vmlinuz
kernel /veket24/vmlinuz pfix=fsck psubdir=/veket24
initrd /veket24/initrd.gz
title veket 25 中文版
find --set-root --ignore-floppies /veket25/vmlinuz
kernel /veket25/vmlinuz pfix=fsck psubdir=/veket25
initrd /veket25/initrd.gz
title veket 26 中文版
find --set-root --ignore-floppies /veketx26/vmlinuz
kernel /veketx26/vmlinuz pfix=fsck psubdir=/veketx26
initrd /veketx26/initrd.gz
title weiqr-xfce-26 中文版
find --ignore-cd --set-root /weiqr/weiqr_26.iso
map /weiqr/weiqr_26.iso (hd32)
map --hook
kernel (hd32)/vmlinuz find_iso=/weiqr/weiqr_26.iso PSUBDIR=/ pmedia=cd pfix=fsck
initrd (hd32)/initrd.zst
请把veket内核及sfs文件放在对应的目录。
夸克:「veket引导文件」,链接:https://pan.quark.cn/s/11f914f8ac60
123:「veket引导文件」,链接:https://www.123912.com/s/iYh5Vv-QVAlh?pwd=tBvp# |
|