Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: kernel name

  1. #1
    Join Date
    Dec 2007
    Location
    Sitting on my bed
    Beans
    273
    Distro
    Ubuntu 10.04 Lucid Lynx

    kernel name

    What is the full name of the latest lucid lynx kernel as shown on the grub screen?

  2. #2
    Join Date
    Jul 2007
    Location
    Poland
    Beans
    4,499
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: kernel name

    2.6.32-44-generic on my box
    if your question is answered, mark the thread as [SOLVED]. Thx.
    To post code or command output, use [code] tags.
    Check your bash script here // BashFAQ // BashPitfalls

  3. #3
    Join Date
    Dec 2007
    Location
    Sitting on my bed
    Beans
    273
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: kernel name

    Come on Easy question

  4. #4
    Join Date
    May 2009
    Location
    Courtenay, BC, Canada
    Beans
    1,661

    Re: kernel name

    that depends on the kernel you have in use. you can find which one you are using by
    Code:
    uname -r
    or if you have aptitude installed
    Code:
    aptitude search linux-image~i
    will show you any kernels you have installed, while
    Code:
    sudo apt-get update; aptitude search linux-image
    will give you a list of all available kernels

  5. #5
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: kernel name

    You can always check the Ubuntu package website:

    http://packages.ubuntu.com/lucid/linux
    Cheesemill

  6. #6
    Join Date
    Dec 2007
    Location
    Sitting on my bed
    Beans
    273
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: kernel name

    The answer will be of the form linux-image.....
    I need this info to boot withour a grub screen

  7. #7
    Join Date
    Dec 2007
    Location
    Sitting on my bed
    Beans
    273
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: kernel name

    Can someone please just look at their grub screen
    and tell me the names of the kernels there.My grub screen
    is broken and when I start up I get boot :_ It wants the
    name of a kernel to boot from

  8. #8
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: kernel name

    boot on a livecd, open a terminal and reinstall grub:

    Code:
    sudo grub-install /dev/sda
    otherwise the solution has already been given, re-read your posts

  9. #9
    Join Date
    Dec 2007
    Location
    Sitting on my bed
    Beans
    273
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: kernel name

    Thats what I get when I try to boot from a flash drive. No disk drive on an Acer One

  10. #10
    Join Date
    Dec 2009
    Location
    germany
    Beans
    1,020
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: kernel name

    Quote Originally Posted by gleble View Post
    Thats what I get when I try to boot from a flash drive. No disk drive on an Acer One
    hi
    here my version for recovery mode
    linux /boot/vmlinuz-3.2.0-33-generic root=UUID=2d7726aa-e04a-4265- b5b9-a5cce53b46e2 ro recovery nomodeset

    bye
    "What is the robbing of a bank compared to the FOUNDING of a bank?" Berthold Brecht

Page 1 of 2 12 LastLast

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
  •