Contribute
Register

Is Clover installation Legacy or UEFI from Terminal

Status
Not open for further replies.
Joined
Jun 1, 2014
Messages
70
Motherboard
GA Z97X-UD5H-Clover
CPU
i7-4790K
Graphics
GTX 1050 Ti
How can I tell if a Clover installation was installed as Legacy or UEFI from the terminals, or a secondary Mac with access to a copy of EFI folder.

Thanks for any help.
 
How can I tell if a Clover installation was installed as Legacy or UEFI from the terminals, or a secondary Mac with access to a copy of EFI folder.
Thanks for any help.
Code:
$ sudo bdmesg | grep -i "starting clover"
Example output:
Code:
0:100  0:000  Starting Clover revision: 4035 on American Megatrends EFI
So Clover is in this case running on motherboard EFI / UEFI installed.
 
Code:
$ sudo bdmesg | grep -i "starting clover"
Example output:
Code:
0:100  0:000  Starting Clover revision: 4035 on American Megatrends EFI
So Clover is in this case running on motherboard EFI / UEFI installed.
Thanks
 
Status
Not open for further replies.
Back
Top