rts5139 icon indicating copy to clipboard operation
rts5139 copied to clipboard

final steps notes

Open Kyu opened this issue 3 years ago • 0 comments

Not an issue, but a note for for future users(maybe even me?)

For the second to last step, use grub-mkconfig instead of grub2-mkconfig, it works just as fine. Cycle through /boot/efi/EFI to find your grub.cfg

For the optional step, do it anyways.

Run sudo update-initramfs -u

just in case, to save yourself a reboot, and if you have different versions of the same kernel installed, (e.g generic, lowlatency etc), run

sudo update-initramfs -u -k all to run it on all versions.

Kyu avatar Sep 24 '20 07:09 Kyu