From Fedora Project Wiki

m (→‎Contributors: fix links)
(→‎Download and Create Live image or Live USB: shrink this section, all the info here is now on https://docs.fedoraproject.org/en-US/quick-docs/creating-and-using-a-live-installation-image/)
 
(37 intermediate revisions by 16 users not shown)
Line 1: Line 1:
= Fedora Live CD =
{{autolang|base=yes}}
<noinclude>
[[Category:LiveMedia]]
</noinclude>
== Download and Create Live image or Live USB==
Read [https://docs.fedoraproject.org/en-US/quick-docs/creating-and-using-a-live-installation-image/ the documentation] for how to download a pre-built Fedora live image, create a bootable USB drive or CD/DVD from it, then usie it.
*:      Historical versions of this page are available [https://fedoraproject.org/w/index.php?title=How_to_create_and_use_Live_USB&action=history for live USB] and [https://fedoraproject.org/w/index.php?title=how_to_create_and_use_a_Live_CD&action=history live CD].


== Fedora Live CD features ==
== Advantages and Limitations ==


Current features (please use wishlist for more ideas).
Benefits:
* You can demonstrate features or try out a release, including testing hardware functionality, before hard disk/SSD installation.
* Live USB/CD/DVD installation is faster than regular installation. Live USB/SD installation typically takes only a few minutes and can be configured with persistent storage.
* You can use Live CD technology for backup and recovery of your installed hard drive.


# Read-write rootfs so it's possible to install software while the livecd is running
Limitations:
# Install to hard disk or usb drives
* It is not possible to choose packages during installation.  Live images typically have fewer packages than a regular installation image.
# Use SELinux in enforcing mode and other security features by default
* It is not possible to do an upgrade via the Anaconda installer. If you have a separate /home partition, you can just not format it during the installation and thus preserve your settings and /home content.
# Stay as close to a normal desktop install wrt. features
* It is not possible to choose a non-default filesystem.
# Ability to create normal CD-ROM and CD-R media (less than 700MB) or DVD images
* Once you shutdown a computer running from a Live CD, you will lose any settings or packages installed, but Live USB/SD installations may be configured with persistent storage.
# Included best of breed software on the media
 
# Make it easy to do a derived livecd with your own repositories, packages and art work
== Fedora Live image features ==
 
Current features:
 
# A booted Live CD uses a temporary, in-memory, read-write rootfs, so it's possible to install software for use while the Live CD is running.
# Data persistence options available on Live USB/SD installations.
# Install to hard disks or USB/SD drives.
# Uses SELinux in enforcing mode and other security features by default.
# Includes best of breed software on the media.
# Stay as close to a normal desktop install with regard to features, or try specialized [http://spins.fedoraproject.org/ Spins].
# Ability to create normal CD-ROM and CD-R media (less than 700 MB) or DVD images.
# Make it easy to do a derived Live CD with your own repositories, packages, and artwork.
# 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 Fedora {{fplist|livecd}} 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 https://github.com/livecd-tools/livecd-tools/ .  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 a hard drive is available releases since Fedora 7. 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 hard drives, 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 ==
== References ==


* [http://www-128.ibm.com/developerworks/linux/library/l-fedora-livecd/index.html IBM Developer Works: Build a Fedora 6 Live CD]
* [https://web.archive.org/web/20080611062804/http://www-128.ibm.com/developerworks/linux/library/l-fedora-livecd/index.html Mayank Sharma "IBM Developer Works: Build a Fedora Live CD" (archive.org version from June 2008)]
* [[LiveOS image]]

Latest revision as of 04:38, 14 May 2024

Download and Create Live image or Live USB

Read the documentation for how to download a pre-built Fedora live image, create a bootable USB drive or CD/DVD from it, then usie it.

Advantages and Limitations

Benefits:

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

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 the Anaconda installer. If you have a separate /home partition, you can just not format it during the installation and thus preserve your settings and /home content.
  • It is not possible to choose a non-default filesystem.
  • Once you shutdown a computer running from a Live CD, you will lose any settings or packages installed, but Live USB/SD installations may be configured with persistent storage.

Fedora Live image features

Current features:

  1. A booted Live CD uses a temporary, in-memory, read-write rootfs, so it's possible to install software for use while the Live CD is running.
  2. Data persistence options available on Live USB/SD installations.
  3. Install to hard disks or USB/SD drives.
  4. Uses SELinux in enforcing mode and other security features by default.
  5. Includes best of breed software on the media.
  6. Stay as close to a normal desktop install with regard to features, or try specialized Spins.
  7. Ability to create normal CD-ROM and CD-R media (less than 700 MB) or DVD images.
  8. Make it easy to do a derived Live CD with your own repositories, packages, and artwork.
  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 livecd list. (predecessor list archives)

Finding the Code

The source code for the Live CD tools is maintained in git. The repository is at https://github.com/livecd-tools/livecd-tools/ . 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 a hard drive is available releases since Fedora 7. 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 hard drives, 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.

References