Skip to main content
Topic: refind-artix in omniverse repo (Read 971 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

refind-artix in omniverse repo

Package refind-artix is now available in the omniverse repository.

For The rEFInd Boot Manager package refind-artix has:

  • the latest rEFInd code
  • the latest EFI file system drivers
  • additional EFI file system drivers eg. for XFS and ZFS
  • an Artix specific transparent boot logo in file /usr/share/refind/icons/os_artix.png

artist

Re: refind-artix in omniverse repo

Reply #1
Next step an iso with rEFInd replacing GRUB  ;)
I think there's some experimental Calamares modules for rEFInd? Though it's been a while since I looked.

Re: refind-artix in omniverse repo

Reply #2
In order to use refind instead of grub don't you need to have an EFI stub?
A normal configuration won't boot cause refind just finds boot files, while grub is also a bootloader.

Re: refind-artix in omniverse repo

Reply #3
I installed Artix using the base iso and refind doesn't show the logo there.
FDE with unencrypted boot.

While it shows it for the calamares FDE (encrypted boot) installation.

Re: refind-artix in omniverse repo

Reply #4
Just copy os_artix.png to the refind icons dir, and update the icon file name in refind.conf

artist

Re: refind-artix in omniverse repo

Reply #5
I installed refind-git so I have os_artix.png there already.

I ran "refind-install" and now only the old calamares installation has it.
The new installation has a different folder name so they don't conflict .

Do I need to load the icon manually in refind.conf?

Re: refind-artix in omniverse repo

Reply #6
Yest, depending on your ESP dir something like:
Code: [Select]
menuentry "Artix Linux 1" {
    icon     /EFI/refind/icons/os_artix.png

artist

 

Re: refind-artix in omniverse repo

Reply #7
Another way is to copy the image to match the name.

I named the folder: "/boot/efi/EFI/grub-artix-desktop".
So I copied "os_artix.png" as "os_grub-artix-desktop.png".