Re: RH9 pxeboot doesn't read ks= boot parameter

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



My problem is that pxeboot kicks off starts up and hits /sbin/loader...initializes the eth0 and then prompts for Installation Method. My pxe.cfg is below so it should be just starting right up in kickstart, but it doesn't. I've tried the ks=http: option but that doesn't work.

I had a similar problem. I am using very fast CPUs and found that loading down the system by quickly toggling between debug windows (ALT-F3, ALT-F4) made my system boot successfully (!). I solved the problem by patching the "loader" application, which lives on the ramdisk boot image.

My theory of what happens follows. During boot, the system performs a series of PCI probes. These appear to make the network card reset (I see the link status light blink when this happens). Immediately after this probe, loader attempts to access the kickstart file via http. This access consistently fails unless I slow down the system with keyboard strokes. My short-term fix was to have loader attempt to get the ks.cfg file multiple times (instead of just once), pausing between each attempt. It always seems to succeed the second time around. The same problem seems to plague NFS access as well. I'm not sure which subsystem is responsible for ensuring that the NIC is ready to transmit before attempting a transmission. In any case, something needs a permanent fix.

In order to apply these changes one needs to download anaconda source RPM, apply some patches to "loader" and rebuild it, mount the redhat ramdisk image, replace the loader executable, unmount the ramdisk, recompress the ramdisk. It's all quite a hassle. I'm happy to supply or post my patches.

Specifics to my system: Intel E1000 network driver version 5.0.43-k1 using Intel 82547EI Gigabit ethernet controller. Redhat 9, PXELINUX boot.

Henry Bland
University of Calgary






[Index of Archives]     [Red Hat General]     [CentOS Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux