Advertisement
Guest User

Untitled

a guest
Sep 15th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. cd /boot/
  2. rm config*
  3. rm initramfs*
  4. rm System*
  5. rm vmlinuz*
  6. cd /usr/src/linux
  7. make clean
  8. make mrproper
  9. make distclean
  10. make -j5
  11. make modules_install
  12. make install
  13. genkernel --lvm --install initramfs
  14. grub-mkconfig -o /boot/grub/grub.cfg
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement