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

From OnnoWiki
Jump to navigation Jump to search
(Created page with "Sumber: https://github.com/dnschneid/crouton/wiki/Build-kernel-headers-and-install-Virtualbox-%28x86%29 cd /usr/src/linux make-kpkg --rootcmd fakeroot kernel_image kernel_h...")
 
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
  cd /usr/src/linux
 
  cd /usr/src/linux
 +
cp Documentation/admin-guide/reporting-bugs.rst REPORTING-BUGS
 
  make-kpkg --rootcmd fakeroot kernel_image kernel_headers
 
  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
  
  

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