๐ง Create Bootable Media
The installation process is intentionally kept simple. Follow these steps to prepare a bootable USB drive:
1. ๐ด Prepare the USB Stickโ
Format a USB stick as FAT32 and set the label/name to MOS.
Minimum recommended size: 8 GB (16 GB recommended to be on the safe side).
Windowsโ
- Insert the USB stick
- Open File Explorer โ right-click the USB drive โ Format...
- Set File system to
FAT32 - Set Volume label to
MOS - Click Start
USB stick not detected as bootable (Windows)โ
Symptoms: After formatting with Windows Explorer, the USB stick is not recognized as bootable by the BIOS/UEFI.
Use diskpart to create a bootable partition. Open CMD as Administrator and run the following commands:
Make sure to select the correct disk number from list disk. The clean command will erase all data on the selected drive.
macOSโ
The macOS Finder format option does not set the bootable flag correctly. Use the Terminal method below.
- Insert the USB stick
- Open Terminal
- Find your USB device identifier:
- Format with MBR and FAT32 โ replace
/dev/diskXwith your actual device identifier:
Linuxโ
- Insert the USB stick
- Find your USB device:
- Format with FAT32:
You can also use parted or the gparted GUI to create an MBR partition table and format as FAT32.
2. โฌ๏ธ Download the Installation Filesโ
Download the latest version of the system (.zip archive) from the Releases page โ Assets section.
3. ๐ฆ Extract the Filesโ
Extract the downloaded archive directly onto the USB stick.
No additional imaging tools or software are required.
4. ๐ Boot from the USB Stickโ
Insert the USB stick into the target machine, select it in the boot menu, and the installation process can begin immediately.
5. โ Complete the Setupโ
A network connection will be needed to access the WebUI to set initial account passwords.
Access the WebUI via:
http://MOS-IP/
While a USB stick is recommended, you can also use an external hard drive or card reader as long as it is formatted as FAT32.
Parts of this documentation were created with the assistance of AI tools. All AI-generated content has undergone review, but it may still contain inaccuracies, omissions, or outdated information.