A minimal rescue and live ISO build of Parch Linux using Archiso.
Parch Linux Mini is a lightweight live ISO designed for system rescue, recovery, and installation purposes. It provides a minimal working environment with essential tools for troubleshooting, disk management, and installing Parch Linux.
- Live Environment: Boot into a fully functional Linux environment
- Installation: Use
archinstall-rsfor easy installation - Rescue Tools: Includes disk partitioning, data recovery, and system repair utilities
- Hardware Support: Broad hardware compatibility with various firmware and drivers
- UEFI & BIOS: Supports both boot modes
base- Core Arch Linux base packageslinux- Latest kernellinux-firmware- Hardware firmware files
archinstall-rs- Modern installer (recommended)arch-install-scripts- Traditional Arch installation scripts
btrfs-progs- BTRFS filesystem toolsclonezilla- Disk imagingcryptsetup- LUKS encryptionddrescue- Data recoverydmraid- RAID supportfsarchiver- Filesystem backupgpart- Partition editorgptfdisk- GPT partitioninglvm2- Logical Volume Managermdadm- RAID managementpartclone- Partition cloningparted- Partition editorpartimage- Partition imagingtestdisk- Data recoverysmartmontools- S.M.A.R.T. monitoring
dhcpcd- DHCP clientdnsmasq- DNS/DHCP serveriwd- WiFi daemoniw- Wireless toolsnfs-utils- NFS supportopenssh- SSH server/clientopenvpn- VPN supportwpa_supplicant- WiFi management
hyperv- Hyper-V driversopen-vm-tools- VMware toolsqemu-guest-agent- QEMU supportvirtualbox-guest-utils-nox- VirtualBox tools
bcachefs-tools- Bcachefs supporte2fsprogs- Ext2/3/4 toolsexfatprogs- ExFAT supportf2fs-tools- F2FS supportjfsutils- JFS supportnilfs-utils- NILFS2 supportntfs-3g- NTFS supportxfsprogs- XFS support
parch-branding- Parch Linux brandingparch-pacman-next- Enhanced pacmanparch-zram- ZRAM configurationparu- AUR helper
- Arch Linux or derivative
archisopackage- Root privileges
# Run as root
sudo ./build.shThe build script will:
- Check for Pacman (Arch Linux package manager)
- Install required build dependencies
- Build the ISO using mkarchiso
The resulting ISO will be located in the out/ directory:
ParchMini-YYYY.MM.DD-x86_64.iso
-
Write the ISO to a USB drive:
sudo dd if=out/ParchMini-*.iso of=/dev/sdX bs=4M status=progress -
Boot from USB and select the appropriate boot mode (UEFI or BIOS)
Run the installer:
archinstall-rsWiFi (iwctl):
iwctl
device list
station <device> scan
station <device> connect <SSID>Ethernet: Should work automatically via DHCP
- Partition disks:
parted,gparted,fdisk,cfdisk - Check SMART:
smartctl -a /dev/sdX - Mount LUKS:
cryptsetup luksOpen /dev/sdX mapper-name - LVM:
lvscan,vgchange -ay
- Architecture: x86_64
- RAM: Minimum 512MB (recommended 2GB+)
- Storage: 4GB+ for ISO image
- UEFI: systemd-boot
- BIOS: Syslinux
See LICENSE file for details.