How to chain load other .efi automaticly on loader.efi?

I installed a slackware on zroot/ROOT/slackware, I want to do such thing:
Whhen I change BE to zroot/ROOT/slackware and press enter, it run chain /boot/slackware.efi
 
loader.efi is a PE32+ executable, you cannot write anything inside.
There is no Chain* var in /boot/loader.conf unless it's well hidden.
Looks like an AI hallucination.
 
32552.jpg

loader.efi is a PE32+ executable, you cannot write anything inside.
There is no Chain* var in /boot/loader.conf unless it's well hidden.
Looks like an AI hallucination.
It's real
 
Posting AI, use at own discretion,

Adding a Chainload Entry to the Boot Menu (Legacy BIOS)

If you are using a Legacy BIOS system and want to add an entry to the FreeBSD boot menu that chainloads another disk (e.g., a disk with Windows or Linux), you can use the following variable:

  • chain_disk="diskX:": Adds a menu entry (usually accessible via F8) to boot from a specific disk.
    • Example for the second disk: chain_disk="disk1:"
 
Back
Top