Nibodhika, 1 year ago (edited 1 year ago) Ok, if I understood correctly your fstab what you should do is: Boot the live iso Run mount /dev/nvme0n1p1 /mnt run nano /mnt/refind_linux.conf Alter the file so it says this: <span style="color:#323232;">"Boot with standard options" "rw root=/dev/nvme0n1p2" </span><span style="color:#323232;">"Boot to single-user mode" "rw root=/dev/nvme0n1p2 single" </span><span style="color:#323232;">"Boot with minimal options" "ro root=/dev/nvme0n1p2" </span> Save and close Unmount the drive umount /mnt Reboot That should work Edit: noticed my disk was 1 while yours is 0, didn’t remembered I had two ssds on that machine hahahah Edit2: check that the file exists in /mnt, it should if you ran refind-install the first time.
Ok, if I understood correctly your fstab what you should do is:
mount /dev/nvme0n1p1 /mnt
nano /mnt/refind_linux.conf
<span style="color:#323232;">"Boot with standard options" "rw root=/dev/nvme0n1p2" </span><span style="color:#323232;">"Boot to single-user mode" "rw root=/dev/nvme0n1p2 single" </span><span style="color:#323232;">"Boot with minimal options" "ro root=/dev/nvme0n1p2" </span>
umount /mnt
That should work
Edit: noticed my disk was 1 while yours is 0, didn’t remembered I had two ssds on that machine hahahah
Edit2: check that the file exists in /mnt, it should if you ran refind-install the first time.