Is there a difference between an Ubuntu Live CD and an Ubuntu Install CD

4

I ordered for an Ubuntu Install CD and obtained a CD by post (Ubuntu 9.10). Is this a Live CD or an Install CD ? What exactly is the definition of a live CD ?

Stormshadow

Posted 2010-05-06T16:37:22.693

Reputation: 747

Answers

4

They are now one and the same.

A Live CD allows you to boot the full OS from the CD and try it out fully without affecting your existing HDD OS installation.

It then allows you to install fully to the HDD if required.

Specific info on Ubuntu's Live CDs is available here:

https://help.ubuntu.com/community/LiveCD

A quick demo of Ubuntu. Try Ubuntu without any changes to your machine! Windows or whatever you use normally is unaffected after trying this and then rebooting (in 99.999% of cases).

Almost any Ubuntu Cd can also be used as a LiveCd as well as an installer. It is the default option when booting from Cd. Only some of the non-standard downloads (such as the "Alternate Cd") lack this functionality. Windows users might be familiar with the term 'boot CD' or 'bootable CD'. A "LiveCD" is more than that because it gives the option of running a normal desktop environment with all the normal programs and some extras. A LiveCD usually finds your Internet connection and Firefox should be able to surf the internet into here.

Most distros (versions or "distributions" of Linux) have this LiveCd functionality on their installer CD, a few have a separate Cd to download. It is rare to find a distro that has no LiveCd session at all. Ubuntu tries to make their LiveCD the easiest to use.

Shevek

Posted 2010-05-06T16:37:22.693

Reputation: 15 408

2

Both are the same. At least, in the case of Ubuntu. When you boot the CD, you can start Ubuntu Linux in LIVE mode. This mode will let you test your hardware for compatibility, for example. Just one thing to remember: since everything is loaded from the CDROM, everything is much slower than it could be expected when booting from a hard disk. However, you will be able to test all your hardware without touching your disk. This lets you have a better look at Linux before making the big move.

I used such CD in the past when shopping for a new laptop. I had the CD with me at the store, asking the salesrep to boot the laptops with the CD, so I can see the compatibility. I then came out of the store with a laptop that was running Ubuntu perfectly, no fuss about drivers, compatibility, wireless, etc. This saved me much time, and avoided me potentially costly errors.

I talk about Ubuntu, but many other distributions offer such live CD's. KNOPPIX is one of them. Some of them will offer an option at boot time, to either start LIVE, or go directly in to the installation process. This second option saves you time, in that it only loads the needed files in memory before starting the setup process, while the LIVE version will need to load a functional environment before letting you start the actual setup process.

jfmessier

Posted 2010-05-06T16:37:22.693

Reputation: 2 530