Testimonials

Elive is the greatest Linux Distro I have ever used! It is fast, easy, and looks great! The enlightenment desktop is very lightweight and responsive. I won't use anything else!


Austin.

Con Elive pude re-vivir una vieja pc que tenia, darle las funciones que nunca crei de manera totalmente eficiente Elive es un sistema increible totalmente recomendable.


GecKo.

Hallo, meine Erfahrungen mit Elive sind - um es kurz zu sagen - Unglaublich!!! Die Performance, die Optik, die Anwendungen, ... unglaublich!

Der Zufall hat mich zu Elive gebracht, aber es wird kein Zufall sein, wenn Elive auf meinem Rechner bleibt!



Weiter so!



Great Work!


Ronald.

Elive adds a refreshing look to what ever pc it runs on. It's component parts work well and installation is a breeze. The live disc includes more than just the essentials, having a broad range of desktop applications elive is a fast lane into modern media editing and recreation.


Andy Page.

I spend a lot of time in front of my computer, tired of windows, i was looking for a user experience that bring me far away from the Gnome or KDE one. Truly, elive responds to all my needs. Debian is my usual way to manage services upon the network. But I need a gui to work on the same machine. For this purpose, Enlightenment seems to be the best choice. Indeed it is ! Light, customisable, and above all wonderful ! Working has never been so fun !


Dader.

Copyright @ ELiveCD.org
Website Powered by MODx

Login

Elivecd.org - -

Booting Elive from USB


-

Booting Elive from a USB stick is a good idea, it is much faster (USB2) and a lot less error-prone, by other side not all the computers support the boot from USB.

You have 2 different ways to put your Elive system on a USB device, the easyest is by using the unetbootin application from a Windows machine, please use the special Elive version of unetbootin

Is possible to use the bootoption changedevice in order to switch between other devices... this is useful when your computer can't boot from a USB and you want to do it, so that you will boot first from a cdrom and then change to the USB (warning: it needs to be the same version of elive, the differents kernels will conflict)

It is strongly recommended to use the Linux Mode instead of Unetbootin, because unetbootin may fail. If you install it on the USB using the Linux Mode it will work without problems on all the computers



Unetbootin


  • Download the special Elive version of unetbootin and install it in a windows machine, you should be able to use a specific ISO file for it or it will download the last iso automatically from internet
  • One time is installed, Reboot and press the bios key for selecting the device where to boot from. It is usually F12, F10, F8, F2, or ESC


  • Linux Mode


    It is recommended to do this from an Elive system and specially the same version that you want to put on the USB, also from the same machine
  • Create a partition in ext2 or fat32 in the USB of at least 800 Mb so that you can copy the ISO contents on it
  • Open the ISO file and put all the contents to the USB
  • Install grub on your USB: grub-install --recheck --no-floppy --root-directory=/media/your_usb_partition_mounted /dev/your_usb_device.
    • You can use the command mount to found these values, if you run it you have on the first column, the name of the partition, and in the third column you have the point where it is mounted, if for example the partition of your USB is called /dev/sdb1, the number means the number of the partition and the device is /dev/sdb (entire device), on the same example, if /dev/sdb1 is your partition of the USB, the command that you need should look very similar to that: grub-install --recheck --no-floppy --root-directory=/media/sdb1 /dev/sdb . Warning: Do not confuse your partition name or device name, in such case you will delete a different device, like your hard disk, and this could be very bad. Note: If your mount-point has a name that includes a space, you need to add quotes to look something like: ...--root-directory="/media/JOHN 4GB" /dev.... in order to interpret it as a single parameter.
  • One time is installed, Reboot and press the bios key for selecting the device where to boot from. It is usually F12, F10, F8, F2, or ESC


  • Note: If you are in a recent version of Elive you can try the package usb-bootable-elive (already installed) where you can build USB bootable sticks with Elive on it




    -