3.1. How to Format the MAASU SSD
Follow these steps to format the MAASU SSD and install Ubuntu Linux:
On Windows, search for “cmd” in the search bar, then right-click and select Run as Administrator.
In the Command Prompt, type the following to enter the disk management utility:
diskpart
To display all available drives, type:
list disk
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.
To erase the disk, type:
clean
Next, create a primary partition by typing:
create partition primary
Format the partition as NTFS by typing:
format fs=ntfs quick
After formatting is complete, restart your PC.
While restarting, press the Delete key multiple times to enter the BIOS.
In the BIOS, look for Boot Devices and select the USB containing the Linux Ubuntu ISO file.
You will be prompted to install the operating system. When asked to choose a destination for installation, select the MAASU SSD.