LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 10-27-2004, 02:14 PM   #1
scottie4442
Member
 
Registered: Aug 2003
Location: El Dorado, AR, USA
Distribution: Debian, Mandrake, Suse, Knoppix, Lindows
Posts: 33

Rep: Reputation: 15
making a network installation server for Fedora Core 1


I am teaching a Linux class in my College degree program and would like to be able to have the students install Fedora Core 1 from the classroom server, which is also running Fedora Core 1 BTW. I have downloaded all the files from the Fedora Core project, turned on the pxe, tftp and dhcp servers and all are working fine. What other steps do I need to complete to make it possible to boot to the server and then do a network install. Any help would be appreciated. Thank you.

Scott Adams
Computer Network Instructor
SEARK College
Piune Bluff, Arkansas
 
Old 10-28-2004, 12:47 PM   #2
kostason
Member
 
Registered: Aug 2004
Location: Greece
Distribution: Fedora Core 2, DeLi Linux 0.6.1, Slackware 10.0
Posts: 105

Rep: Reputation: 15
hi,

for network installation check the following links:
http://www.redhat.com/docs/manuals/l...stall-net.html
http://www.redhat.com/docs/manuals/l...stall-nfs.html
http://www.redhat.com/docs/manuals/l...stall-ftp.html
http://www.redhat.com/docs/manuals/l...tall-http.html
 
Old 10-30-2004, 07:07 PM   #3
xushi
Senior Member
 
Registered: Jun 2003
Location: UK
Distribution: Gentoo
Posts: 1,288

Rep: Reputation: 45
This may sound weird, and my apologies if im wrong.. you must get this alot..

But is this the same "Scott Adams" i'm thinking of? =))
 
Old 11-01-2004, 06:27 PM   #4
baz2
Member
 
Registered: Nov 2002
Posts: 73

Rep: Reputation: 15
Unattended nfs/kickstart installation

Beyond what kostason posted, is your hardware all identical? Then the easiest way to do a network install is to use nfs and kickstart. If your hardware is indetical, do a manual install from CD on a reference machine. You could even make this the nfs server. At the end of the install, there will be an "anaconda-ks.cfg" file in root's home folder that you can edit. Edit the first two lines to something like:

install
nfs --server=IPADDR --dir=/location/of/disk/space

The "dir" should point to where you copied the redhat (or fedora!) cdrom files per the instructions in

http://www.redhat.com/docs/manuals/l...stall-net.html

This needs to be exported via nfs. The IPADDR is the address of the nfs server hosting the exported directory.

To make this completely automatic, add the --resolvedeps switch to the %packages line in your kickstart file:

%packages --resolve deps

Copy the edited anaconda-ks.cfg file to /location/of/disk/space/ks.cfg

To do the network installation -- btw, pxe, tftp, and dhcp are all irrelevant here -- burn the boot.iso that you can find in the images directory of the first cd to create a bootable cd. Use this CD on the machine you want to install to. Boot up, and at the "boot:" prompt, enter:

boot: linux ks=nfs:IPADDR:/location/of/disk/space/ks.cfg

If all goes well, you get a fully unattended installation from the nfs server.

Last edited by baz2; 11-01-2004 at 06:28 PM.
 
Old 03-31-2005, 06:45 PM   #5
scottie4442
Member
 
Registered: Aug 2003
Location: El Dorado, AR, USA
Distribution: Debian, Mandrake, Suse, Knoppix, Lindows
Posts: 33

Original Poster
Rep: Reputation: 15
got it working (just for information sake)

I finally got everything working. Just for anyone else's information this is the setup:

Server running Fedora Core 3
copied the files to a directory with an NFS share
got DHCP up and running
setup PXE so that it has a menu with selections for local boot, linux, and windows
when linux is selected it runs small program that basically acts like it is the cdrom
when asked, in the installation, where to install from we use NFS and point to the server.

Works like a charm and we have done several dozen installs from this method, I highly recommend this method for those that have to do a lot of installs/reinstalls of linux, such as a school lab, meeting area, library, etc.

Hope this helps.


P.S. I used a program called Unattended to do the same thing with Windows XP (YUCH, YUCH, YUCH, must go home and wash my mouth out with beer), have to have both in my environment.

Oh, and for the person that asked I am probably not the Scott Adams you are thinking of, I did not create Dilbert nor did I write any of the AdventureLand games back in the 80's (I did write other software back then just not games)
 
Old 10-15-2006, 05:59 PM   #6
ciberrust
Member
 
Registered: Dec 2003
Location: AUS
Distribution: CentOs, OpenSuse, Ubuntu, Leopard :D
Posts: 97

Rep: Reputation: 15
Unhappy

Quote:
Originally Posted by scottie4442
I finally got everything working. Just for anyone else's information this is the setup:

Server running Fedora Core 3
copied the files to a directory with an NFS share
got DHCP up and running
setup PXE so that it has a menu with selections for local boot, linux, and windows
when linux is selected it runs small program that basically acts like it is the cdrom
when asked, in the installation, where to install from we use NFS and point to the server.

Works like a charm and we have done several dozen installs from this method, I highly recommend this method for those that have to do a lot of installs/reinstalls of linux, such as a school lab, meeting area, library, etc.

Hope this helps.


P.S. I used a program called Unattended to do the same thing with Windows XP (YUCH, YUCH, YUCH, must go home and wash my mouth out with beer), have to have both in my environment.

Oh, and for the person that asked I am probably not the Scott Adams you are thinking of, I did not create Dilbert nor did I write any of the AdventureLand games back in the 80's (I did write other software back then just not games)



hello i lost you in "copied the files to a directory with an NFS share" i really don't know if i'm doing that rigth. i get a ip addres but rigth after that (PXE-E53 "No boot filename received")
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Making custom Fedora Core 3 CD's (genhdlist) DJ Shaji Fedora 0 05-30-2005 01:41 AM
Making Fedora Core 3 DVD updated? johnnydangerous Fedora 1 02-08-2005 07:13 AM
Making Fluxbox the Default Display Manager in Fedora Core II pcflight Linux - Software 3 09-29-2004 11:20 AM
Making 4 button mouse work in Fedora Core 1? misterclear Linux - Hardware 1 03-31-2004 01:43 PM
making a webpage server and home network server on the same computer ferretmanus Linux - Networking 1 09-11-2003 11:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 04:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration