I would like to install MicroOS as system to my server.
But I have issue - my old notebook, which I’m using as server, doesn’t support GPT. (It also always shows itself as with UEFI support, but there is no settings of UEFI in BIOS). So, I have to install it with MBR (I know it will not boot up with GPT). I checked the default layout of disks in installation MicroOS and I know I will have to probably set it manually in expert configuration the same way, but for MBR.
But in expert configuration I cannot see bios boot partition, which is used in default configuration layout.
I know there is some conversion tools, which can just convert partition table between GPT and MBR, but I’m not sure If it will not break up the system.
In installation, in disk partitioning, in expert partitioning, there is possible to create MBR/GPT partition table. So, it supports it. And I can boot iso in gnome boxes with BIOS configuration, not UEFI.
I’m thinking of e.g. make gpt look like mbr with gdisk or recreate boot sector legacy way after installation on gpt disk (with --target=i386-pc) but I never tried it, if it will break something.