Linux - NewbieThis 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.
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.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
1. Is it ok if I use burning software other than the one used in the tutorial?
2. I used software other than the one that was used on the tutorial. It took about 5 minutes to burn. Did I burn it too fast? If yes, then how long is it supposed to take to burn?
3. Once you burn the .iso file to the cd, do you have to extract the contents inside of the .iso file and burn those files into another cd? Or do you just need to burn the .iso file to the cd?
I think I'm having problems on the burning part. When you burn the .iso file (a single file) to the CD and then you look at the contents of the CD after burning it, are you only supposed to find the .iso file or many other files/folders on the CD. Because I burned it but I only see the .iso file on the cd. But if I extract the .iso file then I find all of the other files.
Oh and if I extract the .iso file and reburn the contents to another CD, can I use that CD to set up Ubuntu?
Most burners have an option to burn "as image". Some just use a different name. Try cdburner xp. I've used a few other ones too but I'm afraid I can't remember their names :S
If you see and ISO file on the CD, means you have burned data and not image.
Assuming that you are comfortable using console, following command should simply do the trick:
$ dd if=/path/to/iso/on/hard/disk of=/dev/cdrom
Where /dev/cdrom is the name of CD device. It can be /dev/sr0 (or sr?) also. generally /dev/cdrom is a softlink to appropriate device. Of course, you would require super user privilage.
I agree GUI things are great, but probably this is most error free. [my opinion!]
> Oh and if I extract the .iso file and reburn the contents to another CD, can I use that CD to set up Ubuntu?
No, you won't be able to boot up your machine if you do this.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.