LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-04-2002, 04:41 PM   #1
subnet_rx
Member
 
Registered: Oct 2001
Distribution: Ubuntu 9.10
Posts: 148

Rep: Reputation: 15
Writing ISO's


I'm trying to make a Red Hat 7.3 disk with the ISO I downloaded, but it is not booting. I used the directions for Nero at LinuxISO.org, but it's just writing the ISO file to the CD, it's not making a bunch of folders. Anyone know what I could be doing wrong?
 
Old 08-04-2002, 08:37 PM   #2
LinuxDude
Member
 
Registered: Aug 2002
Location: the web
Distribution: Mandrake 9.0/FreeBSD 5.0 (Dual)
Posts: 49

Rep: Reputation: 15
In Nero click File>Burn Image. When it asks for an *.NRG file, select "All Files" and them select your *.ISO. Works for me


Cheers,
Joe of 4Life
 
Old 08-05-2002, 07:15 AM   #3
Lazarus
Member
 
Registered: Dec 2001
Location: Kent in UK
Distribution: Fedora 2
Posts: 170

Rep: Reputation: 30
Here is my script for writing cd's under linux 4 what its worth

#
# writes a cd from an image file
#
# written 24/6/00 last update 1/11/01
#
# amended to use pipe rather than tempory file
#
cd_device="1,0,0"
#
if [ -z $1 ];
then
echo " "
echo "type cd_write /a/path/where/the/file(s)are bootimage (optional)"
echo " "
echo "cd_write xxxx image .. to write a pure image to cd"
exit
fi
insmod -k ide-mod
insmod -k ide-scsi
if [ $2 = "image" ]; then
echo "Writing pure image file"
cdrecord speed=4 dev=$cd_device $1
exit
fi
if [ -z $2 ]; then
mkisofs -r -v -J $1 | cdrecord -v -speed=8 dev=$cd_device -
else
mkisofs -r -v -J -b $2 $1 | cdrecord -v -speed=8 dev=$cd_device -
fi
#


so you would enter

cd_write imagefile image

if you enter cdrecord -scanbus it will tell you the device numbers for your writer in my case it is 1,0,0
 
Old 08-06-2002, 10:54 AM   #4
mace
Member
 
Registered: Apr 2002
Distribution: redhat7, 7.1, 7.2, 8.0, mandrake, debian2.2, 3, suse
Posts: 176

Rep: Reputation: 30
http://www.linuxnewbie.org/nhf/Hardw..._to_Linux.html

good tutorial on burning if that's at all your problem.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Downloading Debian Iso's - 7 ISO's ? GoinEasy9 Debian 13 04-16-2005 01:33 PM
Writing CD Writing Software starunj Linux - Software 1 12-28-2003 05:05 AM
ISO's don_dimo Linux - Software 4 10-29-2003 03:39 PM
cd writing software which supports multisession writing jayakrishnan Linux - General 3 03-24-2003 05:51 AM
iso's salparadise Linux - Newbie 5 11-18-2002 01:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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