Installing eLxr with VirtualBox¶
About This Task¶
Once you have downloaded the eLxr 12 image file, you can install it with VirtualBox as described in this procedure.
For eLxr Server images, you have the option of installing a console-based system, or a desktop environment, such as GNOME or XFCE, and the window manager, such as GDM2 or lightdm.
For eLxr Edge images with OSTree, to take advantage of OSTree functionality, you must perform additional configuration to complete the installation as described in this procedure.
Before You Begin¶
You must have an eLxr 12 image. For details, see Downloading the eLxr Image.
You must have VirtualBox, version 7, installed on your Linux, Mac, or Windows host.
Creating the Virtual Machine¶
From the VirtualBox interface, select Machine > New to open the Create Virtual Machine window. Enter the image name, the folder where you want the VM to reside, and the location of your downloaded ISO image, then click Next.
Note
For eLxr Edge OSTree-based images, select Skip Unattended Installation.
In the Hardware window, accept the 2048 default for for memory, and optionally select the number of CPUs. You must select the Enable EFI (special OSes only) option. Click Next.
In the Virtual Hard Disk window, select Create a virtual hard drive and specify at least 5GB. Click Next.
In the Summary window, verify your information and click Finish.
The eLxr 12 image will now display in the VirtualBox interface with the status of Powered off.
From the main VirtualBox interface, ensure that your eLxr image is selected, then click Start. What happens next depends on your image type.
The eLxr Edge 12 live image will boot directly to a shell with a root@elxr:/# prompt. You must specify the installation media location and optionally set drive and kernel parameters to complete the installation. For details, see Edge OSTree Installation.
The eLxr Server 12 image will boot to the Installation selection window. Here you can choose whether you want a graphical or console-based installation.
The next section describes the installation steps.
Installing eLxr¶
With the virtual machine configured, install eLxr as described in this section.
Tip
The eLxr Server image performs an automatic installation if you do not select an option quickly. Once the options are available, use the UP or DOWN arrow keys to halt the timer.
Select the installation method.
On booting you will be presented with a menu with options for running either the graphical or text-based installer.
In this example we will use the Graphical Installer option.
There is also an option for setting some advanced options, but these should not be required when using the VMM to install into a QEMU/KVM virtual machine.
Other options offer help and installers with accessibility options which may assist those with vision impairments.
Select language and location options.
The first option presented by the graphical installer is to select the language:
Next, we need to set the location:
And then the keyboard layout:
Verify hardware selection process.
At this point the installer will run a number of tests to determine the hardware configuration of the machine.
Set the host name and domain for the virtual machine:
If the VM will appear on your local network then ensure you have a unique host name and that the domain matches the local network domain.
Set the root password and add users.
Optionally you can also create regular users and set their passwords too. It is recommended to have at least one non-root user.
Set and verify hard disk partitions.
Prior to installing the OS the disk must be partitioned and formatted. The easiest method is to use the guided install as follows:
First select which disk to install into. Unless you have configured the VM with multiple disks you should find there is only one option, the virtual disk.
Several options for the partition layout are provided. Easiest is to install everything into a single partition.
A summary displays before any changes are written to the disk.
A final confirmation is needed before the disk contents are modified. Select Yes and click Continue to partition and format the disk(s).
At this point the virtual disk is ready for installing eLxr.
Install the base eLxr system.
The base system will now be installed into the newly partitioned disk.
Choose whether you want to scan additional media to include in the APT Package Manager’s package sources. If you do not have any additional source repositories (default), select No, then click Continue.
If you require a HTTP proxy to access the Internet from your eLxr image, enter the proxy address and port information. If you do not require a proxy, leave the filed blank. Click Continue.
At the Software Selection window, choose any additional software options. By default, the installer selects Debian desktop environment, GNOME and standard system utilities. This installs the GNOME desktop with a standard set of utilities. To install a different window manager, deselect GNOME and select another from the available options.
Optionally select other software, then click Continue.
Note
If you select more than one desktop environment, a window will prompt you to choose a preferred window manager.
The installer will add the additional components and finish up.
Install the boot loader.
eLxr uses the GRUB bootloader (GRand Unified Bootloader) to start the operating system upon boot.
First we must confirm that we want to install GRUB. Since there are no other operating systems in the virtual machine, select Yes and click Continue.
Then we select the disk it should be installed on. As with partitioning, there should be only one disk here unless you created multiple disks when setting up the virtual machine. In that case, select the first (vda) disk and click Continue.
Complete the installation.
After installing GRUB the installer has some final setup to do:
Once finished, it will prompt to reboot the system into the fresh installation.
Click Continue.
On system restart, select the kernel option you want to use from the GRUB menu, either standard or rt (real time). You will only have a moment to make this selection.
Important
The kernel option you choose will become the default for your system. Only choose the rt kernel if the system requires deterministic processing.
Log in to the eLxr image for the first time, either as root or as a user you created in step 5, above.
For console-based installations, log in from the terminal.
elxr-server login: root Password: Linux elxr 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC eLxr 6.1.129 elxr3-1 (2025-05-21) x86_64 The programs included with the eLxr Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. eLxr Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.
For desktop installations, log in from the desktop manager login prompt, for example, GNOME:
Optionally select the Applications icon to view available desktops and applications.
Once you are done, you can power down the virtual machine. To simply power-off the virtual machine, run the following command from a terminal:
root@elxr:~# shutdown -h now
Edge OSTree Installation¶
Once you initially boot the image, the Enter shell for manual install prompt will display. To complete the installation, you must as a minimum specify the installation drive as described in the following steps.
Identify the disk or media you want to install eLxr to with the lsblk command. In this example, the installation disk designation in sda. You will use this option in the next step.
# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS loop0 7:0 0 816.3M 1 loop /usr/lib/live/mount/rootfs/filesystem.squashfs /run/live/rootfs/filesystem.squashfs sda 8:0 0 7G 0 disk sr0 11:0 1 891M 0 rom /usr/lib/live/mount/medium /run/live/medium
Set the disk designation in the /usr/share/installer/manifest.yaml file. Note the drive designation from the previous step is set to /dev/sda.
# sed -i "s|disk: .*|disk: /dev/sda|g" /usr/share/installer/manifest.yaml
Optionally update the /usr/share/installer/manifest.yaml file to set disk parameters and kernel options.
# vi /usr/share/installer/manifest.yaml
Run tiler to complete the installation.
# tiler install --config /usr/share/installer/manifest.yaml
Restart the system.
# shutdown -r now
Once the reboot completes, log in to the system using root for the user name and password.
localhost login: root Password: Linux elxr 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC eLxr 6.1.129 elxr3-1 (2025-05-21) x86_64 The programs included with the eLxr Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. eLxr Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.
Optionally update the system.
# apt-ostree upgrade
Results¶
Now that your eLxr 12 image is running with VirtualBox, you can install a package or packages from the eLxr 12 package repository. For details, see Adding and Updating Packages.