Problems and solutions when installing Reborn OS
Nov 2, 2018 20:27:06 GMT
velkerk and badmem like this
Post by Rafael on Nov 2, 2018 20:27:06 GMT
Problems and solutions when installing Reborn OS with Reborn-OS-2018.10.01-x86_64.iso
Reborn-OS-2018.10.01-x86_64.iso is (at the moment) the latest ISO image available to install Reborn OS. And it works very well. Can there be problems installing Reborn OS with this ISO? Certainly yes, but these problems are mostly related to the availability and status of the mirrors, and also to the physical location of the installer. Is there a way to fix it? Yes, there is. Next, we'll look at a couple of them.
Error 0, file errors (until the absence of any of them), are the most common drawbacks when you have problems at the time of installing. Let's see a solution to this type of error:
=======================================================================
Solution 1
To avoid file download errors at the end of the installation, the keys are updated BEFORE running the installer. To do this, close the Reborn OS welcome screen, and then close the installer. Open the terminal, and run the following:
sudo rm -rf /etc/pacman.d/gnupg
sudo pacman-key --init
sudo pacman-key --populate archlinux antergos rebornos
wget https://repo.itmettke.de/aur/aur-archlinux/aurarchlinux-keyring.pkg.tar.xz
sudo pacman -U aurarchlinux-keyring.pkg.tar.xz
Then, run the installer from terminal with:
sudo cnchi-start.sh
The process can be seen in the following video:
From here, we proceed with the installation of Reborn OS normally, with the possibility of seeing in the terminal the steps made by the installer.
=======================================================================
Solution 2
2.- Close the Reborn OS welcome screen, and then close the installer. In this case, let's prevent cnchi from using nexus-keyring. Open the terminal, and run the following:
sudo nano /usr/share/cnchi/data/packages.xml
sudo cnchi-start.sh
The process can be seen in the following video:
In this video you can see how to switch the keyboard to Spanish. Don't do it if your language is English.
=======================================================================
If even trying these steps presents a problem, it is best to publish the content of the file cnchi.log (and the content of the terminal if we run the installer with sudo cnchi-start.sh). How to do it? This is explained here.