Any thoughts.
If I had a brain I would be dangerous
Meanwhile I am installing from the minimal ISO and stage3 tar file on a VPS provided by Cloudzy. A good test for me.


Code: Select all
sudo passwdThis tells me you have done an old MBR partition setup (where you have installed grub into the empty space before the 1st partition.red6 wrote:[...] and always ending up with the same error regarding EFI vars I have given up on Gentoo for now. [...]
Trick was to create one and only one partition [...]
Thanks for that. I will keep on trucking. I really want to get this solved. I am determined to get away from systemd and OpenRC seems to be the logical choice given it's pedigree right here from GenToo dev's.pietinger wrote:This tells me you have done an old MBR partition setup (where you have installed grub into the empty space before the 1st partition.red6 wrote:[...] and always ending up with the same error regarding EFI vars I have given up on Gentoo for now. [...]
Trick was to create one and only one partition [...]
There are two possibilities:
1. you really have such an old machine that does not yet speak UEFI, or
2. you have enabled compatibility mode in the UEFI BIOS (CSM mode or Legacy). Since our GentooLiveCD works with MBR and GPT, the lack of efivarfs is a sign of this. Mabye read this chapter:
https://wiki.gentoo.org/wiki/User:Pieti ... stallation
If you want you can test it (even with an installed Artix Linux):
1. Change the setting in your BIOS
2. Boot our GentooLiveCD
3. Ask if /sys/firmware/efi exist, or simply ask with "mount"
4. Change it back to CSM in BIOS to be able to boot your Artix again
You are very Welcome!red6 wrote:Thanks for that. [...]
YES! With this setting you are right here at Gentoo.red6 wrote:[...] I will keep on trucking. I really want to get this solved.