The Master Boot Record on the stock microSD card that comes with the GA36-MB v1.x is broken.
Master Boot Record (MBR) is a table at the very beginning of the microSD card that tells your computer about all the partitions on the card.
MBR takes up exactly 512 bytes, and must end with the two bytes 0x55 and 0xaa
Through some series of mistakes, negligence, or general incomptence, the manufacturer of the ga36mbv1.2 has set these two bytes instead to 0xc3 and 0x5a. This means no operating system will enumerate the table, and no partitions will be mountable.