You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I call grub4dos-for_UEFI from grub2 (via the chainloader command), the default config file path (/efi/grub/menu.lst) is used. This limits the use of grub4dos in multi-boot environments.
Could you please add parameter --config-file=$path_to_file to the EFI binaries (BOOTIA32.EFI, BOOTX64.EFI)? Then it would be possible to call it from grub2 like this: chainloader /boot/grub4dos/BOOTX64.EFI --config-file=/boot/some_linux/menu.lst
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Whenever I call grub4dos-for_UEFI from grub2 (via the
chainloader
command), the default config file path (/efi/grub/menu.lst
) is used. This limits the use of grub4dos in multi-boot environments.Could you please add parameter
--config-file=$path_to_file
to the EFI binaries (BOOTIA32.EFI
,BOOTX64.EFI
)? Then it would be possible to call it from grub2 like this:chainloader /boot/grub4dos/BOOTX64.EFI --config-file=/boot/some_linux/menu.lst
Beta Was this translation helpful? Give feedback.
All reactions