News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Kernel Panic with e100 NIC

Started by wierdbeard65, February 15, 2010, 11:37:33 PM

Previous topic - Next topic

wierdbeard65

Hi!

Ok, I have an old Compaq box that I'm trying to get working as my first MD. If I boot it from my Kubuntu 8.10 Live CD and to an LSMOD I see that it is using the e100 driver. It connects to the network and it can ping DCE Router.

If I pxe boot it, though, I get a kernel panic of the "cannot open /tmp/net-eth0.conf" variety.

I have followed the wiki on unknown nics and added e100 to /etc/initramfs-tools-interactor/modules. I regenerated initrd (the script /usr/pluto/bin/Diskless_BuildDefaultImage.sh doesn't exist, so I used mkinitramfs -d /etc/initramfs-tools-interactor/ -o /tftpboot/default/initrdI tried unpacking initrd and looking at the modules file in it e100 is there.

I have no idea where to go from here. Any suggestions?
Paul
If you have the time to help, please see where I have got to at: [url="http://wiki.linuxmce.org/index.php/User:Wierdbeard65"]http://wiki.linuxmce.org/index.php/User:Wierdbeard65[/url]

wierdbeard65

*Bump*

Ok, I know I only posted this last night, but SWMBO is away for a couple of days (comes back tomorrow) and I was hoping to have my MD up and running when she gets back. Running out of time! ;)

Anyone have any ideas on this one?

TIA
Paul
If you have the time to help, please see where I have got to at: [url="http://wiki.linuxmce.org/index.php/User:Wierdbeard65"]http://wiki.linuxmce.org/index.php/User:Wierdbeard65[/url]

wierdbeard65

Paul
If you have the time to help, please see where I have got to at: [url="http://wiki.linuxmce.org/index.php/User:Wierdbeard65"]http://wiki.linuxmce.org/index.php/User:Wierdbeard65[/url]

phenigma

Has the core created a directory for the media director under /usr/pluto/diskless/## yet?

If the core has created the diskless directory for the media director then the tftp server will serve up /tftpboot/##/vmlinuz  & /tftpboot/##/initrd.img which are symlinked to /usr/pluto/diskless/##/boot/vmlinuz and /usr/pluto/diskless/##/boot/initrd.img rather than the kernel in the /tftpboot/default directory.  So if the /usr/pluto/diskless/## folder exists copy your new kernels from /tftpboot/default to /usr/pluto/diskless/##/boot/ and try the boot again.

I'm grasping....

J.
My setup: [url="http://wiki.linuxmce.org/index.php/User:Phenigma"]http://wiki.linuxmce.org/index.php/User:Phenigma[/url]

wierdbeard65

Thanks for the response!

No, the directory hasn't appeared yet. The MD has yet to boot fully (and thus create the directory structure). I'm therefor working with the default vmlinuz and initrd files  ???
Paul
If you have the time to help, please see where I have got to at: [url="http://wiki.linuxmce.org/index.php/User:Wierdbeard65"]http://wiki.linuxmce.org/index.php/User:Wierdbeard65[/url]