Installing the system on a USB drive (Bootable USB)
Installing the system on a USB drive
Windows






MacOS




Linux




Booting from USB drive






Last updated
Was this helpful?




















Last updated
Was this helpful?
Was this helpful?
diskutil listsudo diskutil eraseDisk FAT32 NONAME MBRFormat /dev/disk4;sudo diskutil unmountDisk /dev/disk4;sudo dd if=mikopbx-2024.1.114-x86_64.raw of=/dev/disk4 bs=1m;lsblksudo mkfs.vfat -F 32 -n NONAME /dev/sdbsudo umount /dev/sdb*sudo dd if=mikopbx-2024.1.114-x86_64.raw of=/dev/sdb bs=1M