How to Install rEFInd on Lubuntu: Making GhostBSD a secondary boot option
This guide helps you install rEFInd on Linux to make booting GhostBSD alongside Linux easier; especially if GRUB isn't detecting it properly.
Step 1: Install Required Tools
Open a terminal and run:
sudo apt update
sudo apt install refind
This installs rEFInd and its configuration utilities.
Step 2: Install rEFInd to the EFI System Partition (ESP)
Run the rEFInd install script:
sudo refind-install
This copies rEFInd to /boot/efi/EFI/refind/
and sets it as the default EFI bootloader (does not remove GRUB).
If You See an Error Like:
You may need to manually mount your EFI partition:
sudo mkdir -p /boot/efi
sudo mount /dev/sdXY /boot/efi
Replace /dev/sdXY
with your EFI partition (usually something like /dev/sda1
, type vfat
and around 512MB).
Then rerun:
sudo refind-install
Step 3: Reboot and Use rEFInd
Reboot your machine:
sudo reboot
You should now see the rEFInd boot menu with entries for LMDE, FreeBSD, and other installed systems.
If GhostBSD doesn't appear:
Why Use rEFInd?
Graphical EFI boot manager with theme support
Auto-detects FreeBSD, GhostBSD, Linux, Windows, and more
Clean interface with easy fallback to GRUB if needed