Difference between revisions of "Express Disc troubleshooting"

From Amahi Wiki
Jump to: navigation, search
Line 1: Line 1:
 
= Toubleshooting =
 
= Toubleshooting =
  
 +
==Reboot Loop==
 
Sometimes, the express cd installer gets caught in a reboot loop.
 
Sometimes, the express cd installer gets caught in a reboot loop.
  
Line 12: Line 13:
 
* check that eth0 has started, if not edit /etc/sysconfig/network-scripts/ifcfg-eth0; modify ONBOOT=no to ONBOOT=yes; then issue the "ifup eth0" command.
 
* check that eth0 has started, if not edit /etc/sysconfig/network-scripts/ifcfg-eth0; modify ONBOOT=no to ONBOOT=yes; then issue the "ifup eth0" command.
 
* ConfigAmahi (wait for a while untill it says reboot, then reboot)
 
* ConfigAmahi (wait for a while untill it says reboot, then reboot)
 +
==Yum Update==
 +
If you try to do yum update after install and have problems, try this [http://digitizor.com/2009/06/17/how-to-fix-the-cannot-retrieve-repository-metadata-repomd-xml-error-in-fedora-11/ solution].

Revision as of 14:05, 12 February 2012

Toubleshooting

Reboot Loop

Sometimes, the express cd installer gets caught in a reboot loop.

It asks you to reboot, then it tells you it needs to reboot again over and over. If you are one of the lucky ones experiencing this, here's what to do:

If there is no network, you can try this:

  • Select debug
  • system-config-network (configure your network interface correctly ( I used static ) / also make sure your dns are configured exit the system-config-network)
  • /etc/init.d/network restart
  • check that eth0 has started, if not edit /etc/sysconfig/network-scripts/ifcfg-eth0; modify ONBOOT=no to ONBOOT=yes; then issue the "ifup eth0" command.
  • ConfigAmahi (wait for a while untill it says reboot, then reboot)

Yum Update

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