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 (http://wiki.linuxmce.com/index.php/Unrecognized_NIC) 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/initrd
I 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?
*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
Can anyone help???? :-\
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.
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 ???