The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Booting Ubuntu 8.10 kernel 2.6.27-11-generic

    Discussion in 'Linux Compatibility and Software' started by Mike2011, Jan 31, 2009.

  1. Mike2011

    Mike2011 Notebook Evangelist

    Reputations:
    59
    Messages:
    457
    Likes Received:
    0
    Trophy Points:
    30
    I get this error when booting this but if I go to older kernel it boots fine.


    IMG_0164.JPG
     
  2. visiom88

    visiom88 Notebook Evangelist

    Reputations:
    631
    Messages:
    375
    Likes Received:
    10
    Trophy Points:
    31
    I'm guessing the new kernel (2.6.27-11) is not properly listed on grub when it was updated. I suggest replacing the menu.lst under grub folder ( NEVER forget to back up the original file) by deleting it and then typing the following in console.
    Code:
    sudo update-grub
    I think the recent kernel update is the buggiest one I've ever had. On mine it first gave me an error saying it couldn't find the partition, and then after another update my wireless stopped working, although everything works just fine on the older kernel (2.6.27-9)
     
  3. EateryOfPiza

    EateryOfPiza Notebook Geek

    Reputations:
    24
    Messages:
    95
    Likes Received:
    0
    Trophy Points:
    15
    Heh, the new kernel fixed my wireless issues and the wireless switch finally started working properly.
     
  4. Pitabred

    Pitabred Linux geek con rat flail!

    Reputations:
    3,300
    Messages:
    7,115
    Likes Received:
    3
    Trophy Points:
    206
    You can go into your menu.lst file with an editor and make sure that the entry for the new kernel matches the entry for the old one with the exception of the "kernel" line. The ROOT should point to the same place, but the initrd and the kernel file should point to the new kernel files.
     
  5. Amranu

    Amranu Notebook Consultant

    Reputations:
    103
    Messages:
    233
    Likes Received:
    0
    Trophy Points:
    30
    Well, hope you solve it.

    Now you need to explain to us why you're using ntfs, I mean really.
     
  6. hypdotspec

    hypdotspec Notebook Evangelist

    Reputations:
    18
    Messages:
    513
    Likes Received:
    0
    Trophy Points:
    30
    NTFS?

    Why not ext3/resierfs.... as those are FULLY supported by the linux kernel? :-/


    Also, whats with the light bleed on that screen?