Difference between revisions of "Compile Kernel: Buat Kernel Headers untuk VirtualBox"

From OnnoWiki
Jump to navigation Jump to search
 
Line 10: Line 10:
  
  
 +
update-grub
  
  

Latest revision as of 05:13, 18 October 2017

Sumber: https://github.com/dnschneid/crouton/wiki/Build-kernel-headers-and-install-Virtualbox-%28x86%29

cd /usr/src/linux
cp Documentation/admin-guide/reporting-bugs.rst REPORTING-BUGS
make-kpkg --rootcmd fakeroot kernel_image kernel_headers


dpkg -i linux-image-4.13.7_4.13.7-10.00.Custom_amd64.deb
dpkg -i linux-headers-4.13.7_4.13.7-10.00.Custom_amd64.deb 


update-grub


Referensi