LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-18-2003, 02:05 PM   #1
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Rep: Reputation: 32
Installing Linux with a network


I'm trying to install Linux on a computer without a CD-ROM. How do I do that with Mandrake 9? I have a network card on both and the one with CD-ROM dual-boots WinXP and Mandrake 9. My biggest challenge right now is setting up the network. I know I created an old thread on that, but it seems to be lost in the mess in the search. Since I know nothing about using networks with Linux, assume I do know nothing about it.
 
Old 05-18-2003, 05:33 PM   #2
Robert0380
LQ Guru
 
Registered: Apr 2002
Location: Atlanta
Distribution: Gentoo
Posts: 1,280

Rep: Reputation: 47
What is the setup of the network? Is it just the two computer? Is there a router connecting them? I have never setup a Linux box over a network, but i may be able to help you with getting the computers communicating atleast.
 
Old 05-18-2003, 07:16 PM   #3
manthram
Member
 
Registered: Feb 2002
Location: Fairfax, VA
Distribution: RedHat 8, Mandrake9.1, Slack9
Posts: 456

Rep: Reputation: 31
you can do a network install. share the internet connection form the first computer or connect the live net cable to the machine directly. i guess you have the mandrake CD's. on the CD's there should be a images directory, and dosutils direcoty. using windows goto dosutils and then start 'rawwritewin' and then make a image by choosing 'network.img' from the images folder. boot form the floppy. before booting goto mandrake site and form the download page write down the ip addresses or the website addresses for the for the download destination.
 
Old 05-18-2003, 08:44 PM   #4
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
I am using a 10.100 peer-to-peer network. I'm just stringing a 10 foot crossover cable directly from my desktop computer which has a CD-ROM to a laptop which uses a PCMCIA 10.100 network card. After using RAWRITE to make several disks (starting with network.img, then moving to pcmcia.img, and then to the older kernel versions), this card appears to not be properly supported under Linux, though it come with Linux drivers (daemons, whatever they're called under Linux). The newest kernels always terminate abnormally on me and the older ones appear to "want" to work but say they don't suport a network install. The wording's wierd. "We now use kernel pcmcia support and this won't work with a 2.2 kernel." On my "big" computer, my network is relatively unconfigured so I need to set that up too (and I'm clueless how at this point). As far as a web install, I cannot access the web from here as I have a dial-up connection from a company that don't have Linux. Maybe I can have it going tomorrow over the web or something. Any ideas from here?
 
Old 05-18-2003, 09:24 PM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,691

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
You can find network info in the howtos or at at the www.tldp.org.

You need to setup the network card for a static ip on the big computer. Just use the Mandrake control center under networking. Use an IP of 192.168.0.1 and netmask of 255.255.255.0.

You will need either a ftp, nfs or web server running on your big computer. Copy the install cds to the desired directory for the install method. For nfs make sure you configure the /etc/exports file.

I don't have any experience of using pcmcia with linux. Once you have the network install floppy booting and pcmcia woring with the network driver installed you will need to setup the network address on the laptop. Use 192.168.0.2 netmask 255.255.255.0. You will then need to specify which directory you copied the install CD to.

BTW check the hardware compatablility list and MDK's website to see if your pcmcia network card is supported.

Also you can only use rawwrite in a pure DOS OS. It will not work correctly in a DOS promt box in windows. Use winrawrite ( or whatever its called) instead.

Check out the documentation at MDK's website for more details.
 
Old 05-19-2003, 03:37 PM   #6
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
Now we're getting somewhere! How do I find and get a server running? I bet there's one of the three on my Mandrake CD, if I can find it. Which one's best for this purpose and how do I make it run?
 
Old 05-19-2003, 04:01 PM   #7
manthram
Member
 
Registered: Feb 2002
Location: Fairfax, VA
Distribution: RedHat 8, Mandrake9.1, Slack9
Posts: 456

Rep: Reputation: 31
ftp should be the easy one. goto /etc/xinetd.d/ directory. there should be a file with ftp in the file name. open the file and change the line which says 'default = off' to 'default = on' ( something like that)

restart xinetd i.e. '/etc/rc.d/init.d/xinetd restart'

and then you can give your ip address and the path to your cd folder during installation
 
Old 05-19-2003, 05:09 PM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,691

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
Use Mandrake control center system, services and look for proftp, nfs or httpd. If you see one make sure its running or start it up. I think nfs is the easiest.

If not then under configuration packaging select install software. Select what server you want and install.

For nfs edit the /etc/export file to add the following line:
/<cd folder> (ro,insecure,all_squash)

Select nfs during the install and use its IP address and the /<cd folder> (where ever you copied the files to, be sure its permissions allow all to read).
 
Old 05-23-2003, 04:23 PM   #9
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
I guess I'll need to set up a server on my desktop. I need more ram, too. I've ordered it though. FTP and HTTP takes 64MB Ram, and I only got 8 now. Hopefully, I can use this 128 I ordered with this thing. Anyway, any ideas why the new Mandrake 9 images would terminate abnormally while checking out my PC-Card slots? Could it be related to the fact I only have 8 MB Ram in it right now?
 
Old 06-05-2003, 10:38 PM   #10
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
I already have a NFS server, but first I gotta get my network card to pick up. My PCMCIA root controller is crashing my boot disks.
 
Old 06-16-2003, 07:54 PM   #11
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
I got it! I got it! Linux Mandrake 7.2 is on my laptop now!! ...now, how would I configure and invoke my X server?
 
Old 06-16-2003, 08:58 PM   #12
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,691

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
Did you setup x during the install process? If so then you should be already to go. Just type the command
startx

I don't remember if there is a better tool with MDK 7.2 but this will work to configure x if you know your monitor settings.
xf86config

Last edited by michaelk; 06-16-2003 at 08:59 PM.
 
Old 06-17-2003, 07:23 PM   #13
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
I think Harddrake sets up the hardware end of X, doesn't it? I remember seeing about the X-free 86, but it was only mentioned when I saw it.
 
  


Reply



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
Installing Linux from a network connection Paulo Góes Linux - Newbie 1 03-08-2005 03:22 PM
Installing Linux through network with prism2 Sauter Linux - Networking 0 12-15-2004 02:45 AM
network installing linux blackzone Linux - General 3 09-26-2004 08:46 PM
Installing linux via Network...please help deepika Linux - Newbie 4 07-19-2003 08:25 PM
Installing linux from network. Stingreen Linux - Software 3 12-21-2001 02:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:06 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