From Fedora Project Wiki

No edit summary
mNo edit summary
(27 intermediate revisions by 14 users not shown)
Line 1: Line 1:
= Fedora Live CD =
{{autolang|base=yes}}


== Fedora Live CD features ==
<noinclude>
[[Category:LiveMedia]]
</noinclude>


Current features (please use wishlist for more ideas).
== Download and Create Live image or LiveUSB==


1. Read-write rootfs so it's possible to install software while the livecd is running
To download a pre-built Fedora Live image, visit [http://fedoraproject.org/en/get-fedora the download page].  Then you can either:
1. Install to hard disk or usb drives
 
1. Use SELinux in enforcing mode and other security features by default
* Burn the ISO to a CD or DVD.  See [http://docs.fedoraproject.org/readme-burning-isos/ here] for burning instructions.
1. Stay as close to a normal desktop install wrt. features
* Learn [[how to create and use Live USB]].
1. Ability to create normal CD-ROM and CD-R media (less than 700MB) or DVD images
 
1. Included best of breed software on the media
If you want to build and then burn your own custom ISO, see [[How to create and use a Live CD]].
1. Make it easy to do a derived livecd with your own repositories, packages and art work
 
== Advantages and Limitations ==
 
Benefits:
* You can demonstrate features or try out a release, including testing hardware functionality, before installation.
* You can use LiveCD for backup and recovery of your installed hard drive.
* Live USB/CD/DVD installation is faster than regular installation. Live USB installation typically takes only a few minutes.
 
Limitations:
* It is not possible to choose packages during installation.  Live images typically have fewer packages than a regular installation image.
* It is not possible to do an upgrade via Anaconda, the installer. If you have a separate /home partition, you can just not format it during the installation and thus preserve your settings.
* It is not possible to choose a non-default filesystem.
* Once you turn off your computer with LiveCD running, you will lose any settings or packages installed.
 
== Fedora Live image features ==
 
Current features:
 
# Read-write rootfs so it's possible to install software while the livecd is running
# Install to hard disk or usb drives
# Use SELinux in enforcing mode and other security features by default
# Stay as close to a normal desktop install wrt. features
# Ability to create normal CD-ROM and CD-R media (less than 700MB) or DVD images
# Included best of breed software on the media
# Make it easy to do a derived livecd with your own repositories, packages and art work
# Data persistence
# API used by LTSP, appliance creator and others


== Contributors ==
== Contributors ==


* DavidZeuthen - Primary developer and maintainer of [http://hal.freedesktop.org HAL]  and OLPC contributor
* [[DavidZeuthen]] - Primary developer and maintainer of [http://hal.freedesktop.org HAL]  and OLPC contributor
* JeremyKatz - Fedora Ninja. Adds backend for installing from a live CD into [[Anaconda|  Anaconda]]  
* [[JeremyKatz]] - Fedora Ninja. Adds backend for installing from a live image into [[Anaconda|  Anaconda]]  
* DouglasMcClendon
* [[DouglasMcClendon]] - LiveOS device mapper trickster


== Communicate ==
== Communicate ==


Fedora Live CD users and developers can participate and contribute in the discussions happening in the [http://www.redhat.com/mailman/listinfo/fedora-livecd-list Fedora Live CD list]  
Fedora Live image users and developers can participate and contribute in the discussions happening in the [http://admin.fedoraproject.org/mailman/listinfo/livecd Fedora Live CD list].
: ([http://www.redhat.com/mailman/listinfo/fedora-livecd-list predecessor list archives])


== Finding the Code ==
== Finding the Code ==


The source code for the live CD tools is maintained in git.  The repository is at 'git://git.fedoraproject.org/git/hosted/livecd' and can be browsed via the [http://git.fedoraproject.org/?p=hosted/livecd gitweb interface] .  You can install it easily by installing the 'livecd-tools' package.
The source code for the live CD tools is maintained in git.  The repository is at 'git://git.fedorahosted.org/livecd' and can be browsed via the [http://git.fedorahosted.org/git/?p=livecd gitweb interface] .  You can install it easily by installing the 'livecd-tools' package.
 
Kickstart files are in the spin-kickstarts.noarch package.


== Hard Drive Installation ==
== Hard Drive Installation ==


The ability to install to the hard drive is available in Fedora 7 and above releases. After the live media boots, click on the install icon on your desktop to start the installation.
The ability to install to the hard drive is available in Fedora 7 and above releases. After the live media boots, click on the install icon on your desktop to start the installation. Installation from live image requires that GRUB and the /boot directory be installed onto a drive with an MSDOS partition label, or that the current machine supports EFI booting. If a pc-clone machine has only GPT harddrives then you may need to use something such as a USB2.0 flash memory device (with an MSDOS partition label) as an intermediate destination.
 
== How to Create a Fedora Live CD ==
 
* [[FedoraLiveCD/LiveCDHowTo| LiveCD HowTo]]  details how to create a Fedora Live CD using the Live CD Tools.
 
== How to Install Live Image to USB Flash Drive ==


* To find out how to install Live Image to USB Flash Drive, please refer to [[FedoraLiveCD/USBHowTo|  this link]] .
In Fedora 15, instead of clicking the desktop icon, choose Applications->System Tools->Install to Hard Drive from the menu along the top of the screen.


== Media References ==
== Media References ==


* [http://www-128.ibm.com/developerworks/linux/library/l-fedora-livecd/index.html IBM Developer Works: Build a Fedora 6 Live CD]
* [http://www-128.ibm.com/developerworks/linux/library/l-fedora-livecd/index.html IBM Developer Works: Build a Fedora 6 Live CD]

Revision as of 03:10, 30 December 2011


Download and Create Live image or LiveUSB

To download a pre-built Fedora Live image, visit the download page. Then you can either:

If you want to build and then burn your own custom ISO, see How to create and use a Live CD.

Advantages and Limitations

Benefits:

  • You can demonstrate features or try out a release, including testing hardware functionality, before installation.
  • You can use LiveCD for backup and recovery of your installed hard drive.
  • Live USB/CD/DVD installation is faster than regular installation. Live USB installation typically takes only a few minutes.

Limitations:

  • It is not possible to choose packages during installation. Live images typically have fewer packages than a regular installation image.
  • It is not possible to do an upgrade via Anaconda, the installer. If you have a separate /home partition, you can just not format it during the installation and thus preserve your settings.
  • It is not possible to choose a non-default filesystem.
  • Once you turn off your computer with LiveCD running, you will lose any settings or packages installed.

Fedora Live image features

Current features:

  1. Read-write rootfs so it's possible to install software while the livecd is running
  2. Install to hard disk or usb drives
  3. Use SELinux in enforcing mode and other security features by default
  4. Stay as close to a normal desktop install wrt. features
  5. Ability to create normal CD-ROM and CD-R media (less than 700MB) or DVD images
  6. Included best of breed software on the media
  7. Make it easy to do a derived livecd with your own repositories, packages and art work
  8. Data persistence
  9. API used by LTSP, appliance creator and others

Contributors

Communicate

Fedora Live image users and developers can participate and contribute in the discussions happening in the Fedora Live CD list.

(predecessor list archives)

Finding the Code

The source code for the live CD tools is maintained in git. The repository is at 'git://git.fedorahosted.org/livecd' and can be browsed via the gitweb interface . You can install it easily by installing the 'livecd-tools' package.

Kickstart files are in the spin-kickstarts.noarch package.

Hard Drive Installation

The ability to install to the hard drive is available in Fedora 7 and above releases. After the live media boots, click on the install icon on your desktop to start the installation. Installation from live image requires that GRUB and the /boot directory be installed onto a drive with an MSDOS partition label, or that the current machine supports EFI booting. If a pc-clone machine has only GPT harddrives then you may need to use something such as a USB2.0 flash memory device (with an MSDOS partition label) as an intermediate destination.

In Fedora 15, instead of clicking the desktop icon, choose Applications->System Tools->Install to Hard Drive from the menu along the top of the screen.

Media References