-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Gaurav Raj edited this page Apr 6, 2024
·
2 revisions
Getting started with Vigilante Arch is a breeze. Follow these simple steps to set up your system:
- Download the live ISO file from the official Vigilante Arch website.
- Flash the ISO file onto a USB drive using the
dd
command.- Make sure to replace
<iso-file>
with the path to the downloaded ISO file and<usb-drive>
with the appropriate device identifier for your USB drive.
- Make sure to replace
sudo dd bs=4M if=<iso-file> of=<usb-drive> conv=fdatasync status=progress
# Example: sudo dd bs=4M if=output/vigarch-2024.04.05-x86_64.iso of=/dev/sda conv=fdatasync status=progress
- Download and install Etcher, a user-friendly tool for flashing ISO files onto USB drives.
- Launch Etcher and select the downloaded ISO file.
- Choose the USB drive as the destination disk.
- Click on the "Flash" button to begin the flashing process.
While Vigilante Arch can be run from either a USB drive or a virtual machine using hypervisors like
VirtualBox
orVMware
.
But we highly recommend using a USB drive for enhanced security. Running the system on a USB drive helps mitigate the risk of potential security vulnerabilities associated with hypervisor logs.