Results 1 to 5 of 5

Thread: Grub Boot Error 24 on boot up

  1. #1
    Join Date
    Apr 2010
    Beans
    4
    Distro
    Ubuntu 9.10 Karmic Koala

    Question Grub Boot Error 24 on boot up

    First off, I am new to Ubuntu and Linux and i'm sick of windows and the constant BS it tends to offer so with that said,

    I've been running version 9.10 for about 2 weeks now, this forum has helped me get a lot of my hardware devices working but this one is stumping me. When i boot this pc (Homemade) it get's a Grub Boot Error # 24. after searching some on the forum's i found and typed the following command into terminal and recieved the following:

    PHP Code:
    ubuntu@ubuntu:~$ dmesg tail
    [  164.102354wlan0authenticate with AP 00:1f:33:fd:89:67
    [  164.105931wlan0authenticated
    [  164.105936wlan0associate with AP 00:1f:33:fd:89:67
    [  164.108927wlan0RX ReassocResp from 00:1f:33:fd:89:67 (capab=0x421 status=0 aid=2)
    [  
    164.108932wlan0associated
    [  164.115465ADDRCONF(NETDEV_CHANGE): wlan0link becomes ready
    [  167.217163ondemand governor failedtoo long transition latency of HWfallback to performance governor
    [  175.109515wlan0no IPv6 routers present
    1329.591230EXT3-fs error (device sdb1): ext3_check_descriptorsBlock bitmap for group 384 not in group (block 385195977)!
    1329.591657EXT3-fsgroup descriptors corrupted

    What does this mean and how can i fix it?!

    PHP Code:
    1329.591230EXT3-fs error (device sdb1): ext3_check_descriptorsBlock bitmap for group 384 not in group (block 385195977)!
    1329.591657EXT3-fsgroup descriptors corrupted
    I'm currently running from the CDrom so needless to say the OS is non-functional!
    Also, Windows IS NOT installed as a second OS for dual boot.


    Any and all help is appreciated!

    Thanks!

    -D

  2. #2
    Join Date
    Apr 2010
    Beans
    4
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Grub Boot Error 24 on boot up

    bump

  3. #3
    Join Date
    Feb 2010
    Beans
    248

    Re: Grub Boot Error 24 on boot up

    I don't remember if the disk utility is on the livecd. You can use gparted as well.

    launch the app, select the bad partition, perform a "check"


    I'm sure there's a cmd line for it, but I don't know it.

  4. #4
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Grub Boot Error 24 on boot up

    This is the command line change sdb1 to what ever partition you want:

    From liveCD so everything is unmounted
    sudo e2fsck -C0 -p -f -v /dev/sdb1
    if errors:
    sudo e2fsck -f -y -v /dev/sdb1


    If you want to know the parameters run this:
    man e2fsck
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  5. #5
    Join Date
    Apr 2010
    Beans
    4
    Distro
    Ubuntu 9.10 Karmic Koala

    Talking Re: Grub Boot Error 24 on boot up

    Thanks OldFred,
    That fixed it. i was hoping there was a check disk utility i could run but i didn't know the command or if it would even work from the CD-rom.

    I'll be sure to keep this command handy as it should come in handy later on down the road. Thanks Again!!

    -D

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
  •