- Download and boot from a Debian live CD: https://www.debian.org/CD/live/
- Login with
user:live - Setup and mount disks at
/mnt. Arch Linux has a good guide to this: https://wiki.archlinux.org/index.php/Partitioning - Install and run debootstrap
sudo apt-get install debootstrap- Replace RELEASE below with the name of the release you want to install, like ``jessie`` or ``vivid``
- Debian:
sudo debootstrap RELEASE /mnt http://ftp.debian.org/debian - (If Ubuntu)
sudo apt-get install ubuntu-archive-keyring - Ubuntu:
sudo debootstrap RELEASE /mnt http://archive.ubuntu.com/ubuntu
- Mount Filesystems: