Clear Linux in UEFI-less + Clover help

I managed to install clear linux on a UEFI-less laptop using clover, so it is installed on the disk, and it works very fast compared to zorin os, which was what I was installing on my laptop. the problem is that, clover does not recognize the OS, and every time I turn on the laptop I have to manually choose the file from which it has to boot. I just need a way to tell clover to automatically boot from that file.

<key>GUI</key>
<dict>
	<key>#ConsoleMode</key>
	<string>0</string>
	<key>#Custom</key>
	<dict>
		<key>Entries</key>
		<array>
			<dict>
				<key>Disabled</key>
				<false/>
				<key>Hidden</key>
				<false/>
				<key>Hotkey</key>
				<string>M</string>
				<key>InjectKexts</key>
				<false/>
				<key>NoCaches</key>
				<false/>
				<key>Path</key>
				<string>\EFI\org.clearlinux\bootloaderx64.efi</string>
				<key>Title</key>
				<string>Clear Linux</string>
				<key>Type</key>
				<string>Linux</string>
				<key>Volume</key>
				<string>1E989182-590C-4B85-8D84-210AD87A7B72</string>
			</dict>

i just hit F3 to show hidden entries and, it show me the “Boot UEFI internal from BOOT” option, now how i un-hidden that entrie?

If I knew clover… Have you asked the clover team about this? Not many clear users use clover - you’re the first one I’ve seen.