Installing Admiral Base OS
Now that you have the image, let's get it onto your device.
Flashing the Image
macOS & Linux
- Identify your target disk:
# macOS
diskutil list
# Linux
lsblk
- Flash the image:
# Replace /dev/sdX with your actual drive identifier
sudo dd if=admiral_base_v1.img of=/dev/sdX bs=4M status=progress
sync
Warning
Double-check your target device identifier! Using the wrong device will permanently erase that disk's data.
Windows
Using Rufus or BalenaEtcher:
- Download Rufus or BalenaEtcher
- Launch the application
- Select your downloaded
.imgor.isofile - Select your USB/SD target device
- Click Flash or Start
- Wait for completion
Booting the Device
- Insert the flashed USB/SD media into your target device
- Power on the device
- Enter the boot menu (usually F12, F2, or DEL during startup)
- Select the USB/SD device as the boot source
- Admiral Base OS will begin its first boot
First Boot
On first boot, Admiral Base OS will:
- Initialize the system
- Configure hardware
- Display a 5-character pairing token on screen

Next Steps
With your device booted, proceed to Pairing Your Device to connect it to your Admiral organization.