Prerequisites
- USB drive (8GB minimum)
- SpecterOS ISO (downloaded from download page)
- Internet connection (for updates during installation)
- Backup of important data
⚠️ Warning: Installation will erase all data on the target disk. Make sure to back up important files first!
Step 1: Create Bootable USB
Windows - Using Rufus
- Download Rufus from rufus.ie
- Insert your USB drive
- Open Rufus and select your USB drive
- Click "SELECT" and choose the SpecterOS ISO
- Click "START" and wait for completion
macOS/Linux - Using dd
sudo dd if=specteros-debian-20240305.iso of=/dev/sdX bs=4M status=progress && sync
Replace /dev/sdX with your USB drive (e.g., /dev/sdb).
Step 2: Boot from USB
Access Boot Menu
- Insert the USB drive into your computer
- Restart your computer
- Press the boot menu key repeatedly (usually F12, F10, F2, or Del)
- Select your USB drive from the boot menu
💡 Tip: Common boot menu keys by manufacturer:
- Dell: F12
- HP: F9 or Esc
- Lenovo: F12 or Fn + F12
- ASUS: F8 or Esc
- Acer: F12
Step 3: Installation Process
Boot Menu
From the SpecterOS boot menu, select:
- SpecterOS (Live) - Try before installing
- SpecterOS (Install) - Install directly
Installation Wizard
- Welcome: Select your language
- Keyboard: Choose your keyboard layout
- Installation Type:
- Erase disk and install: Recommended (uses entire disk with encryption)
- Manual partitioning: For advanced users
- Encryption: Enter a strong passphrase (required at every boot)
- User Account: Create your username and password
- Timezone: Select your timezone
- Install: Review and confirm installation
🔐 Security Tip: Use a long, unique passphrase for encryption (at least 16 characters). Store it in a password manager.
Step 4: First Boot
Initial Setup
- Remove USB drive when installation completes
- Click "Restart Now"
- Enter encryption passphrase at boot screen
- Login with your password
- Complete the welcome wizard
Post-Installation
Update System
sudo apt update && sudo apt upgrade -y
Enable Persona Shards
Open Shard Manager from the applications menu to configure isolated environments.
Configure Network Privacy
Open Network settings to configure DNS over HTTPS and Tor integration.
Troubleshooting
Boot Issues
If SpecterOS doesn't boot, try adding nomodeset to boot parameters:
Press 'e' at boot menu → Add 'nomodeset' after 'quiet' → Press F10
Wi-Fi Not Working
Some Wi-Fi cards require proprietary firmware:
sudo apt install firmware-linux-nonfree
Installation Fails
Check:
- USB drive is properly created (try recreating)
- ISO checksum matches
- Sufficient disk space (20GB minimum)
- Secure Boot is disabled in BIOS