Re: tg3 network cards [SOLVED]

2008-12-19 Diskussionsfäden Ryan Steele
Ralf Utermann wrote: Ryan Steele wrote: [...] And I forgot to mention also, that I have to use a custom script to rewrite the IP in the boot.log, otherwise at the end of the installation, fai-chboot fails to connect to the server and change the pxelinux.cfg file to foo.disable. Here is that

Re: tg3 network cards [SOLVED]

2008-12-19 Diskussionsfäden Ralf Utermann
Ryan Steele wrote: [...] > And I forgot to mention also, that I have to use a custom script to > rewrite the IP in the boot.log, otherwise at the end of the > installation, fai-chboot fails to connect to the server and change the > pxelinux.cfg file to foo.disable. Here is that script: > > #! /bi

Re: tg3 network cards [SOLVED]

2008-12-12 Diskussionsfäden Thomas Lange
> On Fri, 12 Dec 2008 13:34:09 +0100, Ralf Utermann > said: > An another point: for the first tests I manually changed the initrd, but > for going in production I prefer make-fai-nfsroot just coming back > with the initrd I need. Maybe I don't see it, does FAI provide a >

Re: tg3 network cards [SOLVED]

2008-12-12 Diskussionsfäden Ralf Utermann
Ryan Steele wrote: [...] > > Ah, I (think I) forgot to tell you that I had to put 'ip=all' in the > pxelinux.cfg, otherwise you either hang or get kernel panics. > >>> Basically, when we PXE boot with the pxelinux.cfg file set up by >>> fai-chboot using ip=dhcp, we end up using the /scripts/live

Re: tg3 network cards [SOLVED]

2008-12-11 Diskussionsfäden Ryan Steele
Ryan Steele wrote: Ralf Utermann wrote: Ryan Steele wrote: [...] 638:# make /scripts/live use configure_networking just like /scripts/nfs does 639:#ipconfig ${DEVICE} | tee /netboot.config 640:configure_networking And this change to /scripts/functions, at the bottom of the conf

Re: tg3 network cards [SOLVED]

2008-12-11 Diskussionsfäden Ryan Steele
Ralf Utermann wrote: Ryan Steele wrote: [...] 638:# make /scripts/live use configure_networking just like /scripts/nfs does 639:#ipconfig ${DEVICE} | tee /netboot.config 640:configure_networking And this change to /scripts/functions, at the bottom of the configure_networking fu

Re: tg3 network cards [SOLVED]

2008-12-11 Diskussionsfäden Ralf Utermann
Ryan Steele wrote: [...] > > 638:# make /scripts/live use configure_networking just like > /scripts/nfs does > 639:#ipconfig ${DEVICE} | tee /netboot.config > 640:configure_networking > > > > And this change to /scripts/functions, at the bottom of the > configure_networking function

Re: tg3 network cards [SOLVED]

2008-12-08 Diskussionsfäden Ryan Steele
Ryan Steele wrote: Ryan Steele wrote: Ralf Utermann wrote: Ryan Steele wrote: [...] Just out of curiosity, what does your udev rule hack look like? I wrote mine in Perl, which isn't available in the initramfs. I'd be interested to see your implementation if you care to share it. it'

Re: tg3 network cards [SOLVED]

2008-12-08 Diskussionsfäden Ryan Steele
Ryan Steele wrote: Ralf Utermann wrote: Ryan Steele wrote: [...] Just out of curiosity, what does your udev rule hack look like? I wrote mine in Perl, which isn't available in the initramfs. I'd be interested to see your implementation if you care to share it. it's just a hook sh scr