0

I have downloaded the rEFInd boot manager, and want to figure out how to install it by script. The Arch wiki says I simply run the script:

$ sudo refind-install

However, upon execution I get back the error

sudo: refind-install: command not found

Where can I find this command and run the script accordingly?

K7AAY
  • 3,816
  • 4
  • 23
  • 39
  • 1
    you downloaded it from sourceforge or you installed it with pacman? if you got it from sourceforge you'll be looking for ../refind_unzipped_dir/install.sh. see part of this. or, and better yet, see Rod's own instructions. – mikeserv Nov 22 '15 at 22:28
  • I downloaded it from the Arch Linux package center. And the mirror was flagged out of date. – iLearnSlow Nov 23 '15 at 00:12
  • you downloaded the .tar.xz at the download from mirror link here? if so, you'll still need to install it. pacman -U ./refind*xz. that's the pacman package file, though. i'm pretty sure it's got all you need within, and after running it your refind-install should work as you need, but it seems to me that if you're an arch linux user you would have just pacman -S refind-efi in the first place. so you might want to look again at the rodsbooks link above, or, at the least, at some pacman arch wiki articles. – mikeserv Nov 23 '15 at 05:05

0 Answers0