Install a new Linux Kernel (3.10.56) in Guest OS (Dom U)

Source: Internet
Author: User

These days I want to install a new Linux kernel in Guest Operating System.

The original version of Guest OS is 2.6.32, but I need a kernel version 3.10.

I have tried several ways and following steps are just one of methods which can

Work

1. We should download a Linux kernel (3.10.56) from kernel.org, after downloading

LINUX-3.10.56.TAR.XZ, using command tar-xf linux-3.10.56.tar.xz can get resource

Code directory.

2. The key point was to modify the. config file, the of course, we can change this file

Using command make menuconfig. We should first enter the menu Processor type

and features, then enter the menu for Linux Guest support, and the last step was to

Enable all of the options belonging this menu.

3. After exiting this menuconfig and saving the changes, we should using the follwoing

Commands to recompile and install the new kernel.

Make-j 4 (4 is number of cores in this computer)

Make modules

Make Modules_install

Make install

4. Then reboot the computer and select the new kernel to load.

Install a new Linux Kernel (3.10.56) in Guest OS (Dom U)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.