-
Notifications
You must be signed in to change notification settings - Fork 1
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 stuck in grub rescue shell after post.sh (server) #138
Comments
(tested on server) |
https://wejn.org/2021/09/fixing-grub-verification-requested-nobody-cares/ I guess I just need to add the flags to grub-install. |
Still same error (tested on server) |
TODO:
|
Both games and main boot into efi shell after |
I don't know if anyone actually usews this repo besides me, but I'll pin relevant issues for now and add a note to the READMEs if this doesn't get fixed soon. |
Also see #141 |
Even tho not necessarily viable a lot of stuff written in the linked article is interesting and may help in solving this. |
Just not using GRUB and finding an alternative that is more or less a drop-in-replacement might also be a good choice. I never liked grub, but I am almost certain that only grub supports my setup. |
EFISTUB systemd-boot seems like a good option. I doubt that everything will be supported by it however. |
Not using grub anymore is the best solotion to this I can think of and it may be interesting to implement all of the stuff I did for grub for something else. |
Also not sure what filesystem means exactly. EFI/BOOT/ROOT or all of those? |
I'll have to rewrite cryptboot aswell or at least change a lot! |
Hope this doesn't go "as well" as my try to switch to nftables. |
At least the switch finally justifies a fresh install of my current machines.. |
Not sure if I'm entirely wrong, but the --no-variables flag of bootctl kind of implies that there is more or less a --removable flag. |
Damn, I didn't notice at all that until now I have been using sgdisk -t wrong.. |
I might've also just copied and pasted the previous line and forgot, but I haven't noticed at all.. that's dumb |
Now we are stuck in grub rescue shell after post.sh.
I will take a break and solve this another time! At least we are further than the EFI shell :D
On hardware it works without any problems now btw.
Reference: #130
The text was updated successfully, but these errors were encountered: