Debian-Installer

Last updated
Original author(s) Debian Project
Developer(s) Debian Install System Team
Initial releaseJune 6, 2005;18 years ago (2005-06-06)
Stable release
12 (Bookworm) / June 10, 2023;8 months ago (2023-06-10) [1]
Written in C
Operating system Microcosm of Debian, made of udebs (loading from Windows is supported via win32-loader)
Available in87 languages
Type System installer
License GPL
Website www.debian.org/devel/debian-installer/

Debian-Installer is a system installer designed for the Debian Linux distribution. It originally appeared in the Debian release 3.1 (Sarge), [2] released on June 6, 2005, [3] although the first release of a Linux distribution that used it was Skolelinux (Debian-Edu) 1.0, released in June 2004. [4]

Contents

It is also one of two official installers available for Ubuntu, the other being called Ubiquity (itself based on parts of debian-installer) which was introduced in Ubuntu 6.06 (Dapper Drake).

It makes use of cdebconf (a re-implementation of debconf in C) to perform configuration at install time.

Originally, it was only supported under text-mode and ncurses. A graphical front-end (using GTK-DirectFB) was first introduced in Debian 4.0 (Etch). Since Debian 6.0 (Squeeze), it is used over Xorg instead of DirectFB.

debootstrap

debootstrap is software which allows installation of a Debian base system into a subdirectory of another, already installed operating system. [5] It needs access to a Debian repository and doesn't require an installation CD. [5] It can also be installed and run from another operating system or to create a "cross-debootstrapping", a rootfs for a machine of a different architecture, [5] for instance, OpenRISC.[ clarification needed ] [6] There is also a largely equivalent version written in C – cdebootstrap, which is used in debian-installer. [5]

debootstrap can be used to install Debian in a system without using an installation disk but can also be used to run a different Debian flavor in a chroot environment. [7] This way it is possible to create a full (minimal) Debian installation which can be used for testing purposes, or for building packages in a "clean" environment (e.g., as pbuilder does). [7]

Features


Win32-loader

win32-loader (officially Debian-Installer Loader) [8] is a component of the Debian Linux distribution that runs on Windows and has the ability to load the actual Debian installer either from the network (as in the version in an official website) or from CD-ROM media (as in the version included in Jessie CD images).

win32-loader was born as an independent project, for which only the network version was available. Later the code went through a long review and polishing process to become part of the official Debian distribution.

Influences

win32-loader strongly relies on projects such as NSIS, GRUB 2, loadlin and Debian-Installer to perform its task. Additionally, it has drawn inspiration and ideas from similar projects such as Wubi and Instlux.

Features

See also

Related Research Articles

<span class="mw-page-title-main">Debian</span> Linux distribution based on free and open-source software

Debian, also known as Debian GNU/Linux, is a Linux distribution composed of free and open-source software and optionally non-free firmware or software developed by the community-supported Debian Project, which was established by Ian Murdock on August 16, 1993. The first version of Debian (0.01) was released on September 15, 1993, and its first stable version (1.1) was released on June 17, 1996. The Debian Stable branch is the most popular edition for personal computers and servers. Debian is also the basis for many other distributions that have different purposes, like Proxmox for servers, Ubuntu or Linux Mint for desktops, Kali for penetration testing, and Pardus and Astra for government use.

<span class="mw-page-title-main">Linux distribution</span> Operating system based on the Linux kernel

A Linux distribution is an operating system made from a software collection that includes the Linux kernel and often a package management system. Linux users usually obtain their operating system by downloading one of the Linux distributions, which are available for a wide variety of systems ranging from embedded devices and personal computers to powerful supercomputers.

<span class="mw-page-title-main">APT (software)</span> Free software package management system

Advanced package tool, or APT, is a free-software user interface that works with core libraries to handle the installation and removal of software on Debian, and Debian-based Linux distributions. APT simplifies the process of managing software on Unix-like computer systems by automating the retrieval, configuration and installation of software packages, either from precompiled files or by compiling source code.

<span class="mw-page-title-main">GNU GRUB</span> Boot loader package

GNU GRUB is a boot loader package from the GNU Project. GRUB is the reference implementation of the Free Software Foundation's Multiboot Specification, which provides a user the choice to boot one of multiple operating systems installed on a computer or select a specific kernel configuration available on a particular operating system's partitions.

<span class="mw-page-title-main">Light-weight Linux distribution</span> Operating system with low resource requirements

A light-weight Linux distribution is one that uses lower memory and/or has less processor-speed requirements than a more "feature-rich" Linux distribution. The lower demands on hardware ideally result in a more responsive machine, and/or allow devices with fewer system resources to be used productively. The lower memory and/or processor-speed requirements are achieved by avoiding software bloat, i.e. by leaving out features that are perceived to have little or no practical use or advantage, or for which there is no or low demand.

<span class="mw-page-title-main">Cooperative Linux</span> Software to run both Windows and Linux

Cooperative Linux, abbreviated as coLinux, is software which allows Microsoft Windows and the Linux kernel to run simultaneously in parallel on the same machine.

Installation of a computer program, is the act of making the program ready for execution. Installation refers to the particular configuration of software or hardware with a view to making it usable with the computer. A soft or digital copy of the piece of software (program) is needed to install it. There are different processes of installing a piece of software (program). Because the process varies for each program and each computer, programs often come with an installer, a specialised program responsible for doing whatever is needed for the installation. Installation may be part of a larger software deployment process.

<span class="mw-page-title-main">Arch Linux</span> Rolling release distribution of Linux

Arch Linux is an independently developed, x86-64 general-purpose Linux distribution that strives to provide the latest stable versions of most software by following a rolling-release model. The default installation is a minimal base system, configured by the user to only add what is purposely required.

<span class="mw-page-title-main">Anaconda (installer)</span> Free and open-source system installer for Linux distributions

Anaconda is a free and open-source system installer for Linux distributions.

<span class="mw-page-title-main">Ubuntu</span> Linux distribution developed by Canonical

Ubuntu is a Linux distribution based on Debian and composed mostly of free and open-source software. Ubuntu is officially released in multiple editions: Desktop, Server, and Core for Internet of things devices and robots. The operating system is developed by the British company Canonical, and a community of other developers, under a meritocratic governance model. As of October 2023, the most-recent release is 23.10, and the current long-term support release is 22.04.

Technical variations of Linux distributions include support for different hardware devices and systems or software package configurations. Organizational differences may be motivated by historical reasons. Other criteria include security, including how quickly security upgrades are available; ease of package management; and number of packages available.

<span class="mw-page-title-main">Software remastering</span>

Software remastering is software development that recreates system software and applications while incorporating customizations, with the intent that it is copied and run elsewhere for "off-label" usage. The term comes from remastering in media production, where it is similarly distinguished from mere copying.

<span class="mw-page-title-main">Wubi (software)</span> Ubuntu Linux installer for Windows

Wubi is a free software Ubuntu installer, that was the official Windows-based software, from 2008 until 2013, to install Ubuntu from within Windows, to a single file within an existing Windows partition.

<span class="mw-page-title-main">UNetbootin</span>

UNetbootin is a cross-platform utility that can create live USB systems and can load a variety of system utilities or install various Linux distributions and other operating systems without a CD.

<span class="mw-page-title-main">OpenGEU</span> Free computer operating system

OpenGEU was a free computer operating system based upon the popular Ubuntu Linux distribution, which in turn is based on Debian. OpenGEU combined the strengths and ease of use of GNOME desktop environment with the lightweight, and graphical eye candy features of the Enlightenment window manager into a unique and user-friendly desktop. While OpenGEU was originally derived from Ubuntu, the design of the user gave it a significantly different appearance to the user, with original art themes, software and tools.

Preseeding is a method for automating the installation of the Debian operating system and its derivatives. Answers to installation questions, which would normally be answered interactively by an operator, are predetermined and supplied via a configuration file. This is similar to unattended installations of Windows operating systems using an answer file.

<span class="mw-page-title-main">Ubiquity (software)</span> Free and open-source system installer for Ubuntu and its derivatives

Ubiquity is the default installer for Ubuntu and its derivatives. It is run from the Live CD or USB and can be triggered to run from the options on the device or on the desktop of the Live mode. It was first introduced in Ubuntu 6.06 LTS "Dapper Drake". At program start, it allows the user to change the language to a local language if they prefer. It is designed to be easy to use.

References

  1. "Debian "bookworm" Release Information". Debian . Retrieved 2023-06-10.
  2. "Debian GNU/Linux 3.1 released". Debian. 2005-06-06. Retrieved 2015-04-27.
  3. "Debian "sarge" Release Information". Debian . Retrieved 2015-04-27.
  4. "First distribution ships with Debian-Installer". Debian. 2004-06-21. Retrieved 2015-04-27.
  5. 1 2 3 4 "Debootstrap". Debian wiki.
  6. Svensson, Christian. "[Openrisc] Introducing: Debian for OpenRISC". Openrisc mailing list. OpenCores.org, equivalent to ORSoC AB. Archived from the original on 4 March 2014. Retrieved 27 February 2014.
  7. 1 2 "debootstrap". Debian man pages.
  8. "DebianInstaller/Loader - Debian Wiki". wiki.debian.org. Retrieved 24 June 2018.