sudo apt-get update
sudo apt-get install -y build-essential bison flex texinfo gawk \
libncurses-dev bc libssl-dev libelf-dev parted rsync wgetcd BlazeNeuroLinux
sudo ./build.sh allBuild time: 2-4 hours depending on CPU
# Find your USB device
lsblk
# Create bootable USB (replace sdX)
sudo ./build.sh usb /dev/sdX- Insert USB drive
- Reboot computer
- Select USB from boot menu (F12/F2/DEL)
- BlazeNeuro boots with full persistence
# Check logs
cat logs/build.log
# Retry failed stage
sudo ./build.sh stage2# Verify device
lsblk
# Recreate USB
sudo ./build.sh usb /dev/sdX- Customize: Edit
config/blazeneuro.conf - Add packages: Update stage scripts
- Cloud build: Push to GitHub for automated compilation
Check README.md and ARCHITECTURE.md for detailed documentation.