Results 1 to 2 of 2

Thread: upgardation of kernel version of Ubuntu 11.10 from 3.0.0.2 to 3.1.6

  1. #1
    Join Date
    Jan 2012
    Beans
    3

    Exclamation upgardation of kernel version of Ubuntu 11.10 from 3.0.0.2 to 3.1.6

    hey i face the following problem while updating the kernel of Ubuntu 11.10
    can any on suggest me the solution

    I used following steps:
    tar -xzvf source directory
    make defconfig
    make menuconfig
    make modules
    make bzImage
    make modules_install
    make install
    reboot
    Attached Images Attached Images

  2. #2
    Join Date
    Oct 2005
    Location
    Syracuse, NY
    Beans
    659
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: upgardation of kernel version of Ubuntu 11.10 from 3.0.0.2 to 3.1.6

    That's probably not the best way to be doing it on a debian based OS. Take a look at http://blog.avirtualhome.com/2012/01...-ubuntu-11-10/ and https://help.ubuntu.com/community/Kernel/Compile.

    Also you should know that by using the 3.1 mainline kernel sources, you're not getting all the patches and optimizations that Ubuntu performs. For one ureadahead and apparmor break as the necessary patches will be gone.

    As far as you not booting, you may have disabled things while doing the makemenuconfig, or you may have not enabled something that you need to access the drive that you mounted your /root directory on... Did you actually put /root on a different partition than / though??

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •