in /efi/limine.conf
And add:
timeout: 5
is this correct?
in /efi/limine.conf
And add:
timeout: 5
is this correct?
That does sound correct! I haven’t added that to my config, but I do recall that directory containing the config file for limine. Let me know how it goes!
now all is fine.
Have you idea how to change the boot image?
instead of the black one.
I’m actually still figuring this out as well. It looks like you’ll wanna place a png image files within /boot or /efi, then edit the limine.conf to specify this png file. I’ll let you know once I’ve achieved this, but I am using this as a sort of of reference to guide me through. I should be done by the end of the day!
I got it to work. It is how I notated earlier and you kinda reverse engineer that script i linked, you should see how it works, it was actually pretty easy. Let me know if you require help and I will try to answer any questions
There is a configuration file, /etc/btrfs-assitant.conf
where you can specify the mapping between subvol and snapshot directory :
# In this section you can manually specify the mapping between a subvol and it’s snapshot directory.
# This should only be needed if you aren’t using the default nested subvols used by snapper.
#
# The format is = “,
# All should be paths relative the root of the btrfs volume and the UUID is the UUID of the filesystem
# For example, a line might look like this:
# root = “@snapshots,@,48bee883-0eef-4332-9bc5-65f01295e470”
I also prefer to have my root snapshots and subvol outside the root @, for isolation purpose even if i know that btrfs and snapper can handle it well,