<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.6.2">
</HEAD>
<BODY>
You may also try starting the livecd with the noapic option <BR>
<BR>
livecd noapic<BR>
<BR>
It helped me solve a problem when I was constantly getting kernel logger message - Disabling IRQ #11<BR>
and my NIC was not working properly.<BR>
<BR>
Once I rebooted with noapic, all worked fine. The procedure below for effecting persistence also works in my case where I am using it for assigning a static ip.<BR>
<BR>
-SB<BR>
<BR>
On Mon, 2006-02-20 at 11:48 +0100, Kevin Deldycke wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Le Vendredi 17 F&#233;vrier 2006 18:21, david atlan (PHENO) a &#233;crit&nbsp;:</FONT>
<FONT COLOR="#000000">&gt; Dear Kevin,</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt; it worked fine with deleting the content of /mnt/erp5_cd and ERP5 starts.</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt; I have a little problem with the configuration of the Internet connection:</FONT>
<FONT COLOR="#000000">&gt; the test machine is connected to a router with DHCP server, but it doesn't</FONT>
<FONT COLOR="#000000">&gt; take the IP address? Is there anything I can try?</FONT>

<FONT COLOR="#000000">Just open a konsole and do:</FONT>

<FONT COLOR="#000000">  ifconfig eth0 up</FONT>
<FONT COLOR="#000000">  dhclient eth0</FONT>
<FONT COLOR="#000000">  ping nexedi.com</FONT>

<FONT COLOR="#000000">If you can ping nexedi.com, then your NIC is working well. Else, give us logs.</FONT>

<FONT COLOR="#000000">If your pass the previous test, the next thing to do is to make your </FONT>
<FONT COLOR="#000000">configuration persistent. To do that, edit the /mnt/erp5_cd/config.xml file </FONT>
<FONT COLOR="#000000">then restart the erp5cdtool service ( /etc/init.d/erp5cdtool restart ).</FONT>

</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>