so i changed it to : sudo efibootmgr -o 0,1,6,7 and reboot , but i still can see only grub .
and boot order don ' t change .
and for info :
iznobe@iznobe-PC:~$sudoaptinstallrefindLecturedeslistesdepaquets...FaitConstructiondel'arbre des dépendances Lecture des informations d'état...Faitrefindestdéjàlaversionlaplusrécente(0.11.4-1).0misàjour,0nouvellementinstallés,0àenleveret0nonmisàjour.iznobe@iznobe-PC:~$
There is special addition driver to have refind working on nvme disks ?
Can you help me have refind working please ?
Last edit: iznobe iznobe 2021-04-21
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After you use efibootmgr to change the boot order and reboot, what does efibootmgr show as the boot order? If your change isn't being remembered, then you're likely looking at either a buggy EFI or defective/failing NVRAM. Some workarounds to this problem are described on my boot coup page, and in particular this section near the end of the page.
If the boot order you set is being remembered but the EFI is skipping past rEFInd, then chances are something is preventing rEFInd from launching -- disk corruption, Secure Boot being enabled (I know you say it's not, but you might be mistaken), a bug in rEFInd, etc.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello ,
i ' ve secure boot disabled , and installed refind with the command " sudo apt install refind " but don't work .
all i can see on reboot is grub .
the boot order is :
so i changed it to :
sudo efibootmgr -o 0,1,6,7
and reboot , but i still can see only grub .and boot order don ' t change .
and for info :
There is special addition driver to have refind working on nvme disks ?
Can you help me have refind working please ?
Last edit: iznobe iznobe 2021-04-21
After you use
efibootmgr
to change the boot order and reboot, what doesefibootmgr
show as the boot order? If your change isn't being remembered, then you're likely looking at either a buggy EFI or defective/failing NVRAM. Some workarounds to this problem are described on my boot coup page, and in particular this section near the end of the page.If the boot order you set is being remembered but the EFI is skipping past rEFInd, then chances are something is preventing rEFInd from launching -- disk corruption, Secure Boot being enabled (I know you say it's not, but you might be mistaken), a bug in rEFInd, etc.