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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-25-2005, 04:55 AM
|
#1
|
LQ Newbie
Registered: Jan 2005
Posts: 3
Rep:
|
how to install linux with iso filename
how to install linux with iso filename ive already downloaded the installer with *iso and i try to boot the cd 1 on the computer but when i boot up the pc it didnot repond .. i already set the bios to boot on cd ..
any other way to install it to my computer
|
|
|
01-25-2005, 05:02 AM
|
#2
|
Member
Registered: Jan 2005
Location: New York
Distribution: Slackware, Arch
Posts: 37
Rep:
|
When you burnt the cd with the .iso file you didnt just burn the file onto the cdrom did you. When you burn a .iso file you have to burn it as an image because the .iso file needs to be extracted onto the cdrom. Not sure if this is your problem.
|
|
|
01-25-2005, 05:25 AM
|
#3
|
LQ Newbie
Registered: Jan 2005
Posts: 3
Original Poster
Rep:
|
well i downloaded the file from a certain site and save it on my HD after that i burn the save file *.iso then thats it and it doesnt work when i try to install it..
- any suggestion in installing it to my pc
|
|
|
01-25-2005, 05:34 AM
|
#4
|
Senior Member
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851
Rep:
|
Well, you need to burn the iso as an image. Don't just put the file on a CD. In nero, there is an option under the File menu that says "Burn image" - use that.
|
|
|
01-25-2005, 05:36 AM
|
#5
|
Member
Registered: Jan 2005
Location: New York
Distribution: Slackware, Arch
Posts: 37
Rep:
|
All your telling me though is that you burned the .iso file. If you just burn an iso file onto a cdrom its not gonna be bootable its just going to be a .iso file on a cdrom. It needs to be burned as an image file. What are you using to try and burn it. Most burning applications have an option to burn an image onto a cdrom.
|
|
|
01-25-2005, 08:10 AM
|
#6
|
LQ Newbie
Registered: Jan 2005
Posts: 3
Original Poster
Rep:
|
well kinney thanks for the reply ill try that by tom. ill burn the cd again as an image file
thanks!
|
|
|
01-26-2005, 06:01 PM
|
#7
|
LQ Newbie
Registered: Jan 2005
Posts: 6
Rep:
|
I had the same problem burning an iso image for a patched kernel version of linux *iso file. You don't need to use Nero - you should have a prog called cdrecord.. do a 'which cdrecord'.
you'll need to do a 'cdrecord -scanbus' to find out what the dev ID's are (dev=0,0,0). You'll see something like the following...
0,0,0 0) 'TOSHIBA ' 'DVD-ROM SD-M1202' '1020' Removable CD-ROM
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
We're only concerned with the first 3 numbers in the TOSHIBA line. Put this in the command line below, where dev=
type in 'cdrecord -v speed=2 dev=0,0,0 -data /blah/blah/whatever.iso'
BTW, don't forget the -data flag. I forgot it and burned the "file" not the "image" onto 3 CD's. I believe the data flag tells it to burn bit-for-bit. I can't remember, but you might have to tell it the filesystem type iso9660 - don't quote me on that! Good luck.
|
|
|
All times are GMT -5. The time now is 01:08 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|