Diff for "LiveCD"


Differences between revisions 1 and 28 (spanning 27 versions)
Revision 1 as of 2005-05-28 20:34:03
Size: 3803
Editor: adsl-213-190-44-43
Comment: imported from the old wiki
Revision 28 as of 2009-06-29 22:23:37
Size: 1443
Editor: cpc5-hitc4-0-0-cust385
Comment: Fairly significant rewrite
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= LiveCD = = Introduction =
Line 3: Line 3:
= Current/stable Live CD Images = Ubuntu LiveCDs let you run Ubuntu from a CD-ROM without needing to be installed permanently. They make a great tool to test hardware, do system recovery or show new people Ubuntu. See the [[GettingUbuntu|Getting Ubuntu]] page for details about downloading the LiveCD.
Line 5: Line 5:
== Downloading == = Using the LiveCD =
Line 7: Line 7:
 * [http://releases.ubuntu.com/warty/warty-release-live-i386.iso WartyLive v1 ].Has 2.6.7 kernel, uses non-floppy emulation for booting, bootsplash, Gnome splash and wallpaper rebranding complete. See Bugs section below for known issues, feedback is greatly appreciated. After you get your CD, pop it into any computer and reboot the computer. Ubuntu will load. After you are done, shut the computer down and remove the CD.
Line 9: Line 9:
== Technical Details == == Keeping your LiveCD settings ==
Line 11: Line 11:
 * Similar Projects: GnoppixLive
 * i386-only for now, other archs are planned for [obsoleted by HoaryHedgehog / HoaryGoals] (see below)
 * Desktop & Base seeds
 * use of [http://am.xs4all.nl/phpwiki/index.php/ModuleMaker Morphix:mmaker]
 * ISO build script (dailybuild) now using isomaker (mmaker in morphix the repo)
 * the i386 versions (Warty and Hoary) contain a collection of WinFOSS
 * Repositories currently used for autobuilding:
  * deb http://archive.ubuntu.com/ubuntu warty main
  * deb http://security.ubuntu.com/ubuntu warty main
  * http://people.ubuntu.com/~lamont/LiveCD/
If you want to save your LiveCD session to a USB stick, check [[LiveCDPersistence]]
Line 22: Line 13:
== Known Issues == == Making a customised LiveCD ==
Line 24: Line 15:
'''[https://bugzilla.ubuntu.com/ Bugs] ''' of latest LiveCD image
 * Certain machines have the notorious GRUB Error 21 boot problem. To be investigated further. No known workaround as of now, needs further investigation. Probably we should think about going back to isolinux.
Probably User should upgrade their BIOS isn't a solution, maybe it helps.
If you want to make custom Ubuntu-based Live CD, you should read the [[LiveCDCustomization|LiveCD Customization Howto]].
Line 28: Line 17:
 * Setsplash morphix-warthog init bug, superficial ( still untested ) To create a customized live system without starting from an existing Ubuntu CD, see [[LiveCDCustomizationFromScratch|LiveCD Customization From Scratch]].
Line 30: Line 19:
== Screenshots == = Common issues with a LiveCD =
Line 32: Line 21:
See also [http://am.xs4all.nl/phpwiki/index.php/TodoBase Morphix:todobase] and [http://am.xs4all.nl/phpwiki/index.php/TodoMain Morphix:todomain] == Logging in ==
Line 34: Line 23:
You can set a password during a LiveCD session by opening a [[UsingTheTerminal|terminal]], and typing in:
Line 35: Line 25:
== Supported Languages == {{{
$ sudo passwd ubuntu
}}}
Line 37: Line 29:
The following languages are supported for the moment,
which you can boot from the bootmenu:
== Text-Mode installation ==
Line 40: Line 31:
If your normal installation fails without giving an error message, or if you want to install on a very limited system, you can use the text-based installer instead.
Line 41: Line 33:
 * Bulgarian
 * British
 * Chinese
 * Czech
 * Danish
 * Dutch
 * Finnish
 * French
 * German
 * Greek
 * Italian
 * Japanese
 * Latvian
 * Lithuanian
 * Polish
 * Russian
 * Slovak
 * Slovenian
 * Spanish
 * Swiss
 * Turkish
 * Taiwanese
= See also =
Line 64: Line 35:
Finally all languages, which gnome supports, could be added.
See /boot/grub/menu.lst
## * SimplifiedLiveCD ##
 * CdDvd
 * [[BootFromCD|Common problems booting from the CD]]
Line 67: Line 39:
Example:

title Ubuntu | Belgian
kernel (cd)/boot/vmlinuz lang=us ramdisk_size=100000 init=/etc/init noapic acpi=off apm=power-off vga=791 splash=silent initrd=miniroot.gz quiet BOOT_IMAGE=morphix lang=be
initrd (cd)/boot/miniroot.gz



== Gnoppix ==

Gnoppix is a linux live cd based upon Ubuntu Linux, with a GNOME focus. More details at GnoppixLive.

== Remastering ==

The LiveCD is based on [http://www.morphix.org Morphix ].

= Ongoing development =

== New live CD design ==

An entirely new infrastructure is being developed for the live CDs for the [obsoleted by HoaryHedgehog / HoaryGoals] release, with the following goals:

 * Support for all officially-supported Ubuntu architectures
 * Simpler, more maintainable design
 * Sharing of code with other Ubuntu components which need similar functionality
  * Bootstrapping
  * Hardware detection
  * System configuration (locale, network, etc.)
  * X server configuration
 * Look and feel more like an installed Ubuntu system
 * Provide a framework for advanced features
  * Session save/restore
  * Live USB media
  * Live netboot sessions

== Testing ==

Notes and caveats:

- Log in as 'root' for now
- The boot process asks a few too many questions. This will be fine-tuned as development continues
- X isn't configured yet (but this work is nearing completion). If you can copy in a working xorg.conf, run `/etc/init.d/gdm start` to start an X session

Here you'll find some testcases https://www.ubuntulinux.org/wiki/QAtesting. Feel free to add more cases.

== Downloading ==

Daily test images are available here:

- http://cdimage.ubuntu.com/daily-live/
- rsync://cdimage.ubuntu.com/cdimage/daily-live/
----
CategoryLive

Introduction

Ubuntu LiveCDs let you run Ubuntu from a CD-ROM without needing to be installed permanently. They make a great tool to test hardware, do system recovery or show new people Ubuntu. See the Getting Ubuntu page for details about downloading the LiveCD.

Using the LiveCD

After you get your CD, pop it into any computer and reboot the computer. Ubuntu will load. After you are done, shut the computer down and remove the CD.

Keeping your LiveCD settings

If you want to save your LiveCD session to a USB stick, check LiveCDPersistence

Making a customised LiveCD

If you want to make custom Ubuntu-based Live CD, you should read the LiveCD Customization Howto.

To create a customized live system without starting from an existing Ubuntu CD, see LiveCD Customization From Scratch.

Common issues with a LiveCD

Logging in

You can set a password during a LiveCD session by opening a terminal, and typing in:

$ sudo passwd ubuntu

Text-Mode installation

If your normal installation fails without giving an error message, or if you want to install on a very limited system, you can use the text-based installer instead.

See also


CategoryLive

LiveCD (last edited 2012-06-02 22:06:40 by 66)