Installation Guide

Using the installer

Downloading the Installer

To install Redrose Linux, the first step is to download the disk image. The image size is approximately 1.5-2 GB, smaller than most standard distributions.

IT IS STRONGLY ADVISED TO FIRST CHECK THE INTEGRITY OF THE DISK IMAGE. THE OFFICIAL SHA256 CHECKSUM IS ON THE GITHUB RELEASE PAGE, OR THIS, LESS UPDATED CHECKSUM: 98dc028d17556a1c8e630e7fdf141bea9c7e75b14b9414646aa13a35c56d0c17

To verify the ISO:

The next steps assume your disk image is at /Downloads/redroselinux.iso.

IF THE VALUES DO NOT MATCH, TRY THE GITHUB RELEASES CHECKSUM. IF THAT FAILS TOO, YOUR ISO IS NOT OFFICIAL OR CORRUPTED.

How to fix that? Simply re-download from official sources.

Flashing the disk

After downloading, flash the disk image onto a USB drive or another removable drive. Connect the drive before proceeding.

On Windows: download Rufus and follow the instructions. Select the downloaded disk image and your removable drive, then click START.

On Linux: run: sudo dd if=~/Downloads/redroselinux.iso of=/dev/sdX bs=4M status=progress && sync Replace /dev/sdX with your drive's device name. Replace ~/Downloads/redroselinux.iso with your ISO directory.

THIS WILL PERMANENTLY DELETE ALL CONTENT FROM THE DRIVE.

Booting the Installer

Reboot and press one of the following keys to access BIOS/UEFI: Esc, Enter, F9, Del.
Select your removable drive as the boot device.

Examples:
BIOS screen UEFI screen

Installing

Once booted, the installer starts automatically. Wait for the setup interface.

Follow the on-screen instructions. Quick reference:

After these steps, the installer finishes automatically.

Restarting installation

To restart installation, press Ctrl + C. To start again, type:

./redroselinuxinstaller

If that does not work, run:

chmod +x ./redroselinuxinstaller

Troubleshooting

Removable drive not detected

Try a different drive or port, then reboot and repeat.

Problems with booting the drive

Turn off Secure Boot. Redrose Linux currently does not support it.

Unable to access BIOS/UEFI

Check your device manual for the correct key. If you see no menu, BIOS/UEFI may be locked with a password. Consult a repair shop or your organization.

← Back to Docs Home

Our documentation is open source. You can help by contributing.