Prepare an install media

Burn a CD or a DVD

To be able to burn an ISO image to a CD or a DVD, you will need a relevant media, a DVD/CD-RW multi-drive, and a software to make the drive burn the downloaded ISO file on a CD or DVD. Of course if you burn to DVD, the drive has to be fit for this use (on old models some could burn only CD-R or CD-RW, but not DVD).

Under Windows, you can use InfraRecorder, or another software, if you already have a burning software installed. You just need to check the setup to make the software burn as ISOimage instead of data.

Under GNU/Linux, here are a few available applications meant for burning : K3B in the KDE environnement, Gnomebaker, Graveman, Brasero, in Gnome desktops, Xfburn in Xfce desktops, and at last, the great wodim tool, which replaces cdrecord, in text mode, for users who like it to be simple.

Here a few command lines, if you would want to give it a try ;-)

wodim -v /home/alice/bento-openbox-14.04.4.iso

or else

wodim -v -dao dev=/dev/sr0 /home/alice/bento-openbox-14.04.4.iso

In both cases, you may have to adapt the above commandes by changing the path to the ISO image, the name of the ISO image, or sometimes the name of the targeted peripheral, according to the needs. (This last options is usually not needed, as wodim manages to detect it).

If you don’t know how to point to the file using the path to the files, starting from the root of the system, or from your /home/user, just use a graphical tool among the ones listed above.

Install to USB thumbdrive

To install to USB, we have several methods available, depending on the Operating System we use.

Under Windows

You will find here after two easy tools: www.linuxliveusb.com/, and unetbootin.sourceforge.net/.

Under GNU/Linux

If you use a GNU/Linux distribution, you have some choice:

Using console

With Grub2

Please read here: https://help.ubuntu.com/community/Grub2/ISOBoot

You can also use dd this way:
dd if=/path/to/iso of=/path/to/usb_device
where “path to iso” is the name of the ISO image starting with it’s path (absolute or relative), and “path to device” the path to the usb stick. If you use this command, be sure you don’t confuse the path to the USB device with the one of your hard drive or with another device you don’t want to erase, as your system and data would be totally unrecoverable!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.