Difference between revisions of "Express Disc troubleshooting"

From Amahi Wiki
Jump to: navigation, search
m
Line 1: Line 1:
 
= Amahi 7 Express =
 
= Amahi 7 Express =
 +
 +
==Crashing after disc partition and before file install begins==
 +
 +
If the install is crashing after the initial information gathering section and just before the files start to be copied from the DVD, check if the BIOS has any UEFI boot settings and if so, disable them or set the options to legacy only boot. This is in addition to disabling of secure boot mode. It is not sufficient to simply disable secure boot mode. This was observed to fix the crash with a Gigabyte motherboard.
  
 
== Second reboot is not occurring ==
 
== Second reboot is not occurring ==

Revision as of 21:37, 17 June 2014

Amahi 7 Express

Crashing after disc partition and before file install begins

If the install is crashing after the initial information gathering section and just before the files start to be copied from the DVD, check if the BIOS has any UEFI boot settings and if so, disable them or set the options to legacy only boot. This is in addition to disabling of secure boot mode. It is not sufficient to simply disable secure boot mode. This was observed to fix the crash with a Gigabyte motherboard.

Second reboot is not occurring

If the second reboot does not occur, this means the install is not finished. One reason for this to happen is a wrong setting in the Network page of your Installer. By default it says this and we recommend this is left as is:

 Hostname: localhost.localdomain

However, I had filled in my host names (which resolved).

The solution was to reinstall and leave the Network page of the installer the defaul localhost.localdomain

HTTP server is not started by default

After succesfull second reboot I noticed that the Amahi dashboard did not work. I noticed that there was not running the http server, via the command

 ps -ef | grep http

This command showed me that an error occurred during startup of the http service. It could not resolve the hostname I gave it:

 systemctl status httpd

These commands started the httpd server, showing me that it was started correctly:

systemctl restart httpd
systemctl status httpd

After a reboot this error occurred again. Now changing the value in /etc/hostname to

  localhost

fixed this. After a reboot the http service is now started as it should be.

We recommend you leave the values in the Amahi express install at the network section to its default value:

 localhost.localdomain

Yum Update

If you try to do yum update after install and have problems, try this solution.