We kickstart RHEL and CentOS servers using PXE all the time. Anything specific you want to know about the process (We pretty much do what Oren described)?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Oren Held Sent: Friday, March 28, 2008 6:14 PM To: Hetz Ben Hamo Cc: ILUG Subject: Re: installing CentOS/RHEL without CD using PXE? CentOS/RHEL has the 'kickstart' over network mechanism for about a decade :) This is a big question, so in general: 1. The DVD contents should be available for reading on an NFS share. 2. TFTP server should supply PXE (see pxelinux), which would lead to the correct kernel + initrd (also on the tftp), with kernel parameters "ks" to point on your "ks.cfg". 3. DHCP would give the server its IP and the path to the TFTP PXE boot. ("next-server" dhcp parameter). I'm sure there's plenty of docs out there about ks.. On Friday, 28 March 2008 17:41:50 Hetz Ben Hamo wrote: > Hi, > > I just got an thinkpad X31 without the ultrabase, which means - no > CDROM/DVD. I don't have an external CDROM/DVD (I have 6 internal DVD > drives on my other machines already). > > So I was wondering if someone knows a way to install CentOS/RHEL (or > any other Linux distribution) without using any external DVD/CD drive, > without disk-on-key (the ISO image itself is about 3.6 GB). Any ideas? > anyone tried to install a distribution using the PXE boot? > > Also, does anyone knows any Linux program which can simulate a > CDROM/DVD drive with a PXE? > > Thanks, > Hetz ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED] ================================================================To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
