Operating System - Linux
1840256 Members
3333 Online
110162 Solutions
New Discussion

Re: pxelinux and kickstart problem ...

 
K.C. Chan
Trusted Contributor

pxelinux and kickstart problem ...

All,
I am using tftp to boot off the network then install Redhat linux via kickstart. However during the dhcp process, I believe it's configuring the wrong device. How can I tell pxelinux during boot to use eth1 for dhcp request. Thanks.
Reputation of a thousand years can be determined by the conduct of an hour
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: pxelinux and kickstart problem ...

I'm looking forward to an actual solution. I had the same situation and gave up, eventually switching the network cables temporarily so the default boot would work off the internet.

I consider this a workaround, not a solutions.

In general, I've avoided having to solve this problem by pointing eth0 at the public Internet for these installs.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Bill Douglass
Esteemed Contributor

Re: pxelinux and kickstart problem ...

If you use a CD to start-up, you can specify the device to use at the boot prompt:

linux ks=nfs:x.x.x.x:/path ksdevice=eth1

Keep in mind that once the kcikstart begins, you have control over which network device(s) are configured and how, using the kickstart config file.