Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

G2FM v7.3.0 update no longer boots my computer when I use UEFI #236

Open
KaMyKaSii opened this issue Jun 19, 2020 · 9 comments
Open

G2FM v7.3.0 update no longer boots my computer when I use UEFI #236

KaMyKaSii opened this issue Jun 19, 2020 · 9 comments

Comments

@KaMyKaSii
Copy link

KaMyKaSii commented Jun 19, 2020

BIOS still works. I am loading G2FM through Ventoy, using the multiarch ISO or an entry in grub.cfg. G2FM v7.2.0 works perfectly in the same configuration. The screen stays black with an "_" in the upper left corner for about three seconds and then it disappears. Is there any way to provide relevant logs?

@a1ive
Copy link
Owner

a1ive commented Jun 19, 2020

Have you tried to load grubfmx64.efi instead of grubfm iso?

@KaMyKaSii
Copy link
Author

Have you tried to load grubfmx64.efi instead of grubfm iso?

Yep, it's in the grub.cfg entry, same result

if [ "${grub_platform}" == "pc" ]; then
	menuentry "Grub2 File Manager - Legacy BIOS" {
		set _path="/grub"
		linux ${_path}/loadfm
		initrd ${_path}/grubfm.iso
		}
else 
    menuentry "Grub2 File Manager - UEFI" {
        chainloader /efi/boot/grubfmx64.efi
	}
fi

@a1ive
Copy link
Owner

a1ive commented Jun 19, 2020

Do you use MacBook? Maybe the UEFI screenshot module is not compatible with you firmware.
Try to remove crscreenshot in module list (https://github.com/a1ive/grub2-filemanager/blob/master/arch/x64/builtin.lst)

@KaMyKaSii
Copy link
Author

KaMyKaSii commented Jun 19, 2020

Do you use MacBook? Maybe the UEFI screenshot module is not compatible with you firmware.
Try to remove crscreenshot in module list (https://github.com/a1ive/grub2-filemanager/blob/master/arch/x64/builtin.lst)
grub2-filemanager.tar.gz

No, it's an old notebook. I tried the ISO that you provided in the tar.xz but the same problem. But "luckily" I found that the problem is the same as I am having when trying to boot the Linux Mint 20 beta iso using Ventoy in UEFI mode: everything is working, but the screen that should be GRUB2 is just a black screen. I was able to confirm this using G2FM v7.3.0 in BIOS mode to be able to see my partition and folder structure and then replicate the movements when using in UEFI mode (1 down, 1 enter, 14 down, 1 enter, 10 down, 1 enter, 2 down, 2 enter) then the selected ISO loaded normally. Do you have a hint of what it might be?

@a1ive
Copy link
Owner

a1ive commented Jun 19, 2020

Press F4 then press T to enter text mode.

@KaMyKaSii
Copy link
Author

Press F4 then press T to enter text mode.

It works! And after opening GRUB2 in text mode, pressing F4 and changing the resolution will make GRUB2 in graphic mode work again

@a1ive
Copy link
Owner

a1ive commented Jun 20, 2020

I checked the source code, and no code related to video display has been modified since v7.2.
Have you tried to boot grubfmx64.efi directly (not through Ventoy)?

@KaMyKaSii
Copy link
Author

I checked the source code, and no code related to video display has been modified since v7.2.
Have you tried to boot grubfmx64.efi directly (not through Ventoy)?

Could you explain to me how to do this?

@a1ive
Copy link
Owner

a1ive commented Jun 24, 2020

Backup Ventoy's loader (/EFI/BOOT/BOOTX64.EFI) and rename grubfmx64.efi to BOOTX64.EFI to replace it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants