-
Notifications
You must be signed in to change notification settings - Fork 29
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
System boots into grub rescue #3
Comments
I ha e encountered similar problem with BIOS grub after adding 2 new disks into pool. And the problem that there is no grub at all after adding new disks. |
I have the same problem, I was able to boot the system using the grub cli commands above (they where different. |
I've currently spent about 6hours to figure out why this bug happens. When you know what you're looking for you find several people having the same issue: There's also an bug report in the debian bug tracker, which doesn't seem to be fixed yet. Workaround: When we don't need secure boot we can add I think the best way would be to give the user the choice whether to use secure boot or not. What do you think @hn? Edit: Edit2: |
Hi @SoerenBusse, big thanks for investigating the issue! I'm quite busy right now, so it will probably take some days until I've time to understand all implications and to implement a fix. Feel free to send patches :) |
@hn I've already fixed the issue but while testing the fix before pushing I run into the following issue with QEMUs UEFI OVFM: Have you encountered anything like this before in your tests or have you tested on bare metal? https://bugzilla.tianocore.org/show_bug.cgi?id=2235 |
…upport secureboot. (Fixes hn#3)
@SoerenBusse, @hn My setup installs ok when configured to install with legacy mode in BIOS using the script. It however doesn't allow to boot when installed in UEFI mode despite making appropriate changes in BIOS. The installation procedure is a bit unpredictable. It works okay on intel NUC i5, both UEFI and legacy while the script fails with dell optiplex 7040 micro in UEFI mode. For both machines, I've to manually run grub-install after the script has run through all the prompts to get a bootable environment. |
@SoerenBusse @gkisuze It seems there is no 'bullet proof' way to have UEFI working with the broad variety of hardware available on the market. I think it's best give the choice to the user for the boot mode: "Legacy BIOS" or "UEFI [EXPERIMENTAL]". Unfortunately, I currently do not have time to implement and -- this might be the bigger part -- to thoroughly test those changes. If you or others submit patches please keep them as small and unintrusive as possible and split them into multiple parts if possible. |
Hi,
after installing Debian Buster using your script on a SATA SSD ZFS-mirror the system boots into grub rescue.
If we run a
normal (hd2,gpt3)/efi/debian/grub.cfg
manually, we can boot into Debian successfully and fix this usinggrub-install
andupdate-grub
.Do you have an idea what's wrong?
The text was updated successfully, but these errors were encountered: