Menu

Return from additional menu.

2020-12-06
2020-12-09
  • Viktor Ostapchuk

    Hi,

    I have 2 menus. Main menu refind.conf and additional efitools.conf.
    I am running the efitools.conf menu from refind.conf

    menuentry "Tools" {
        icon   \EFI\BOOT\icons\tools.png
        loader \EFI\BOOT\ShellX64.efi
        options "-nostartup -noversion -nomap -exit refind_x64.efi -c efitools.conf"
    }
    

    Question.
    Is it possibleto return from efitools.conf menu to main refind.conf menu without using exit through small icon (in the figure as 2). Is there a way to use big icons (in the figure as 1)?

     

    Last edit: Viktor Ostapchuk 2020-12-06
  • Viktor Ostapchuk

    Additionally, there is a more important issue.
    This menu does not work

    menuentry "Tools" {
        icon   \EFI\BOOT\icons\tool.png
        loader \EFI\BOOT\refind_x64.efi
        options "-c \EFI\BOOT\efitools.conf"
    

    In version Refind 0.11.5 it works, in version Refind 0.12 it also does not work.
    And it works

    menuentry "Tools" {
        icon   \EFI\BOOT\icons\tools.png
        loader \EFI\BOOT\ShellX64.efi
        options "-nostartup -noversion -nomap -exit refind_x64.efi -c efitools.conf"
    }
    

    But in this case ShellX64.efi does not work (when launched from the additional menu).

     

    Last edit: Viktor Ostapchuk 2020-12-09
  • dakanji

    dakanji - 2020-12-09

    In version Refind 0.11.5 it works, in version Refind 0.12 it also does not work.

    Narrow down the breaking commit by using Git Bisect and post this.

     

    Last edit: dakanji 2020-12-09

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.