No edit summary |
(fixing up some various formatting for XML conversion; unsure if the "disabled SSH" in the live image is sshd and/or ssh) |
||
Line 1: | Line 1: | ||
==Fedora Live Images== | == Fedora Live Images == | ||
The Fedora {{Template:DocsDict/BeatsVer}} release includes several Live ISO images in addition to the traditional installation images. These ISO images are bootable, and you can burn them to media and use them to try out Fedora. They also include a feature that allows you to install the Live image content to your hard drive for persistence and higher performance. | The Fedora {{Template:DocsDict/BeatsVer}} release includes several Fedora Live ISO images in addition to the traditional installation images. These ISO images are bootable, and you can burn them to media and use them to try out Fedora. They also include a feature that allows you to install the Fedora Live image content to your hard drive for persistence and higher performance. | ||
=== Available Images === | === Available Images === | ||
Line 11: | Line 11: | ||
=== Usage Information === | === Usage Information === | ||
To boot from the Live image, insert it into your computer and restart. To log in and use the desktop environment, enter the username <code>fedora</code>. There is no password on this account. The GNOME-based Live images automatically login after one minute, so users have time to select a preferred language. After logging in, if you wish to install the contents of the live image to your hard drive, click on the '''Install to Hard Drive''' icon on the desktop. | To boot from the Fedora Live image, insert it into your computer and restart. To log in and use the desktop environment, enter the username <code>fedora</code>. There is no password on this account. The GNOME-based Fedora Live images automatically login after one minute, so users have time to select a preferred language. After logging in, if you wish to install the contents of the live image to your hard drive, click on the '''Install to Hard Drive''' icon on the desktop. | ||
=== Text Mode Installation === | === Text Mode Installation === | ||
You can do a text mode installation of the Live images using the <code>liveinst</code> command in the console. | You can do a text mode installation of the Fedora Live images using the <code>liveinst</code> command in the console. | ||
=== USB Booting === | === USB Booting === | ||
Another way to use these Live images is to put them on a USB stick. To do this, you can use liveusb-creator graphical interface. You can use Add/Remove software, search and install liveusb-creator or install using yum: | Another way to use these Fedora Live images is to put them on a USB stick. To do this, you can use liveusb-creator graphical interface. You can use Add/Remove software, search and install liveusb-creator or install using yum: | ||
<pre> | <pre> | ||
yum install liveusb-creator | su -c 'yum install liveusb-creator' | ||
</pre> | </pre> | ||
Line 36: | Line 36: | ||
=== Persistent Home Directory === | === Persistent Home Directory === | ||
Support for keeping a persistent | Support for keeping a persistent <code>/home</code> with the rest of the system stateless has been added for Fedora 10. This includes support for encrypting <code>/home</code> to protect your system in the case where your USB stick is lost or stolen. To use this, download the live image and run the following command: | ||
<pre>livecd-iso-to-disk --home-size-mb 512 /path/to/live.iso /dev/sdb1 | <pre>livecd-iso-to-disk --home-size-mb 512 /path/to/live.iso /dev/sdb1 | ||
</pre> | </pre> | ||
Replace | Replace <code>/dev/sdb1</code> with the partition where you want to put the image. | ||
Replace <code>512</code> with the desired size in megabytes of the persistent | Replace <code>512</code> with the desired size in megabytes of the persistent <code>/home</code>. The <code>livecd-iso-to-disk</code> shell script is stored in the <code>LiveOS</code> directory at the top level of the CD image. The USB media must have sufficient free space for the Fedora Live image, plus the <code>/home</code>, plus any other data to be stored on the media. By default, this encrypts your data and prompts for a passphrase to use. If you want to have an unencrypted <code>/home</code>, then you can specify <code>--unencrypted-home</code>. | ||
Note that later runs of <code>livecd-iso-to-disk</code> | Note that later runs of <code>livecd-iso-to-disk</code> preserve the <code>/home</code> that is created on the USB stick, continuing to use it even if you change your live image. | ||
=== Live USB Persistence === | === Live USB Persistence === | ||
Support for persistent changes with a Live image exists for Fedora 9 and later. The primary use case is booting from a Live image on a USB flash drive and storing changes to that same device. To do this, download the Live image and then run the following command: | Support for persistent changes with a Fedora Live image exists for Fedora 9 and later. The primary use case is booting from a Fedora Live image on a USB flash drive and storing changes to that same device. To do this, download the Fedora Live image and then run the following command: | ||
<pre>livecd-iso-to-disk --overlay-size-mb 512 /path/to/live.iso /dev/sdb1 | <pre>livecd-iso-to-disk --overlay-size-mb 512 /path/to/live.iso /dev/sdb1 | ||
</pre> | </pre> | ||
Replace | Replace <code>/dev/sdb1</code> with the partition where you want to put the image. | ||
Replace <code>512</code> with the desired size in megabytes of the persistent data, or <code>overlay</code>. The <code>livecd-iso-to-disk</code> shell script is stored in the <code>LiveOS</code> directory at the top level of the CD image. The USB media must have sufficient free space for the Live image, plus the overlay, plus any other data to be stored on the media. | Replace <code>512</code> with the desired size in megabytes of the persistent data, or <code>overlay</code>. The <code>livecd-iso-to-disk</code> shell script is stored in the <code>LiveOS</code> directory at the top level of the CD image. The USB media must have sufficient free space for the Fedora Live image, plus the overlay, plus any other data to be stored on the media. | ||
=== Booting a Live Image Off of USB on Intel-based | === Booting a Fedora Live Image Off of USB on Intel-based Apple Hardware === | ||
Fedora 10 includes support for putting the live image onto a USB image and then booting it on Intel | Fedora 10 includes support for putting the live image onto a USB image and then booting it on Intel processor-based Apple hardware. Unlike for most x86 machines, this unfortunately requires reformatting the USB stick that you are using. To set up a stick for this, you can run | ||
<pre>/usr/bin/livecd-iso-to-disk --mactel /path/to/live.iso /dev/sdb1 | <pre>/usr/bin/livecd-iso-to-disk --mactel /path/to/live.iso /dev/sdb1 | ||
</pre> | </pre> | ||
Replace | Replace <code>/dev/sdb1</code> with the partition where you want to put the image. | ||
Note that all of the other arguments for the <code>livecd-iso-to-disk</code> tool as described above can be used here as well. | Note that all of the other arguments for the <code>livecd-iso-to-disk</code> tool as described above can be used here as well. | ||
Line 71: | Line 71: | ||
=== Differences From a Regular Fedora Install === | === Differences From a Regular Fedora Install === | ||
The following items are different from a normal Fedora install with the Live images. | The following items are different from a normal Fedora install with the Fedora Live images. | ||
* Live images provide a subset of packages available in the regular DVD image. Both connect to the same repository that has all the packages. | * Fedora Live images provide a subset of packages available in the regular DVD image. Both connect to the same repository that has all the packages. | ||
* SSH is disabled by default. SSH is disabled because the default username in the Live images does not have any password. However, installation to hard disk prompts for creating a new username and password. | * SSH is disabled by default. SSH is disabled because the default username in the Fedora Live images does not have any password. However, installation to hard disk prompts for creating a new username and password. | ||
* Live image installations do not allow any package selection or upgrade capability since they copy the entire file system from media or USB disks | * Fedora Live image installations do not allow any package selection or upgrade capability since they copy the entire file system from media or USB disks to the hard disk. After the installation is complete, and your system has been rebooted, you can add and remove packages as desired with the ''Add/Remove Packages'' tool, <code>yum</code>, or the other software management tools. | ||
* Live images do not work on <code>i586</code> architecture. | * Fedora Live images do not work on <code>i586</code> architecture. |
Revision as of 22:01, 9 October 2008
Fedora Live Images
The Fedora 25 release includes several Fedora Live ISO images in addition to the traditional installation images. These ISO images are bootable, and you can burn them to media and use them to try out Fedora. They also include a feature that allows you to install the Fedora Live image content to your hard drive for persistence and higher performance.
Available Images
For a complete list of current spins available, and instructions for using them, refer to:
http://fedoraproject.org/wiki/CustomSpins
Usage Information
To boot from the Fedora Live image, insert it into your computer and restart. To log in and use the desktop environment, enter the username fedora
. There is no password on this account. The GNOME-based Fedora Live images automatically login after one minute, so users have time to select a preferred language. After logging in, if you wish to install the contents of the live image to your hard drive, click on the Install to Hard Drive icon on the desktop.
Text Mode Installation
You can do a text mode installation of the Fedora Live images using the liveinst
command in the console.
USB Booting
Another way to use these Fedora Live images is to put them on a USB stick. To do this, you can use liveusb-creator graphical interface. You can use Add/Remove software, search and install liveusb-creator or install using yum:
su -c 'yum install liveusb-creator'
You can also use the command line interface, install the livecd-tools
package from the repository. Then, run the livecd-iso-to-disk
script:
/usr/bin/livecd-iso-to-disk /path/to/live.iso /dev/sdb1
Replace /dev/sdb1 with the partition where you want to put the image.
This is not a destructive process; any data you currently have on your USB stick is preserved.
Persistent Home Directory
Support for keeping a persistent /home
with the rest of the system stateless has been added for Fedora 10. This includes support for encrypting /home
to protect your system in the case where your USB stick is lost or stolen. To use this, download the live image and run the following command:
livecd-iso-to-disk --home-size-mb 512 /path/to/live.iso /dev/sdb1
Replace /dev/sdb1
with the partition where you want to put the image.
Replace 512
with the desired size in megabytes of the persistent /home
. The livecd-iso-to-disk
shell script is stored in the LiveOS
directory at the top level of the CD image. The USB media must have sufficient free space for the Fedora Live image, plus the /home
, plus any other data to be stored on the media. By default, this encrypts your data and prompts for a passphrase to use. If you want to have an unencrypted /home
, then you can specify --unencrypted-home
.
Note that later runs of livecd-iso-to-disk
preserve the /home
that is created on the USB stick, continuing to use it even if you change your live image.
Live USB Persistence
Support for persistent changes with a Fedora Live image exists for Fedora 9 and later. The primary use case is booting from a Fedora Live image on a USB flash drive and storing changes to that same device. To do this, download the Fedora Live image and then run the following command:
livecd-iso-to-disk --overlay-size-mb 512 /path/to/live.iso /dev/sdb1
Replace /dev/sdb1
with the partition where you want to put the image.
Replace 512
with the desired size in megabytes of the persistent data, or overlay
. The livecd-iso-to-disk
shell script is stored in the LiveOS
directory at the top level of the CD image. The USB media must have sufficient free space for the Fedora Live image, plus the overlay, plus any other data to be stored on the media.
Booting a Fedora Live Image Off of USB on Intel-based Apple Hardware
Fedora 10 includes support for putting the live image onto a USB image and then booting it on Intel processor-based Apple hardware. Unlike for most x86 machines, this unfortunately requires reformatting the USB stick that you are using. To set up a stick for this, you can run
/usr/bin/livecd-iso-to-disk --mactel /path/to/live.iso /dev/sdb1
Replace /dev/sdb1
with the partition where you want to put the image.
Note that all of the other arguments for the livecd-iso-to-disk
tool as described above can be used here as well.
Differences From a Regular Fedora Install
The following items are different from a normal Fedora install with the Fedora Live images.
- Fedora Live images provide a subset of packages available in the regular DVD image. Both connect to the same repository that has all the packages.
- SSH is disabled by default. SSH is disabled because the default username in the Fedora Live images does not have any password. However, installation to hard disk prompts for creating a new username and password.
- Fedora Live image installations do not allow any package selection or upgrade capability since they copy the entire file system from media or USB disks to the hard disk. After the installation is complete, and your system has been rebooted, you can add and remove packages as desired with the Add/Remove Packages tool,
yum
, or the other software management tools. - Fedora Live images do not work on
i586
architecture.