Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
__TOC__
= Failed to synchronize cache for repo 'xxxxxx' =
 
If your system cannot seem to "synchronize" and get proper packages during installation, it may be that your system's date and time are way off and not current.
 
One way to get time/date to be up to date automatically is doing so via the network. Here is how to do it by running these commands as ''root'' (directly or via <code>sudo</code>):
 
dnf -y install chrony
systemctl enable chronyd
systemctl start chronyd
 
Shortly after these are run, the system time should be up to date and installing packages should work.
 
= /dev/root does not exist =
 
Some have reported an error similar to the following while attempting to install Fedora on a machine that was previously used for Windows 10:
<pre>[ OK ]Started Show Plymouth Boot Screen.
This appears to be related to UEFI firmware associated with the hardware. Refer to [https://www.happyassassin.net/2014/02/04/more-on-booting-a-practical-fedora-uefi-guide-and-dont-use-universal-usb-stick-writers More on booting: a practical Fedora UEFI guide, and don’t use “universal” USB stick writers] for the solution.
= Cannot access HDA via http://hda Dashboard =
Some have had problems accessing the HDA Dashboard after a new install.
sudo dnf update
:Reboot and then check things again.
 
This mainly applies to those doing an upgrade, but executing the following commands has helped some users:
systemctl stop firewalld
systemctl disable firewalld
systemctl stop rolekit
systemctl disable rolekit
 
= Network not available after reboot =
Sometimes it takes 2 or 3 reboots before the networking starts working properly. See [https://bugs.amahi.org/issues/2046 Amahi Bug #2046] for details.
 
= Installer Crashes =
Installer crashes with non-Intel raid system (see [https://forums.amahi.org/viewtopic.php?p=38957&sid=315004eeba97ed605d4886d6b3f2cdd9#p38957 forum post] for details)
 
 
Back to the [[Troubleshooting]].
12,424

edits