diff --git a/Ideas.md.gpg b/Ideas.md.gpg index 370b528..ac2fa63 100644 Binary files a/Ideas.md.gpg and b/Ideas.md.gpg differ diff --git a/tech/kernel.wiki b/tech/kernel.wiki index 2c65a1d..43c53a9 100644 --- a/tech/kernel.wiki +++ b/tech/kernel.wiki @@ -73,13 +73,20 @@ Now begins the commands 8) (Encrypted root only) genkernel --luks --lvm --kernel-config=/path/to/kernel/config initramfs - If not on gentoo use distros initramfs build tool. splash adds a splash screen and is not required -9) (Optional) Clean up all kernels +9) (Encrypte root only) modify /etc/default/grub + - On the line with the string "GRUB_CMDLINE_LINUX=" + - In the quotes add + - 'dolvm', to enable LVM support + - 'crypt_root=/dev/{ROOT_DRIVE}', replace {ROOT_DRIVE} with the file for + the parition with the LVM on it. This tells the initramfs what partition + to mount as the new root +10) (Optional) Clean up all kernels - Go ahead and remove all references in /boot to an older kernel. DO NOT delete the current kernel, you may need it in case installing this kernel fails! -10) grub-mkconfig -o /boot/grub/grub.cfg +11) grub-mkconfig -o /boot/grub/grub.cfg - Let grub update its config to know that the new kernel exists -11) reboot +12) reboot - reboot and hope it worked! [[index]]