![]() |
Table of Content |
Live-DVD: Boot Options ![]() |
The JonDo Live-DVD provides a secure and pre-configued environment for surfing anonymously. The DVD is based on Debian "wheezy". ISO-images are available on the download page.
You may use the JonDo live-dvd for:
Hardware requirements:
After downloading the ISO-image you can burn it on a CD-ROM or you may prepare a bootable USB stick. An USB stick is much faster than a CD-ROM. To prepare a bootable USB stick you may use the tool Universal USB Installer for Windows or the command line tool dd for Linux.
Download the ISO image of the JonDo Live-CD/DVD and the Universal USB Installer. Start the file EXE file of the installer with a double click in the file manager. An installation is not required.
Accept the administrator rights and the license. Afterwards you may choose the settings for LInux system for installation on the USB stick. The option "Try Unlisted Linux ISO" is the last in the drop-dwon list.
Start the process now. It may take 5-15 minutes depending of the performance of your system.
The ISO image of the JonDo Live-DVD can be simply copied to a USB stick with the "dd" program or an equivalent. At first you have to determine which device your UBS stick is. If only one stick was plugged in, it is in most cases "/dev/sdc".
> ls -l /dev/disk/by-id | grep FlashStorage
... usb-Ut163_USB2FlashStorage_0000000000003F-0:0 -> ../../sdc
... usb-Ut163_USB2FlashStorage_0000000000003F-0:0-part1 -> ../../sdc1
Once you are certain you have the correct device name, use the dd command to copy the image to the stick. This will overwrite ALL content on your stick! Go to directory of the downloaded ISO image an copy it to the USB stick:
> cd /path/to/download
> dd if=jondo-live-dvd.iso of=/dev/sdc
If you want to see a progress status for the cpoy process you may use the tool "buffer": > dd if=jondo-live-dvd.iso | buffer -s 64k -S 10m >/dev/sdc
Important: You have to copy the ISO image to the device file of your key, such as "/dev/sdc", not to a partition, such as "/dev/sdc1"!
![]() |
Table of Content |
Live-DVD: Boot Options ![]() |