LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 02-10-2004, 12:41 PM   #16
rockee
Member
 
Registered: Feb 2004
Posts: 36

Rep: Reputation: 15
Re: just for clafification


Quote:
Originally posted by zorba4
OK, rockee,
I just would like to understant your degree of need of use.
In an ideal world, I would
1) put my ISO files on a server, acting as a jukebox server and use them.
2) boot on floppy, give the jukebox server name as nfs server.
3) is this what you want to do ?

There is another way of doing this kind of things, more classic :
1) Unpack the ISO files on an nfs server (my server was a Windows 2k nfs server, I unpacked with it with the daemon tools).
2) starting the first iso (still with daemon tools) tells you how to create the network boot floppy disk (choose the network option).
3) booting on that floppy on the final machine will ask for the name of the server.
4) If you have the full Mandrake distro, this will be successful. If you happen to have a "free" Mandrake distro, some files will be missing, you will have to go to the Mandrake site to get the missing files.

Steps 1, 2 and 3 worked fine for me. I had the "free" linux distro, I got sad at step 4 and need to be motivated again.
Now, that's the kind of help I'm looking for.

Need of use? I'm trying to familarize myself with Linux and part of my education is to learn to do installs from various places.

Dio I need to unpack to an NFS partion? Can I use FAT?

When you say "unpack", should I use the "mount" command?

I would like to install to a laptop.

Here are my choices:
On the laptop I have already installed RH 7.0 on with KDE (installed from CDs). I don't have a burner. It works, but I wnat to run the latest version. It might be interesting to try Mandrake 9.2.
In addition, it has free space of about 680MG on a FAT partition.
Should I download the first ISO image to that machine and do the install?
OR
I have another machine which I can access with ethernet which has space for all 3 images. Should I downlaod and unpack on that machine, and ftp install from it to the laptop?
 
Old 02-10-2004, 02:38 PM   #17
zorba4
Member
 
Registered: Feb 2004
Location: Paris
Posts: 398

Rep: Reputation: 31
OK, Rockke, let's start with the easyest way.
You need an NFS server. It could be a Windows or a Unix server.
Let's speak as if you have the true CD-ROMS 1, 2 and 3. We will see later how to use the ISO's as true CD's, let's say that you have them.
You copy the first CD : f
cd cdrom;time find . -print |cpio -pmdulv /mybigspace
(of course, if it's Windows, simply use the mouse).
Then, export this filesystem for NFS clients (on your IBM AIX system, or on your samba server, or on your Windows if it can be a NFS server like mine is).
Then, insert the first Mandrake CD on a standard PC running Windows 98 or anyone. This CD will tell you how to create a boot diskette for boot on the network.
Then boot on that diskette. The diskette will ask for your client IP address, and for you NFS server addres and filesystem name (/mybigspace).
Then the install continues normally, at network speed instead of CD speed.

If you happen to have error messages (error running file /somwhere/something) have a look at that file on your nfs system. If that file does not exist on your server and your client tries to run it, it will fail. That simply means that you have to get a clean version of that file on the ftp server at Mandrakecorp.

By the way, I was namely saying "NFS", not "NTFS".
NFS meaning a fileystem usable by a NFS client. Booting linux on a disquette for using a remote installation server uses TCP, the files being provided by NFS or by FTP.
See you soon
Zorba

Last edited by zorba4; 02-12-2004 at 01:38 PM.
 
Old 02-14-2004, 11:01 AM   #18
rockee
Member
 
Registered: Feb 2004
Posts: 36

Rep: Reputation: 15
Quote:
Originally posted by zorba4
OK, Rockke, let's start with the easyest way.
You need an NFS server. It could be a Windows or a Unix server.
Let's speak as if you have the true CD-ROMS 1, 2 and 3. We will see later how to use the ISO's as true CD's, let's say that you have them.
You copy the first CD : f
cd cdrom;time find . -print |cpio -pmdulv /mybigspace
(of course, if it's Windows, simply use the mouse).
Then, export this filesystem for NFS clients (on your IBM AIX system, or on your samba server, or on your Windows if it can be a NFS server like mine is).
Then, insert the first Mandrake CD on a standard PC running Windows 98 or anyone. This CD will tell you how to create a boot diskette for boot on the network.
Then boot on that diskette. The diskette will ask for your client IP address, and for you NFS server addres and filesystem name (/mybigspace).
Then the install continues normally, at network speed instead of CD speed.

If you happen to have error messages (error running file /somwhere/something) have a look at that file on your nfs system. If that file does not exist on your server and your client tries to run it, it will fail. That simply means that you have to get a clean version of that file on the ftp server at Mandrakecorp.

By the way, I was namely saying "NFS", not "NTFS".
NFS meaning a fileystem usable by a NFS client. Booting linux on a disquette for using a remote installation server uses TCP, the files being provided by NFS or by FTP.
See you soon
Zorba
I'm not certain if I can do it this way, since I may not have enough space for NFS on the other machine.

I have been trying to ftp a distribution down from a Redhat site, but the last message I received was:
"fedora core installation tree in that directory does not seem to match your boot media".

I had downloaded the boot disk from Rehat but tried the disto from a mirror site. The mirror doesn't have a boot disk image to DL. Is it possible that you need a unique boot disk for each site you are downloading from?

Any ideas?
 
  


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
Error: Unable to boot /install/2.6/linux when starting Etch Install BuckRogers01 Debian 4 08-06-2005 06:40 PM
Install any linux reads CD at Boot, but not for install Ichthus Linux - Software 0 01-23-2005 02:28 PM
Trying to install Linux...Old System won't boot/install from disk. Diademed Linux - General 4 07-25-2004 12:51 AM
How to install linux on a no-default-install-kernel-compatible controller ? DukeMC Linux - Hardware 2 11-20-2003 03:37 AM
Files from Windows Install to Linux Install Ehuwiko Linux - General 2 10-24-2003 02:57 PM

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

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