How to install rEFInd on Ubuntu
How to install rEFInd on Ubuntu rEFInd is a boot manager, meaning that it presents a menu of options to the user when the computer first starts up, as shown below. rEFInd is not a boot loader, which is a program that loads an OS kernel and hands off control to it. Many popular boot managers, such as the Grand Unified Bootloader (GRUB), are also boot loaders, which can blur the distinction in many users' minds. All EFI-capable OSes include boot loaders, so this limitation isn't a problem. How to install rEFInd on Ubuntu first , go to your ubuntu terminal. And then type this command : sudo apt-add-repository ppa:rodsmith/refind second, type this command : sudo apt-get update and then, this command : sudo apt-get install refind You will see this: Use Tab to select Yes And then press enter Finished congratulations , now you can Goes to your bios to set boot priority by pressing these bottons For Pc/Desktop Norma...