Forum     

Go Back   Digit Technology Discussion Forum > Community > Tutorials
Register FAQ Calendar Mark Forums Read

Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit

Closed Thread
 
LinkBack (4) Thread Tools Display Modes
Old 21-07-2006, 04:11 PM   4 links from elsewhere to this Post. Click to view. #1 (permalink)
-The BlacKCoaT Operative-
 
Rollercoaster's Avatar
 
Join Date: Mar 2005
Location: Dehradun, India
Posts: 1,205
Default Make/Convert DVD iso from CD isos of Fedora Core 5(linux)

allright people.. lots of ya all seem to be interested in this.

it is quite simple. Since things have gone multi-giga-byte now a days, handeling one DVD is way easier then poppin n jiggling six CDs one after the other.

Ok here are the steps.

What u need:
1. The CD isos of Fedora core 5 ofcourse(the 1st five only, as sixth is rescue)
2. Magic ISO to edit images. or any other free alternative
3. An editor.
4. A Dvd Burner.
5. Daemon tools(makes life easier and lessens the free space req.)
6. 4 Gb free HDD space(+ the space the CD isos are taking up)

HowTo:
1. Copy the CD1 to a temp folder.(there should be 4 GB space on this drive)
2. Open Magic ISO and browse for the file.
3. From the root of the image see for a file named ".diskinfo"
4. Right click and extract on desktop.
5. Open a command promp and type "edit"(notepad doest work with this nicely, u can use textpad too)

6. Browse to the ".diskinfo" file. it will look like this:
Code:
1142397842.393345
Fedora Core
x86_64
1
Fedora/base
Fedora/RPMS
Fedora/pixmaps
7. Edit the file to look like this, basically append ",2,3,4,5" after "1" in line 4.
Code:
1142397842.393345
Fedora Core
x86_64
1,2,3,4,5
Fedora/base
Fedora/RPMS
Fedora/pixmaps
8. Save the file.

9. Drag and drop it to the open iso in Magiciso.

10. Right click on daemon tools in the taskbar and goto virtual CD/DVD-ROM>set no of deviced>4 Drives.

11. After the drives have been created left click on daemon tools again and select "Device 0" and Browse to the 2nd CD image to mount it.

12. Repeat the above step for Cds 3 thru 5. (and select device 1 thru 3 respectively). You should have cds 2 thru 5 loaded in virtual drives. check thru My computer.

13. Next, for each drive(mounted image) go to Drive:\Fedora\RPMS and select and drag and drop all files onto the magic iso window under the folder Fedora\RPMS.(alternatively add then thru magic iso, whatever, just add all). You will be asked to over write a file "TRANS.TBL" each time u drag and drop. just select yes(for explanation see page 3 of this thread).

14. After you have added all rpm files. select File>save under magiciso. rename the file to DVD from CD.

15. You are all done. Now Burn and enjoy!!!


Clean UP:
1. Left click on deamon tools and select unmount all.
2. Right click deamon tools and goto virtual CD/DVD-ROM>set no of deviced>1 Drives
3. Delete the CD isos if u want to free up space(1st check the DVD Image to be sure)
4. Delete ".diskinfo" from desktop

SHORTCOMING: This media will NOT pass the media check. so do no test it. If u are paranoid'nf then load a virtual machine and emulate the linux setup and "media-check" the individual cd isos there. To make it pass the media check u need to regenerate the checksums. which is beyond the scope here and worthless for home users. others google.

Blog __________________________________________________ __________________________________________________ ______________


EDIT: src2206 and aditya.shevade were interested in the reverse i.e. DVD to CD iso...
(this is a painfull method)

1. Go to the fedora website hosting the CD isos.
2. Directly mount the CD isos one by one in deamon tools via the webaddress(suppose drive x)
3. Run "CMD" and execute the following commands:
4. Change directory to drive x by typeing "x:"
5. type "copy .diskinfo c:\cd1.diskinfo"
6. Type "tree > c:\cd1.txt"
7. Load the next iso in deamon tools and repeat the two commands above but keep changing the 'cd1' to cd2 and so on(in both commands).
8. Now after u have all the directory structure u gotta get working. load the DVD iso in deamon tools
9. Now using explorer create five folders named CD1 ... CD5
10. See the directory structure but running CMD and using the edit utility.
11. Now for each folder duplicate the contents by copying the files from DVD according to the CD structure.
12. Rename each "cdx.diskinfo" file to ".diskinfo" and place in respectibe CD folder
13. Make iso using magiciso or nero.
14. Varify the file size.
15. Any files u dont find in the DVD, copy them off by loading the CD iso
again in Deamon tools directly from the web.

I sincerely dont think u will go thru the above painfull process.
I am not aware of any simpler processes except downloading the ISO images.
Just think of my effort to write this procedure and try it. give feedback.
I havent tried the above so no promices but logically it should work.
__________________
--------------------------------------------
Holding my last breath, safe inside myself.....
--------------------------------------------
I dont use my computer. I misuse it- रोलरकोस्टर

Last edited by Rollercoaster; 12-12-2008 at 12:43 PM. Reason: for better searchable title
Rollercoaster is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 21-07-2006, 06:32 PM   #2 (permalink)
In The Zone
 
plsoft's Avatar
 
Join Date: Mar 2005
Posts: 234
Default Re: Make DVD iso from CD isos of Fedora Core 5

Thnx Roller, have been looking for this.
Quote:
Originally Posted by Rollercoaster
SHORTCOMING: This media will NOT pass the media check. so do no test it. If u are paranoid'nf then load a virtual machine and emulate the linux setup and "media-check" the individual cd isos there. To make it pass the media check u need to regenerate the checksums. which is beyond the scope here and worthless for home users. others google.
Will it still install fine?
plsoft is offline  
Old 21-07-2006, 06:48 PM   #3 (permalink)
In The Zone
 
rohan's Avatar
 
Join Date: Mar 2004
Location: Bangalore
Posts: 297
Default Re: Make DVD iso from CD isos of Fedora Core 5

thanks a lot for that tutorial... i was looking for something like that...
__________________
If there wasn't greed, we still would have been single-celled organisms.
rohan is offline  
Old 21-07-2006, 07:21 PM   #4 (permalink)
In The Zone
 
Venom's Avatar
 
Join Date: Jun 2006
Posts: 240
Default Re: Make DVD iso from CD isos of Fedora Core 5

@plsoft - I have tried this out, it just fails the media check due to those checksum variations, but it installs fine.
Venom is offline  
Old 21-07-2006, 07:29 PM   #5 (permalink)
-The BlacKCoaT Operative-
 
Rollercoaster's Avatar
 
Join Date: Mar 2005
Location: Dehradun, India
Posts: 1,205
Default Re: Make DVD iso from CD isos of Fedora Core 5

Yes the everything is exactly as the original DVD from Redhat.
The checksum fails as it is for only the 1st cd.
to make the checksum it needs to be recalculated for the disk and written inplace of the old value.

If you want to create a media checksum for the installation software to look at when you do a media test during install, then following these additional steps(from linux env):

a. Install the anaconda source rpm located on disc5 and cd /usr/src/redhat

b. Comment out the BuildPreReq line in SPECS/anaconda.spec

c. Run rpmbuild -bp SPECS/anaconda.spec

d. Go to BUILD/anaconda-8.0/isomd5sum

e. Run "make"

f. Run "./implantisomd5 ..../dvd.iso" (where ... is
replaced with the path to your new ISO image). This step
will take several minutes and not provide any feedback while
it runs.

note: Not tested. Old method.
__________________
--------------------------------------------
Holding my last breath, safe inside myself.....
--------------------------------------------
I dont use my computer. I misuse it- रोलरकोस्टर

Last edited by Rollercoaster; 21-07-2006 at 07:31 PM.
Rollercoaster is offline  
Old 21-07-2006, 08:01 PM   #6 (permalink)
In The Zone
 
plsoft's Avatar
 
Join Date: Mar 2005
Posts: 234
Default Re: Make DVD iso from CD isos of Fedora Core 5

@Venom, will try out based on yur comment. Nways the final iso file comes out to 3.19 GB, is this the correct size?
plsoft is offline  
Old 21-07-2006, 10:36 PM   #7 (permalink)
Console Freak
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: Sangli-Maharashtra
Posts: 991
Default Re: Make DVD iso from CD isos of Fedora Core 5

Umm... A question.... Can the above process be reversed (a curiosity)? Can we create 5 isos to be burnt on 5 cds? I know that it's unnecessary but can it be done?

Aditya
aditya.shevade is offline  
Old 22-07-2006, 07:09 AM   #8 (permalink)
-The BlacKCoaT Operative-
 
Rollercoaster's Avatar
 
Join Date: Mar 2005
Location: Dehradun, India
Posts: 1,205
Default Re: Make DVD iso from CD isos of Fedora Core 5

@plsoft, yes the size is correct.

@aditya, well with linux virtually everythigh is possible. it is just a matter of creating the right file structure and ".diskinfo" files to manage multiple medias. if u have a problem of not having a dvd burner u can use a RW cd or a Pen drive to write the driive\images\boot.iso and then install with the command "linux askmethod" and choose the hdd partition containing the dvd image. for this u will need to have the partition in fat 32 format.
__________________
--------------------------------------------
Holding my last breath, safe inside myself.....
--------------------------------------------
I dont use my computer. I misuse it- रोलरकोस्टर
Rollercoaster is offline  
Old 22-07-2006, 11:57 PM   #9 (permalink)
Console Freak
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: Sangli-Maharashtra
Posts: 991
Default Re: Make DVD iso from CD isos of Fedora Core 5

@ rollercoaster

Can you please tell me how to boot linux from an iso on the hard disk in a little detail? Please... I have got a DVD writer but that's on the laptop and I want the linux in Desktop and that dosen't contain a dvd drive. I don't have a lan card also. .

Please tell me how to boot linux from DVD as well as CD images from the HDD.

Aditya
aditya.shevade is offline  
Old 23-07-2006, 11:31 AM   #10 (permalink)
-The BlacKCoaT Operative-
 
Rollercoaster's Avatar
 
Join Date: Mar 2005
Location: Dehradun, India
Posts: 1,205
Default Re: Make DVD iso from CD isos of Fedora Core 5

@aditya

1. Load the cd1/dvd image in deamon tools/nero image drive
2. Copy file drive:\images\boot.iso to desktop
3. open and burn on a disk
4. Make sure all the CD ISOs or the DVD iso are/in on a FAT 32 partition(make one using partition magic or something for 3.5 gb) as NTFS is not readable at boot
5. restart and boot with the cd u just burnt
6. when the prompt comes type "linux askmethod"
7. then when it asks abt the source select "Hard Disk"
8. now select the partition where the images are stored
9. now when the installer finds the images it will start the setup as usual.
10. enjoy
__________________
--------------------------------------------
Holding my last breath, safe inside myself.....
--------------------------------------------
I dont use my computer. I misuse it- रोलरकोस्टर
Rollercoaster is offline  
Old 23-07-2006, 12:14 PM   #11 (permalink)
Google Bot
 
Pathik's Avatar
 
Join Date: Aug 2005
Posts: 9,751
Default Re: Make DVD iso from CD isos of Fedora Core 5

@roller i think he was askin for a way to directly boot 4m isos on hdd......
@aditya u can use vpc or vmware for that.....
Pathik is offline  
Old 23-07-2006, 04:29 PM   #12 (permalink)
Console Freak
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: Sangli-Maharashtra
Posts: 991
Default Re: Make DVD iso from CD isos of Fedora Core 5

Thanks roller coaster.

@ pathiks

I want to boot linux from HDD. I have a live cd. Is there any way that will enable me to install that LIVE CD on my HDD?

What is vpc/vmware?

Where can I get that?

If I store an image on hdd, is there any way that can be used to boot from that image? without burning it on a disk as the size of image > cd and I don't have a dvd writer on that pc.

Aditya
aditya.shevade is offline  
Old 23-07-2006, 04:37 PM   #13 (permalink)
Google Bot
 
Pathik's Avatar
 
Join Date: Aug 2005
Posts: 9,751
Default Re: Make DVD iso from CD isos of Fedora Core 5

@aditya i was talking about MS VIRTUAL PC... and VMWARE....google them
they r virtualisation softwares.... if u wanna boot using ISOs then install VPC/VMWARE and boot 4m that ISO...
Pathik is offline  
Old 23-07-2006, 06:37 PM   #14 (permalink)
-The BlacKCoaT Operative-
 
Rollercoaster's Avatar
 
Join Date: Mar 2005
Location: Dehradun, India
Posts: 1,205
Default Re: Make DVD iso from CD isos of Fedora Core 5

there is no point in using vmware. that stuff is slow and when u can do it on vmware then u can do it better in real.

no u cannot boot from an iso image from hdd. atleast i dont think so. why dont u use a pendrive? just use one of those utilities(google) to write the boot image on the pendrive. or better still use a RW disk.
__________________
--------------------------------------------
Holding my last breath, safe inside myself.....
--------------------------------------------
I dont use my computer. I misuse it- रोलरकोस्टर
Rollercoaster is offline  
Old 24-07-2006, 09:29 AM   #15 (permalink)
Console Freak
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: Sangli-Maharashtra
Posts: 991
Default Re: Make DVD iso from CD isos of Fedora Core 5

Hi

The size of the fedora image on the dvd is too big. I will need a huge pendrive. It won't fit in a cdrw.

Aditya
aditya.shevade is offline  
Old 24-07-2006, 10:20 AM   #16 (permalink)
Administratus Rotundus
 
FatBeing's Avatar
 
Join Date: Jan 2006
Location: Pittsburgh, PA
Posts: 385
Default Re: Make DVD iso from CD isos of Fedora Core 5

Stuck this; it should be useful for quite a few people.

Anyone tried this with other distros as well?
__________________
YOU SHALL PAY FOR YOUR SINS!
(In case you have already paid, please ignore this notice)
FatBeing is offline  
Old 24-07-2006, 12:09 PM   #17 (permalink)
-The BlacKCoaT Operative-
 
Rollercoaster's Avatar
 
Join Date: Mar 2005
Location: Dehradun, India
Posts: 1,205
Default Re: Make DVD iso from CD isos of Fedora Core 5

Quote:
Originally Posted by FatBeing
Stuck this; it should be useful for quite a few people.

Anyone tried this with other distros as well?
thankx for the sticky.. my 1st one


btw this is a anaconda feature.. so it should work with whatever distros that use anaconda
.
.
.

Quote:
Originally Posted by aditya.shevade
Hi

The size of the fedora image on the dvd is too big. I will need a huge pendrive. It won't fit in a cdrw.

Aditya
dude.. u dont need to write the fedora image.. when u load this image browse to the directory (mounteddrive):\Images and see for a boot.iso file in this directory.. it is 6.9mb only..

basically the image file in inside the main image.

Alternatively u can do this by burning the CD1 image or the CD6 rescue image too.. just type "linux askmethod" at the boot prompt. It is the same...
.
.
.
__________________
--------------------------------------------
Holding my last breath, safe inside myself.....
--------------------------------------------
I dont use my computer. I misuse it- रोलरकोस्टर

Last edited by Rollercoaster; 24-07-2006 at 12:15 PM. Reason: Automerged Doublepost
Rollercoaster is offline  
Old 24-07-2006, 07:55 PM   #18 (permalink)
GaurishSharma.com
 
gary4gar's Avatar
 
Join Date: May 2005
Location: Jaipur
Posts: 4,097
Default Re: Make DVD iso from CD isos of Fedora Core 5

good work mate
i posted here because the "thanx" button is missing.
wonder what admins are doing
might be making some good changes
gary4gar is offline  
Old 24-07-2006, 08:06 PM   #19 (permalink)
NEXT BILL GATES
 
mihirvashist's Avatar
 
Join Date: Mar 2006
Location: NEW DELHI
Posts: 150
Default Re: Make DVD iso from CD isos of Fedora Core 5

thnx really helpful
__________________
KNOWLEDGE IS POWER!!
mihirvashist is offline  
Old 30-07-2006, 03:48 PM   #20 (permalink)
-The BlacKCoaT Operative-
 
Rollercoaster's Avatar
 
Join Date: Mar 2005
Location: Dehradun, India
Posts: 1,205
Default Re: Make DVD iso from CD isos of Fedora Core 5

added a theoritical procedure to make CDs from DVD... see 1st post...
__________________
--------------------------------------------
Holding my last breath, safe inside myself.....
--------------------------------------------
I dont use my computer. I misuse it- रोलरकोस्टर

Last edited by Rollercoaster; 21-12-2006 at 05:43 PM.
Rollercoaster is offline  
Old 30-07-2006, 08:33 PM   #21 (permalink)
Console Freak
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: Sangli-Maharashtra
Posts: 991
Default Re: Make DVD iso from CD isos of Fedora Core 5

@Roller Coaster.

Sorry for the delayed reply. I am busy in the admissions for 1st year engineering. Thank you very much. I will try this once I finish with the admissions.

Aditya
aditya.shevade is offline  
Old 03-08-2006, 12:43 AM   #22 (permalink)
Neil is Here...
 
coolendra's Avatar
 
Join Date: Jun 2005
Location: LALA LAND
Posts: 392
Default Re: Make DVD iso from CD isos of Fedora Core 5

nice tutorial mate !!!
__________________
If ELECTRICITY comes from ELECTRONS .. then i am sure MORALITY comes from MORONS
coolendra is offline  
Old 03-08-2006, 09:59 PM   #23 (permalink)
1337 |)00|) \m/
 
kaustav_geek's Avatar
 
Join Date: Nov 2005
Location: Cyber Space
Posts: 472
Default Re: Make DVD iso from CD isos of Fedora Core 5

Hi,

I would like to know how to break an iso image, may be worth some GBs to smaller cds so that they can work as a unit?? I mean, you must have seen some games in DVDs. How can we split them into cds so ppl not blessed with DVD drives(unfortunate few) are able to play 'em???
__________________
My Blog : www.vatsuak.blogspot.com
My DA page : www.burningsilver.deviantart.com

OK..ok..... Ads are bad..
kaustav_geek is offline  
Old 05-08-2006, 11:31 AM   #24 (permalink)
C# Be Sharp !
 
Zeeshan Quireshi's Avatar
 
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
Default Re: Make DVD iso from CD isos of Fedora Core 5

@kaustav_geek

well that's easy to do , use Alcohol 120% to make an image of a dvd , u will get an option to split the image into different sizes , that's it just use it n you have got an image broken .
__________________
There are 10 types of people in the world: those who understand binary and those who do not.
Zeeshan Quireshi is offline  
Old 05-08-2006, 11:39 AM   #25 (permalink)
Alpha Geek
 
shashank4u's Avatar
 
Join Date: Jan 2006
Location: Online
Posts: 676
Default Re: Make DVD iso from CD isos of Fedora Core 5

u can also break an iso image with winrar utility.
__________________
Be like a postage stamp-stick to one thing until you get there.
shashank4u is offline  
Old 06-08-2006, 12:47 AM   #26 (permalink)
-The BlacKCoaT Operative-
 
Rollercoaster's Avatar
 
Join Date: Mar 2005
Location: Dehradun, India
Posts: 1,205
Default Re: Make DVD iso from CD isos of Fedora Core 5

well that is the only workaround...
but there is not straight was to break up DVD image into CD images that work like.....'plug n play'
__________________
--------------------------------------------
Holding my last breath, safe inside myself.....
--------------------------------------------
I dont use my computer. I misuse it- रोलरकोस्टर
Rollercoaster is offline  
Old 06-08-2006, 05:08 PM   #27 (permalink)
1337 |)00|) \m/
 
kaustav_geek's Avatar
 
Join Date: Nov 2005
Location: Cyber Space
Posts: 472
Default Re: Make DVD iso from CD isos of Fedora Core 5

Well , it means you are saying that we can split a game installer spanning GBs into smaller cds using just Alchohol 120% ????

I don't just need to split a DVD image into smaller parts, cause that's not difficlut at all. I want to split an installation( a large continous installation) into smaller logical units(read CDs) so that the instaler detects the EOF and asks for the rest of the files on the subsequent discs.
__________________
My Blog : www.vatsuak.blogspot.com
My DA page : www.burningsilver.deviantart.com

OK..ok..... Ads are bad..
kaustav_geek is offline  
Old 06-09-2006, 09:08 PM   #28 (permalink)
Right Off the Assembly Line
 
Join Date: Jan 2004
Location: Internet
Posts: 12
Default Re: Make DVD iso from CD isos of Fedora Core 5

hi all, will virtual cd v 4 do the daemon tool job?
I am new to this stuff. I have this software which can create any no of virtual drives.
__________________
Cool Surfer
Affordable hosting www.xpindia.com Free Domain Registrar http://domains.xpindia.com Server Alert http://www.alert.xpindia.com
Cool Surfer is offline  
Old 06-09-2006, 09:13 PM   #29 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,657
Default Re: Make DVD iso from CD isos of Fedora Core 5

^^
Daemon tools is free man, go get it
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 06-09-2006, 11:06 PM   #30 (permalink)
Right Off the Assembly Line
 
Join Date: Jan 2004
Location: Internet
Posts: 12
Thumbs up Re: Make DVD iso from CD isos of Fedora Core 5

Quote:
Originally Posted by QwertyManiac
^^
Daemon tools is free man, go get it
where can i get it?
__________
got it


thanks

http://www.download.com/3001-2094_4-10565504.html
__________________
Cool Surfer
Affordable hosting www.xpindia.com Free Domain Registrar http://domains.xpindia.com Server Alert http://www.alert.xpindia.com

Last edited by Cool Surfer; 06-09-2006 at 11:06 PM. Reason: Automerged Doublepost
Cool Surfer is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://www.thinkdigit.com/forum/tutorials/32416-make-dvd-iso-cd-isos-fedora-core-5-a.html
Posted By For Type Date
download fedora core 4 This thread Refback 12-10-2011 06:12 AM
Windows XP tutorials : Making DVD iso from CD iso - SOFTutorials This thread Refback 18-09-2010 07:17 AM
How to make 1 dvd from 5 cd(bootable) - eXBii This thread Refback 09-08-2010 09:29 AM
How to make 1 dvd from 5 cd(bootable) - eXBii This thread Refback 09-08-2010 01:43 AM


All times are GMT +5.5. The time now is 06:00 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2