On my testing laptops I do get the same problems when installing EOS with calamares and the complete encryption. Only every second boot the password is accepted, even if I am using a very simple one.
It needs some time, that the password is accepted and then the grub menu starts whichs needs another 5 seconds to finish. Something you can change in /etc/default/grub and then run the reconfigure of grub.
I do not have a solution for your problem.
I don’t understand the question. I booted EOS, and clicked on the “Update this app!” or something like that, before doing “Install system” or whatever.
@joekamprad
Installed on v-box erase disc with swap using latest iso full encryption. I tried twice last night and got failures on both. Booted to grub rescue error with grub on both. One without updating and one with updating the welcome app. This one i installed in v-box this morning and it worked fine.
Installing for i386-pc platform.
Installation finished. No error reported.
"grub-mkconfig", "-o", "/boot/grub/grub.cfg"
Generating grub configuration file ...
Found theme: /boot/grub/themes/EndeavourOS/theme.txt
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/intel-ucode.img /boot/initramfs-linux.img
Found fallback initrd image(s) in /boot: initramfs-linux-fallback.img
WARNING: Failed to connect to lvmetad. Falling back to device scanning.
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your device.map.
done
May be worth checking if your disk UUID is the same that on /etc/default/grub
Need to boot the iso and run sudo blkid
Also check if you have the line GRUB_ENABLE_CRYPTODISK=y at /etc/default/grub
i do see this here too seems an issue with terminator terminal..
[joekamprad@eos-2020.04.19 >~]$ terminator
Traceback (most recent call last):
File "/usr/bin/terminator", line 48, in <module>
import terminatorlib.optionparse
File "/usr/lib/python3.8/site-packages/terminatorlib/optionparse.py", line 24, in <module>
from . import config
File "/usr/lib/python3.8/site-packages/terminatorlib/config.py", line 75, in <module>
from configobj import ConfigObj, flatten_errors
ModuleNotFoundError: No module named 'configobj'
I thought something is wrong because things just didn’t seem to work very well. I went back to Cinnamon now for a while. I gave up on trying the encryption also as i had the same issue trying to install it on v-box. It is strange to me because before when testing with the ISO’s before the latest one it always worked for me.
I have seen this error too and it happened when i have not created first separate /boot patition. I created btrfs encrypted single partition marked as boot and root, but seen that error. Though it worked after i have followed suggestion to first create /boot partition with boot flag and ext2 filesystem. Tick encryption, then create second partition (in my case btrfs filesystem) with mountpoint “/” and encryption also ticked. Hope it help someone.
PS: developers should make the GUI installer more friendly so one knows how to make full encrypted disk with custom filesystem.