-
Notifications
You must be signed in to change notification settings - Fork 13
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
EFI Stub #88
Comments
What is your command line? you should be able to see it if you use a livecd and |
Figured that might be the issue, I'll try that. Thanks! |
I added the cmdline, and it loads the initramfs and prompts for decryption now, but after entering my passphrase, it hangs indefinitely. |
Are you using the latest stable version (1.22.0)?
This output makes me think you're on a later version, which should still work, but it "ignores" If you add |
Thanks. It is still hanging, but I enabled "quiet" this time to see whether the cursor moves upon pressing "enter," and it does not. I think it might be an input problem, but I can't figure out why, because my keyboard works for bios and on grub on the bootable drive I am using. When I did not have 'quiet' enabled, it showed the keyboard as being detected and identified. Note, the installation is not fully completed, I am at the end of the Kernel Configuration section of the Gentoo handbook, and I have had trouble booting in the past so I decided to test it out before proceeding. |
You shouldn't really need to install that much for it to at least boot through the initramfs. ugrd will raise exceptions if you're missing stuff like Other than ensuring you're using a stable release, it may be worth trying to press control d, control c, or enter an empty password. If cryptsetup can't open the device you should see some warning messages. |
I did the first time, but working through the past few errors, I have just been generating using the 'ugrd' command, and if needed, uefi-mkconfig. I will try with the latest stable, and installkernel. |
An easy way to re-run installkernel is to run If you're running it manually, are you passing any args in addition to |
Nope, just kver |
another option would be to use |
I'll try that as well. I just ran emerge --config, and same issue, but forgot to downgrade to the stable ugrd version. |
were you able to test with the debug module or a downgraded version? The debug module can help in any case just to confirm input works and to get more verbose output from things. |
I upgraded from 1.20 to 1.22, and with the debug module, input does not work, but I get these errors
|
That error should be fine, that is just what happens when you run bash directly as the init. Can you try reattaching the keyboard or attaching a different one? It should show kernel messages if it's recognized over USB. I think on dist-kernel, all required drivers for a keyboard should be builtin. Do you have strange hardware? |
It's an old apple usb keyboard; I tried reattaching, and it shows the messages with no errors. I was wondering about compatibility though; it works with my bios, and with the live USB I am using for the install. Unfortunately, I don't have an alternative keyboard that I can use at the moment. |
Do you have |
Yeah, I tried both. Also tried rebuilding linux-firmware, and the kernel, but no luck. I think I am going to pick up a new keyboard to test, because at this point it seems like it could be that. |
if the keyboard works in the livecd, it should work with dist-kernel. Can you share your |
I picked up a new keyboard and it works now. Thank you for your help! |
Thanks for testing and confirming this, once booted does the older keyboard work? It would be nice if you could help identify what is required to use that, it may be something simple. It could be as simple as a missing kmod, but I'm still confused why it would how up in the kernel log but then not work. |
Hello,
I am on my second build, and this time I am using ugrd with an EFI stub instead of grub, and a distribution kernel to speed things up. After installing the kernel, I manually ran ugrd, but it looks like it had problems loading the btrfs module, as I got this error
So when I boot, it loads the efi executable and the kernel, but it does not prompt for decryption, and instead gives these messages:
Given the earlier error, I tried typing my passphrase anyway, but nothing happens. I am using the default uefi-mkconfig config file.
The text was updated successfully, but these errors were encountered: