LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-25-2004, 04:51 AM   #1
jamie_barrow
Member
 
Registered: Jul 2003
Location: Gauteng, South Africa
Distribution: Windows XP, yup :D Will be back onto Ubuntu probably someday
Posts: 107

Rep: Reputation: 15
Installing from ISOs without burning them?


I am currently using redhat 9 but i would like to try out some of the other distros I have downloaded.

I was just wondering if I could do this by copying the ISO images to the hard disk, then maybe change a config file, then reboot the system and have the ISO images boot up?

Is this possible, first of all.

Then, second, can I install another distro over another from the hard disk? Will it have to format the disk and if it does, will it (or should i say can it!) keep the ISO images and format the rest (I dont think so, but you never know with Linux!).

Thanks a lot,

Jamie --- Proudly South African
 
Old 01-25-2004, 05:16 AM   #2
LinuxLala
Senior Member
 
Registered: Aug 2003
Location: New Delhi, India
Distribution: Fedora 7
Posts: 1,305

Rep: Reputation: 45
You can install Linux from the iso image files. the procedure is pretty easy and all you need to di is
1. Make the partition and dump the isos there
2. when installing just give the location of the isos. Search LQ and you will find more info.

No you cannot change any setting and make the iso images boot. You have to install linux onto the hard disc. OR you can try Knoppix which is a bootable Linux distro and you dont have to install it.

You can install one linux distro over the other but ppl who have tried this dont recommend it. You should format the partition and then install the new os.
 
Old 01-25-2004, 09:37 AM   #3
jamie_barrow
Member
 
Registered: Jul 2003
Location: Gauteng, South Africa
Distribution: Windows XP, yup :D Will be back onto Ubuntu probably someday
Posts: 107

Original Poster
Rep: Reputation: 15
oh well, thanks anyway. I see you are using Fedora, is it worth downloading? i.e. is it better than Redhat (9) or is it just Redhat with a different name?
 
Old 01-26-2004, 05:03 PM   #4
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
If I understand you correctly, you want to save an ISO image to your harddrive and make your bootloader (such as LiLo) boot from it. You possibly could make a system boot an ISO image that is on your harddrive, but it isn't really worth the effort. My guess is that you wold have to create an initial ram disk that mounts the partition on which the ISO resides, then mounts the ISO image as a loopback device, and then finds/runs the install script from the mounted ISO image. Not worth the hassle.

Many distros allow you to install from an ISO image anyway - certainly Mandrake does. Mount the ISO image as a loopback device (#mount file.iso -o loop /mnt/mountpoint) and check out the bootfloppies available for it.

Or you could just burn it to CDRW
 
Old 01-26-2004, 09:45 PM   #5
LinuxLala
Senior Member
 
Registered: Aug 2003
Location: New Delhi, India
Distribution: Fedora 7
Posts: 1,305

Rep: Reputation: 45
Quote:
Originally posted by jamie_barrow
oh well, thanks anyway. I see you are using Fedora, is it worth downloading? i.e. is it better than Redhat (9) or is it just Redhat with a different name?
I'd say it is just RH with a different name I have not noticed anything different from RH9 thus far.

Cheers
 
Old 01-26-2004, 10:21 PM   #6
electronic spar
LQ Newbie
 
Registered: Dec 2003
Posts: 9

Rep: Reputation: 0
I downloaded lm10.0 beta1 iso's. They checked ok with md5sum. I tried to install from hd from those iso's and the install program could not find the /mandrake/base directory it was looking for, so I tried putting in the whole MandrakeLinux-10.0-beta1.i586.iso and it could find it, then I followed the directions of LinuxLala

"You can install Linux from the iso image files. the procedure is pretty easy and all you need to di is
1. Make the partition and dump the isos there
2. when installing just give the location of the isos. "

by putting the iso's in root directory of my hda1 (fat32) and no success. Could somebody please spell out what I have to do to make the installl from iso's. Now I made the floppy to boot from hd, but all I had was lm9.2 cd to create the boot disk, so then that was a problem too.

- I burned 3 cdr's and they are not (first I tried to do it with cdrw, but seems like the cdrw is not big enough so noting was put on cd1 - I use nero btw.)

Cheers
 
Old 01-26-2004, 10:24 PM   #7
electronic spar
LQ Newbie
 
Registered: Dec 2003
Posts: 9

Rep: Reputation: 0
I use lm9.2 on a compaq presario 2175ca laptop and since my pcmcia and power management don't work I'm eager to try lm10.0beta1 hoping the new 2.6.1 kernel will help.
 
Old 01-26-2004, 10:29 PM   #8
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Use the hd.img floppy image if you want to installed from saved ISO files. Then boot using this floppy.
 
Old 01-26-2004, 10:55 PM   #9
electronic spar
LQ Newbie
 
Registered: Dec 2003
Posts: 9

Rep: Reputation: 0
I did that jschiwal, but it couldn't find what it was looking for?

I selected hda1 where the iso's are (and some other files) in root directory of fat32 partition. Do I have to type anything special on the line where it says directory or iso image?

Thanks
 
Old 01-27-2004, 12:31 AM   #10
santiagosilva
Member
 
Registered: Jan 2004
Posts: 214

Rep: Reputation: 30
stupid question

I've read the questions and answers on this thread,
I have a question:
When you put the ISO file on it's own partition, did you put it in a directory,
or just on it's own in that partition?

Because if it's in, let's say, C:\myISOfile\file.ISO
and when you mount, you only point to hdaX and the .ISO file, when you really should be pointing to hdaX\myISOfile\
or rather just put the .ISO file in hdaX

Am I making any sense?

Well, I just know that I've had problems with little details such as this 'back in the day'.


hope this helps
//Santiago Winnipeg, canada
 
Old 01-27-2004, 03:40 AM   #11
LinuxLala
Senior Member
 
Registered: Aug 2003
Location: New Delhi, India
Distribution: Fedora 7
Posts: 1,305

Rep: Reputation: 45
Quote:
Originally posted by electronic spar

by putting the iso's in root directory of my hda1 (fat32) and no success.
This is the problem. You should have made the partition as ext2 or ext3.

Check out
http://www.thinkdigit.com/howto.html
 
Old 01-27-2004, 06:19 PM   #12
electronic spar
LQ Newbie
 
Registered: Dec 2003
Posts: 9

Rep: Reputation: 0
Thank you kindly, now I know it has to be a linux partition!

Thanks!
 
Old 01-28-2004, 01:02 AM   #13
LinuxLala
Senior Member
 
Registered: Aug 2003
Location: New Delhi, India
Distribution: Fedora 7
Posts: 1,305

Rep: Reputation: 45
No problem. Glad to be of service man.

Cheers.
 
Old 06-23-2004, 05:06 PM   #14
DesiLILO
Member
 
Registered: Mar 2004
Location: Singapore
Distribution: Mandrake Linux 10.1 CE, Fedora Core 3 T3, Adios
Posts: 42

Rep: Reputation: 15
Quote:
If I understand you correctly, you want to save an ISO image to your harddrive and make your bootloader (such as LiLo) boot from it.
this is what I want to do too!

Quote:
My guess is that you wold have to create an initial ram disk that mounts the partition on which the ISO resides, then mounts the ISO image as a loopback device, and then finds/runs the install script from the mounted ISO image. Not worth the hassle.
Can you please tell me how to do this if you know it?

Quote:
Many distros allow you to install from an ISO image anyway - certainly Mandrake does. Mount the ISO image as a loopback device (#mount file.iso -o loop /mnt/mountpoint) and check out the bootfloppies available for it.
but my laptop doesnt have a floppy drive
 
Old 07-05-2007, 10:12 AM   #15
Janux_NET
LQ Newbie
 
Registered: May 2007
Distribution: Slackware
Posts: 16

Rep: Reputation: 1
Installing with ISOs, but without burning them!

Quote:
Originally Posted by jamie_barrow
I am currently using redhat 9 but i would like to try out some of the other distros I have downloaded.

I was just wondering if I could do this by copying the ISO images to the hard disk, then maybe change a config file, then reboot the system and have the ISO images boot up?

Is this possible, first of all.

Then, second, can I install another distro over another from the hard disk? Will it have to format the disk and if it does, will it (or should i say can it!) keep the ISO images and format the rest (I dont think so, but you never know with Linux!).

Thanks a lot,

Jamie --- Proudly South African

This is my post and I hope it helps, just yesterday I do this with the ISOs of Slackware 12, because I don't have CD/DVD writer and even any diskette on hand.

http://www.linuxquestions.org/questi...d.php?t=566812

I think that if your distribution have an usbboot.img image to write it to an usb pendrive and then allow you to boot from it, and in the instalation menu, a category to load the instalation files from a folder in the harddisk, this can help you.

Regards! and good luck!
 
  


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
Probs d/loading/burning RH 9 isos - newbie arjay Red Hat 14 04-11-2005 11:24 AM
Help with Burning mandrake 10.1 isos (Roxio) Ytsejammer Linux - General 2 12-19-2004 11:52 AM
Simple scripts for making isos and burning them on cd! jlturbos Linux - General 3 02-27-2004 06:52 AM
Burning Slackware ISOs sxa Slackware 3 02-06-2004 07:12 AM
Burning Isos Born^Dead Linux - Software 4 07-30-2003 06:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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