
We need to add manual add entry in UEFI Shell. # efibootmgr -c -w -d /dev/sdX -p Y -l '\EFI\refind\refind_圆4.efi' -L "rEFInd""įor most system nothing will show up, that is normal.
Refind boot manager configuration install#
Now we need to add information to boot manager with efibootmgr(if you don't have, just install with dnf install efibootmgr or yum install efibootmgr), where X is your disk (a, b, c or something) and Y is number whre is EFI partition. "Boot with defaults" "root=YOUR ROOT PARTITION ro rootfstype=ext4 add_efi_memmap systemd.unit=graphical.target" # cp /boot/initramfs-3.9.86_64.img /boot/efi/EFI/fedora/initramfs-3.9.86_64.imgĬreate an file named refind_nf in directory /boot/efi/EFI/fedora and write # cp /boot/vmlinuz-3.9.86_64 /boot/efi/EFI/fedora/vmlinuz-fedora.efi Now copy the kernel image and initramfs, from /boot to /boot/efi/EFI/fedora
Refind boot manager configuration update#
Installing driver for ext4 (ext4_圆4.efi)Ĭopying sample configuration file as nf edit this file to configureĪnd the information that, we have already boot system manager (default is GRUB2-EFI).Īlways update kernel and initramfs on /boot/efi/EFI/fedora after update. # yum localinstall refind-0.6.11-1.x86_64.rpmĪfter the instalation, we should have this information When we get rEFInd for you system, just install package with DNF, rpm or yum Now we need to obtain an rEFInd for RPM based system. I tested on my laptop, where I use Fedora 18.įirs check that if you have UEFI by typing on your teminal If you want to install rEFInd on your laptop or PC you must have, UEFI on your motherboard.
