Note: This page is obsolete. The information is old, outdated, or otherwise currently incorrect. We are keeping the page for historical reasons only. Do not rely on the information in this article.
A member of the MariaDB community, Mark <ms (at) it-infrastrukturen (dot) org>
, has created some Debian "squeeze" 6.0.4 based, live iso images with MariaDB 5.2 or 5.3 pre-installed on them and some Debian "squeeze" 6.0.5 based, live iso images with MariaDB 5.5 pre-installed on them.
These live and install images can be used to quickly run a MariaDB server in live mode for learning or testing purposes, or to simplify and speed up off-line installations of Debian-based MariaDB servers onto harddisk.
To work in live mode the system boots from a usb stick (or CD/DVD) and runs in RAM without touching the system's harddisk drive.
The same usb stick (or CD/DVD media) can be used to install a complete server installation onto the harddisk drive using the included Debian installer.
All required MariaDB packages are included on the media, so there is no need for an Internet connection.
Three types of images are provided, text (command line), LXDE, and Gnome. The text-based live images can be used for testing or server off-line installations. The two gui types, LXDE and Gnome, can be used for testing/learning in live mode or for off-line desktop installations. Debian live images with LXDE (gnome, KDE or awesome) are pretty comfortable for daily work as a replacement for whatever desktop OS is installed on on the system.
There are three iso images for each type, one for 32-bit (i386) systems, one for 64-bit (amd64) systems, and one with both.
The LXDE and Gnome images contain documentation under /srv/PDF
. Including instructions on how to create your own Debian live images in live mode (you need 16GB RAM or more to be able to do this). See the README, README.live, and live-manual.en.pdf files under /srv/PDF
for details.
Note: Some HP notebooks are not able to boot binary hybrid iso images from a USB stick.
To get the iso images you can use rsync:
rsync -avP rsync://rsync.it-infrastrukturen.org/ftp/public-mariadb/<image_or_file_name_as_above> .
or just use the links above (or go to: http://rsync.it-infrastrukturen.org/public-mariadb/ ).
A USB stick or CD/DVD can be used as bootable media. The preferred way is a USB stick.
dd if=./<image_name_as_above.iso> of=/dev/<USB-stick-ID_like_sdb_or_sdc>
The iso images have been successfully tested on:
It is possible to add some options on the bootline for special purposes like, for example, the installation of additional packages from a local repository on the image or assigning a static IP address and running sshd.
ip=
". For example: "ip=eth0:192.168.1.53:255.255.255.0:192.168.1.1
" ip=
" is: "ip=[interface]:[IP_address]:[netmask]:[gateway]
" ip=
" value the content of /etc/network/interfaces
and /etc/resolv.conf
will be used. Without the "ip=
" option, dhcp will be used to get an IP address. sshd=on
" repo-off-line.sh
to activate local repositories on the image for apt-get (for off-line installations) or repo-on-line.sh
for internet repositories. Send any feedback or suggestions related to these images to:
<ms (at) it-infrastrukturen (dot) org>
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/mariadb-debian-live-images/