Contribute
Register

Adding Arch Linux boot entry disables Clover theme and filters?

Status
Not open for further replies.
Joined
Oct 10, 2019
Messages
1
Motherboard
Gigabyte B450 Aorus Pro
CPU
Ryzen 5 3600
Graphics
Msi Rx 580 OC
I spend 2 days to get my Arch to boot from Clover. I am using systemd-boot (formerly known as a gummiboot) so I followed these guides: https://www.tonymacx86.com/threads/help-booting-systemd-arch-efi-with-clover.188191/page-2 and https://wiki.archlinux.org/index.php/Clover
And I finally made it to boot into Arch from Clover. But adding the given text into my config.plist changes my previoisly configured theme and hid boot entries to embedded theme and unfiltered boot entries. I have deleted every theme in my theme folder expect the one I'd like to use. It was working perfectly before adding Arch boot entry.

I added this text:

<key>GUI</key>
<dict>
<key>Custom</key>
<dict>
<key>Entries</key>
<array>
<dict>
<key>Arguments</key>
<string>initrd=/initramfs-linux.img root=PARTUUID=3a1475b1-27cb-4d8d-9e08-38bafc609404 rw add_efi_memmap</string>
<key>Disabled</key>
<false/>
<key>FullTitle</key>
<string>Arch Linux</string>
<key>Hidden</key>
<false/>
<key>Ignore</key>
<false/>
<key>Path</key>
<string>vmlinuz-linux</string>
<key>Type</key>
<string>Linux</string>
<key>Volume</key>
<string>EFI</string>
<key>VolumeType</key>
<string>Internal</string>
</dict>
</array>
</dict>
</dict>

It doesn't matter, do I have one or two "<key>GUI</key>" in the file. Removing the last "</dict>" makes it not to boot at all.

My whole config.plist is as an attachment.

I'm totally out of ideas now. Hopefully someone can help me with this.
 

Attachments

  • config.plist
    21.3 KB · Views: 61
I edited your config file with the Arch Linux entry you have above. The XML formatting is now correct so see how it works for you.
 

Attachments

  • config.plist
    22.2 KB · Views: 71
Status
Not open for further replies.
Back
Top