-
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
Boots to Initramfs Busy Box #7
Comments
Note: In Veracrypt if I enter my password, Windows 10 boots alright. |
I can't say that I tried this script on anything other than vanilla Ubuntu. You're mileage may very on other distributions or flavors of Ubuntu. I have noticed that sometimes the password entry box is not visible. When you get to the screen where it looks like it hangs, before it drops to the BusyBox shell you took a picture of, try typing your LUKS password and hit enter. See if it's just a case of Elementary OS not handling the password prompt well. |
I’ll try that and see. Thanks! |
That didn’t seem to work and it still dropped to the Busybox.
…Sent from my iPhone
On Jan 22, 2020, at 1:25 AM, nbros652 ***@***.***> wrote:
I can't say that I tried this script on anything other than vanilla Ubuntu. You're mileage may very on other distributions or flavors of Ubuntu. I have noticed that sometimes the password entry box is not visible. When you get to the screen where it looks like it hangs, before it drops to the BusyBox shell you took a picture of, try typing your LUKS password and hit enter. See if it's just a case of Elementary OS not handling the password prompt well.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
This is classic bad grub config. I think specifically in your case, grub can't find the encrypted medium it should be passing off to, and so it just hangs. You should be able to press when you see the elementary logo and you should see the grub commands being run as it tries to find the target partition. |
I have Windows 10 installed on my hdd with the Windows system reserved partition being the first partition on the disk followed by my Windows system partition encrypted with Veracrypt which is installed to the MBR. On my custom install I created a 1gb boot partition (where I installed Grub to) I also created an encrypted ext4 LUKS vm partition as per your guide and maybe a few others (I’ll look tonight). Anyway, my system boots and I hit escape at Veracrypt where it takes me to Grub and I boot Elementary OS. From there the Elementary logo shows up like its booting but I am not asked for a password and after that sequence is done I am taken to a Busy Box Initramfs instead of my login screen. To my recollection the only command that had an issue was update-grub but can that be the issue if Grub worked fine (maybe)?
The text was updated successfully, but these errors were encountered: