Assumes a UEFI system, single-disk setup, no encryption (LUKS), no LVM.
If you have different requirements, you can still read on and look up the relevant commands.
If you want an automated script, see the simple install script:
| import html | |
| import sys | |
| import time | |
| import argparse | |
| import os | |
| import requests | |
| import json | |
| from urllib.parse import urlparse, parse_qs, urlencode, urlunparse | |
| from dotenv import load_dotenv |
Assumes a UEFI system, single-disk setup, no encryption (LUKS), no LVM.
If you have different requirements, you can still read on and look up the relevant commands.
If you want an automated script, see the simple install script: