Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rescue mode #39

Open
tomboudiboudi opened this issue Sep 9, 2023 · 1 comment
Open

Rescue mode #39

tomboudiboudi opened this issue Sep 9, 2023 · 1 comment

Comments

@tomboudiboudi
Copy link

Hi !
I downloaded your release of grub_setup_var to edit my Precision M5520 bios variables in order to unlock cpu adjustable voltage.
I've rename your file as bootx64.efi and put it in EFI/Boot on a blank fat32 drive, which I managed to boot succefully.
But when Grub command line shows up, it's stuck in rescue mode because of this error : '/boot/grub/i386-pc/normal.mod' not found

Any idea of how to get rid of it ?

@datasone
Copy link
Owner

It seems the system boots from x86 (32-bit) Legacy BIOS, where the grub finds mods from i386-pc. The target should be x86_64-efi for 64-bit UEFI systems.

Oddly the modded grub is a efi executable, which means it could only be boot in UEFI environment. So I think you may boot into wrong grub or need to adjust BIOS settings to boot in UEFI mode.

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

No branches or pull requests

2 participants