View Poll Results: Was this helpful to you?

Voters
1159. You may not vote on this poll
Page 102 of 152 FirstFirst ... 25292100101102103104112 ... LastLast
Results 1,011 to 1,020 of 1518

Thread: Master Kernel Thread

  1. #1011
    Join Date
    Jun 2008
    Beans
    3

    Re: Master Kernel Thread

    Hii all!
    I want to boot kernel-2.6.14 under ubuntu 7.10 on HP-dv2601.I have configured and successfully complied kernel-2.6.14 but at boot got kernel panic

    modprobe: FATAL: could not load /lib/modules.dep " NO such file or directory
    mount:unknown filesystem type 'devfs'
    FATAL : could not load /lib/modules/2.6.14/modules.dep:No such file or
    directory
    umount: devfs: not mounted
    /scripts/ext3-add-journal.sh:27:arith:syntax error : "0X"
    modprobe:FATAL : could not load /lib/modules/2.6.14/modules.dep:No such
    file or directory
    mount: unknown filesystem type 'devfs'
    /sbin/init:426:arith:syntax error : "0X"
    kernel panic - not syncing:Attempted to kill init!

    I have tried many possible solutions like enable ext2 ext3 fs support, modification in grub menu.lst but still getting same error.Please tell me what is the reson behind this error and how to solve it.It;s urgent.
    Thank u in advance.

  2. #1012
    Join Date
    Oct 2007
    Beans
    91
    Distro
    Ubuntu Studio 10.04 Lucid Lynx

    Re: Master Kernel Thread

    How do I go back to my old configuration as this is of no use at all apart from a learning process. I have lost sound on my Lenovo 3000 V100 with built in intel sound card and no wifi anymore either. I really would like to go back without reloading Harday again and losing all my changes.

  3. #1013
    Join Date
    Aug 2005
    Location
    san francisco
    Beans
    Hidden!
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Master Kernel Thread

    Quote Originally Posted by Payteer View Post
    How do I go back to my old configuration as this is of no use at all apart from a learning process. I have lost sound on my Lenovo 3000 V100 with built in intel sound card and no wifi anymore either. I really would like to go back without reloading Harday again and losing all my changes.
    Just select the previous kernel from the grub menu (press ESC to access it during boot, right after your BIOS screen). You can also uninstall the newer kernel:

    sudo apt-get remove linux-image-2.6.26* linux-headers-2.6.26*

    (replace the names with those from the packages you built or use tab completion). If you need to, edit /boot/grub/menu.lst to change the default kernel to boot, remove entries, etc.

  4. #1014
    Join Date
    Oct 2007
    Beans
    91
    Distro
    Ubuntu Studio 10.04 Lucid Lynx

    Re: Master Kernel Thread

    Thanks very much appreciated

  5. #1015
    Join Date
    May 2007
    Beans
    2

    Re: Master Kernel Thread

    After compiling 2.6.25 knetwormanager doesn't find any ethernet connection!!!

  6. #1016
    Join Date
    Jun 2008
    Beans
    2

    Re: Master Kernel Thread

    I just followed the guide, and it works great. Only problem I'm currently having is that the usplash is not displaying at all.

  7. #1017
    Join Date
    Mar 2008
    Beans
    4,714
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Master Kernel Thread

    In your /boot/grub/menu.lst, go to near the bottom where there will be a bunch of stanzas that look something like

    Code:
    title		Ubuntu 7.10, kernel 2.6.22-14-generic
    root		(hd0,2)
    kernel		/boot/vmlinuz-2.6.22-14-generic root=UUID=03a507ee-cdac-4bd9-b438-eccd616b66ed ro quiet splash
    initrd		/boot/initrd.img-2.6.22-14-generic
    quiet
    Does the kernel command end with the words "quiet splash"? If not, add that.

  8. #1018
    Join Date
    May 2008
    Beans
    37

    Re: Master Kernel Thread

    is update-grub needed?

  9. #1019
    Join Date
    Nov 2006
    Location
    United States
    Beans
    665
    Distro
    Ubuntu Development Release

    Re: Master Kernel Thread

    Quote Originally Posted by Joker5bb View Post
    is update-grub needed?
    It shouldn't be.
    The one and only, Master Kernel Thread
    KernelCheck - Finally. A way to easily download, compile, and install the latest kernel. Release 1.2.5 available now.

  10. #1020
    Join Date
    May 2008
    Beans
    37

    Exclamation Re: Master Kernel Thread

    Quote Originally Posted by master_kernel View Post
    It shouldn't be.
    why aren't they added to your instructions and

    does make-kpkg accept the "-j" option? If it does, then dual/quad-core users can benefit from compiling with "-j4". Also, if you have a Core 2-class CPU, use "--revision=CORE2". It can produce quite significant speed gains.

Page 102 of 152 FirstFirst ... 25292100101102103104112 ... LastLast

Tags for this Thread

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
  •