Results 1 to 4 of 4

Thread: Ubuntu Error 15

  1. #1
    Join Date
    Feb 2006
    Posts
    33

    Ubuntu Error 15

    hello.
    My ubuntu no longer works on startup and gives this without any explanation ...
    find - set-root - ignore-floppies / unbuntu / install / boot / vmlinux
    Have you got any idea? Thank you

  2. #2
    Join Date
    Dec 2007
    Posts
    459

    Re: Ubuntu Error 15

    I have found a solution.
    When it sends you back to the list of choices, hit "c"
    That will bring you to a Grub prompt.
    grub>
    If you installed a /boot partition, do
    Code:
    find /grub/stage1
    If you did not do a /boot partition [most likely choice] do
    Code:
    find /boot/grub/stage1
    One of these commands will give you an answer like

    Code:
    root (hd0.0)
    Now press Esc.
    Select the first boot option and press "e"

    Press "e" again on the root option
    Change the hd(X,X) to whatever you got above. for me it was hd (0,0).
    Press Enter.
    Now press "b"

    Ubuntu should load up.

    Now that you are in, you need to change this for good.
    Open a terminal and enter

    Code:
    sudo gedit /boot/grub/menu.lst
    or, depending on your setup

    Code:
    sudo gedit /grub/menu.lst
    Scroll down towards the bottom of the file, and you will find the same "root (hdX,X)" change it appropriately, and you can save!

    Also while editing, you can go ahead and change all of the root options for the different ubuntu modes, because they are all most likely wrong.

  3. #3
    Join Date
    Sep 2005
    Posts
    1,370

    Re: Ubuntu Error 15

    Can you post your menu.lst and your drive setup?

    Go to the terminal and type "sudo fdisk -l". That's l as in library. To get your menu.lst file, type into the terminal "cat /boot/grub/menu.lst". Then just copy and paste that into your post.
    DFI LANPARTY SLI-DR
    AMD 64 x2 4800+
    OCZ (2 x 512) DDR600

  4. #4
    Join Date
    Dec 2007
    Posts
    1,547

    Re: Ubuntu Error 15

    This issue is caused by the way you boot Ubuntu. When you select to boot from your second hard disk in the bios, the drive numbers for the first and second had disk are swapped. So while your Ubuntu hard disk is hd1 during installation, it becomes hd0 when you boot from that disk.
    You could prevent this problem by installing grub on your first (windows) hard disk. Grub would then give you a menu to boot either Windows (on the first disk) or Ubuntu (on the second disk), and you would not need to change the boot order in the bios anymore.

Similar Threads

  1. Replies: 8
    Last Post: 01-04-2012, 04:25 PM
  2. Replies: 6
    Last Post: 30-01-2012, 07:16 PM
  3. Replies: 10
    Last Post: 09-01-2012, 07:48 AM
  4. Ubuntu 9.10 GRUB error
    By Solitario in forum Operating Systems
    Replies: 5
    Last Post: 25-12-2009, 09:56 AM
  5. Replies: 5
    Last Post: 03-11-2009, 12:00 PM

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
  •  
Page generated in 1,714,104,623.44044 seconds with 16 queries