

Next we need to add some essential packages. You’ll probably want to edit at least your hostname before copying the following into the terminal lb config noauto -architectures i386 -linux-flavours 686-pae 686 amd64:amd64 -binary-images iso-hybrid -d bullseye -debian-installer live -debian-installer-distribution bullseye -debian-installer-gui false -archive-areas "main contrib non-free" -debootstrap-options "-variant=minbase" -bootappend-live "boot=live persistence components hostname=pendrivelinux" -interactive shell Note how we’re building with both amd64 and intel processor support. Next we set our config options for a minimal Debian live build, and then drop to an interactive shell so we can add more packages and make changes. To do this, from the terminal, type mkdir live cd live lb clean Now we will need to create a build directory and then populate our initial configuration.

apt-get install live-build Configuring settings for a custom Live Distro (to ensure we are working with the latest versions). (and then enter a password when prompted to become root) apt-get update Open a terminal and type the following, pressing the enter key after each command. Let’s start by downloading and installing the Live-Build script. Here’s How to create your own remix of Debian Live or an Ubuntu Spin Download and install Live-Build Script How to Create your own Live Linux Debian Remixĭifferent ways to make a bootable pendrive on LinuxĬreating your own Live Linux Distro from Debian is a multi-step process. Live-Build contains scripts that automate parts of the Live Linux creation process, making it easy to create your own personal Live Linux distribution. It is part of the Debian Live Project originally created by Daniel Baumann. Note: The resulting Debian remix created via this process can be burned to a USB flash drive or run in emulation or virtualization software such as virtualbox, vmware, or even Qemu/KVM.įrom a locally installed up and running Debian operating environment, we will use a tool formerly called Live-Helper (now Live-Build). Here’s an example showing Pendrivelinux Live – based on a remix of Debian

In the following tutorial, we will first focus on using Debian as our base to create a Debian Live Linux ISO. Many popular Linux distributions such as Knoppix, Ubuntu and DSL were originally based upon Debian. However, there are many different approaches depending mainly on which Linux base you decide to use. Easily Create Your Own Live Linux distro, remix or spin Creating your own custom Live Linux distro and resulting ISO file is not overly complicated.
