Difference between revisions of "Express Disc troubleshooting"

From Amahi Wiki
Jump to: navigation, search
Line 9: Line 9:
 
** system-config-network (configure your network interface correctly ( I used static ) / also make sure your dns are configured exit the system-config-network)
 
** 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
 
** /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)
 
** ConfigAmahi (wait for a while untill it says reboot, then reboot)
  
 
thanks to realbuz for providing this fix on the forum
 
thanks to realbuz for providing this fix on the forum
 +
edit by moredruid: added eth onboot=yes

Revision as of 18:31, 4 July 2010

Sometimes, the express cd installer gets caught in a rebootloop. 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 expiriencing this, here's what to do:

Toubleshooting

  • 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)

thanks to realbuz for providing this fix on the forum edit by moredruid: added eth onboot=yes