I’m trying to install SLES11 SP3 in Moonshot platform m300 catridge. But PXE installation fails with error code “Could not find the SUSE Linux Enterprise Server 11 Repository”
I have followed the procedure mentioned below , but i feel that it still fails to load n/w driver.
how have you configured the client’s network parameters - via DHCP? Can you confirm that the installation source server is reachable under the given “name” by the client - if you specified a server DNS name, does your PXE client resolve the name?
You might want to monitor ICMP reachability of your PXE client during boot - i.e. by pinging it.
How do you try to access the installation media, via HTTP? Can you verify from the server logs that at least a connection attempt was made?
Yes, i’m using DHCP for network communication and http for file access.
Here my PXE configuration looks good, as the server is a able to boot using the ISO image,but i’m getting while trying to access the install media which happen after completing the initial boot.
Yes, i’m using DHCP for network communication and http for file access.
Here my PXE configuration looks good, as the server is a able to boot using the ISO image,but i’m getting while trying to access the install media which happen after completing the initial boot.
-Suresh[/QUOTE]
ah, ok, now I understand. I haven’t had to deal with that hardware yet, so I don’t know what to look for exactly - but you might want to check the installation logs (under /var/log/YaST2, i.e. y2log) for hints on the driver configuration. Another thing to check is whether (driver) RPMs form that extra disk are actually installed and which driver is being used (if at all) by your network interface.
Is there any way to load n/w driver manually during PXE boot if we could attach an iso image to ILO ?
we’ve been using PXE for autoyast installations, where we could run our own scripts to handle additional installation tasks. You would not even need ILO, as you could simply put the files onto the (http) server and transfer them using standard autoyast mechanisms.
Yes, i’m using DHCP for network communication and http for file access.
Here my PXE configuration looks good, as the server is a able to boot
using the ISO image,but i’m getting while trying to access the install
media which happen after completing the initial boot.[/color]
Given the error I’m thinking the network driver is loading but
possibly the NIC/switchport isn’t initialising - try adding
“netwait=30” (or 60) to your pxelinux.cfg file.
i tried that option, still its showing the error, i tried to continue by accepting that error and selected, options manually. unfortunately that also ended with error “No n/w module loaded”
I’m trying to install SLES11 SP3 in Moonshot platform m300 catridge. But PXE installation fails with error code “Could not find the SUSE Linux Enterprise Server 11 Repository”
I have followed the procedure mentioned below , but i feel that it still fails to load n/w driver.