3.1. How to Format the MAASU SSD

Follow these steps to format the MAASU SSD and install Ubuntu Linux:

  1. On Windows, search for “cmd” in the search bar, then right-click and select Run as Administrator.

  2. In the Command Prompt, type the following to enter the disk management utility:

    diskpart
    
  3. To display all available drives, type:

    list disk
    
  4. Identify the MAASU SSD by size, then choose it carefully by typing:

    select disk [disk number]
    

    Make sure to replace [disk number] with the correct number. Be cautious not to select the wrong disk.

  5. To erase the disk, type:

    clean
    
  6. Next, create a primary partition by typing:

    create partition primary
    
  7. Format the partition as NTFS by typing:

    format fs=ntfs quick
    
  8. After formatting is complete, restart your PC.

  9. While restarting, press the Delete key multiple times to enter the BIOS.

  10. In the BIOS, look for Boot Devices and select the USB containing the Linux Ubuntu ISO file.

  11. You will be prompted to install the operating system. When asked to choose a destination for installation, select the MAASU SSD.