Update for 17-11-21 14:45
This commit is contained in:
parent
cd627b6e24
commit
bd88e87f8c
BIN
Ideas.md.gpg
BIN
Ideas.md.gpg
Binary file not shown.
@ -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]]
|
||||
|
Loading…
Reference in New Issue
Block a user