REFInd: Difference between revisions

imported>IgorM
m Fi
Pigs (talk | contribs)
m Add category booting
 
(2 intermediate revisions by 2 users not shown)
Line 59: Line 59:
The <tt>drivers_x64</tt> folder can also be copied next to the rEFInd EFI binary to allow it to handle filesystems not handled by your EFI implementations (though this is untested).
The <tt>drivers_x64</tt> folder can also be copied next to the rEFInd EFI binary to allow it to handle filesystems not handled by your EFI implementations (though this is untested).


<syntaxhighlight lang=console>
<syntaxhighlight lang="console">
~/nixpkgs $ ls -l $(nix-build '<nixpkgs>' --no-out-link -A 'refind')/share/refind/drivers_x64
$ ls -l $(nix-build '<nixpkgs>' --no-out-link -A 'refind')/share/refind/drivers_x64
total 528
total 528
-r--r--r-- 2 root root 89388 Dec 31  1969 btrfs_x64.efi
-r--r--r-- 2 root root 89388 Dec 31  1969 btrfs_x64.efi
Line 78: Line 78:
* [https://wiki.archlinux.org/index.php/REFInd rEFInd on the ArchWiki]
* [https://wiki.archlinux.org/index.php/REFInd rEFInd on the ArchWiki]
* [https://wiki.gentoo.org/wiki/Refind rEFInd on the Gentoo Wiki]
* [https://wiki.gentoo.org/wiki/Refind rEFInd on the Gentoo Wiki]
[[Category:Booting]]