Convert disk GPT to MBR for Openfiler troubleshoot June 6, 2014 by Rumi 0 On a Linux console, as root, run (replace /dev/sda with the identifier of your hard drive): parted /dev/sda parted> mklabel msdos parted> quit