Update for 17-11-21 14:45

This commit is contained in:
Tyler Perkins 2021-11-17 14:45:01 -05:00
parent cd627b6e24
commit bd88e87f8c
2 changed files with 10 additions and 3 deletions

Binary file not shown.

View File

@ -73,13 +73,20 @@ Now begins the commands
8) (Encrypted root only) genkernel --luks --lvm --kernel-config=/path/to/kernel/config initramfs 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 - If not on gentoo use distros initramfs build tool. splash adds a splash
screen and is not required 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 - 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 delete the current kernel, you may need it in case installing this kernel
fails! 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 - Let grub update its config to know that the new kernel exists
11) reboot 12) reboot
- reboot and hope it worked! - reboot and hope it worked!
[[index]] [[index]]