Skip to content

How to make bootable MOOS ISO to USB or CD

nifanfa edited this page Oct 12, 2022 · 3 revisions

Rufus Method

Step 1

The MOOS ISO is stored within the MOOS folder\bin\Kernel folder, there will be a file called "MOOS.iso". It is recommended you drag the ISO to your desktop to make things easier when flashing

Step 2

Open up the rufus application in 3rd Party folder, newer versions of Rufus unfortunately will refuse to flash MOOS onto your USB, and select your USB in the drop down menu then drag the MOOS ISO location on your desktop to the Rufus app

Step 3

Select the format method and make it FAT32. The reason FAT32 is required is due to most BIOS's especially old BIOS's require

Step 4

image

Launch VS 2022 and open the .sln file, then once everything has loaded click the Build > Build Solution option

Step 4

image Select MOOS on the build dropdown menu and click either QEMU or VMware, once done you can make changes to the code and keep building MOOS, Enjoy!