Find the answer to your Linux question:
Results 1 to 9 of 9
I'm using the booting from the LiveCD at the moment. If I boot up, it says GRUB Loading... Error 15 What can I do to fix this? I've reinstalled a ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Posts
    5

    I can't boot Ubuntu, I keep getting an error.

    I'm using the booting from the LiveCD at the moment.

    If I boot up, it says
    GRUB Loading...
    Error 15


    What can I do to fix this? I've reinstalled a few times now and it's really starting to get on my nerves.

  2. #2
    Linux Guru
    Join Date
    Oct 2007
    Location
    Tucson AZ
    Posts
    1,946
    It would be helpful if you gave a little more information on the specs for your computer and also your partition structure as well as other operating systems (if any) you have.

  3. #3
    Just Joined!
    Join Date
    Jan 2009
    Posts
    61
    Use super grub download and burn the iso file to cd than boot PC with the super grub and select the grub you wont to repear works great.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Did installer throw any error during installation?
    As yancek already suggested, post the partition structure of your disk here.
    Code:
    sudo fdisk -l
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Mar 2009
    Posts
    5
    Quote Originally Posted by devils casper View Post
    Did installer throw any error during installation?
    As yancek already suggested, post the partition structure of your disk here.
    Code:
    sudo fdisk -l
    Yeah, it does sometimes, but sometimes it won't.
    It will sometimes say something like, "exit code 2" or something. :/


    Disk /dev/sda: 60.0 GB, 60022480896 bytes
    255 heads, 63 sectors/track, 7297 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x55054103

    Device Boot Start End Blocks Id System
    /dev/sda1 1 7110 57111043+ 83 Linux
    /dev/sda2 7111 7297 1502077+ 5 Extended
    /dev/sda5 7111 7297 1502046 82 Linux swap / Solaris

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Try to re-install GRUB using LiveCD.
    Boot up from Ubuntu LiveCD, open Terminal and execute this

    Code:
    sudo grub
    You will get a grub prompt, grub>

    Execute this:
    Code:
    root (hd0,0)
    setup (hd0)
    quit
    Reboot machine.

    In case it doesn't work, execute this
    Code:
    sudo grub
    find /boot/grub/stage1
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Mar 2009
    Posts
    5
    Didn't help me at all.

    grub> root (hd0,0)

    grub> setup (hd0)
    Checking if "/boot/grub/stage1" exists... no
    Checking if "/grub/stage1" exists... no

    Error 15: File not found

    grub> find /boot/grub/stage1

    Error 15: File not found

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    GRUB was not installed correctly during installation. stage1 is missing. I would suggest you to re-install using other installation media. If you have downloaded .iso image then verify MD5SUM of image and burn CD at lowest possible speed supported by your CD Burner.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just Joined!
    Join Date
    Mar 2009
    Posts
    5
    This is an ordered Ubuntu CD. I'm too worried to burn one because I tried to do that with openSUSE and it won't let me boot. :/
    http://www.linuxforums.org/forum/sus...wont-work.html

    And I can't boot from a USB device either, my computer won't let me.
    Is there anything else I can do?

Posting Permissions

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