You are not logged in.
I installed to a luks partition and when i try to boot grub says no such boot device
i used this to setup grub
```
grub-install /dev/sda
grub-mkconfig -o /boot/grub/grub.cfg
```
Last edited by alkapwn3d (2020-06-18 05:22:03)
Offline
It's all explained here: https://wiki.archlinux.org/index.php/Dm-crypt
Offline
I know that i can look it up in the wiki but i still need help
could someone please give me a simple explanation of what i need to so
yes i know im an idiot
Offline
In order to be able to help you, we'll need some actual information about your setup. What you did in terms of partitioning, how you setup LUKS and configured your system. The grub thing is useless without the actual config...
Please see: How To Ask Questions The Smart Way.
Offline
i basically installed arch the normal way except after making 2 partitions. one type linux and the other is linux-swap. the label is msdos
then i ran cryptsetup luksFormat /dev/sda1 my_device on the main partition
then i luksOpen and continued the installation like normal. other than running crypt setup the install is the same as in the wiki guide
let me know if theres any specific details you need
Offline
So you skipped the bootloader setup and the initramfs setup?
Offline
this is what the initramfs step says so yes i skipped it
> Creating a new initramfs is usually not required, because mkinitcpio was run on installation of the kernel package with pacstrap.
i didnt skip the boot loader step. i have my config file set to include GRUB_ENABLE_CYPTODISK=y
ive installed arch to many times that i can do it with my eyes closed. ive just never tried to set it up with disk encryption before
Last edited by alkapwn3d (2020-06-19 03:19:37)
Offline
re-read the link Jason gave you in post #2.
Offline
thx youve been very helpful
Offline
Offline