My system is completely new (just installed and updated 20140906)
Download the linux-3.16.1 system and unzip it to/usr/src:
Mkproper
Unable to execute this command, indicating that the related software is missing. Just install it online.
Sudo apt-Get install ncurses-Dev
Make menuconfig
The method used is to directly import the existing. config file of the Local Machine without modification.
Start Compilation:
Make bzimage
After the compilation is successful, related success information is displayed.
Make modules
For the above kernel and module compilation, install the following:
Make modules_install
In this case, all the items including the installed modules will generate corresponding folders under/boot /.
Make install
After the kernel is installed (the kernel will be copied to the Standard Location/boot ..), the corresponding grub file will also be changed.
The above basically completed all the kernel compilation work.
After startup, everything works normally.
PS: Nic Problems
After a few hours of successful running after the boot, the system suddenly fails to connect to the Internet ....
I don't know what the problem is:
No problem with the network port
No problem with the network cable
So I suspect that the network card is broken. What I verified later is
There are two graphics cards on the hardware: the graphics card on the motherboard and an independent graphics card
An error occurred while driving the independent graphics card.
It is suspected that the independent video card is preferentially enabled when the system starts up, and the driver of the independent video card is broken.
Solution:
Unplug the independent video card, and the video card on the motherboard can run normally. Solved it ....
Ubuntu14.04 system compilation 3.16.1 Kernel