Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 45

Thread: HOWTO: Boot & Install Ubuntu from the Grub Rescue Prompt

  1. #11
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: Boot & Install Ubuntu from the Grub Rescue Prompt

    chah,

    Thanks for the update. I received the same messages about not having the hardware to support Unity. In my case, it simply meant that I had to install the proprietary drivers for my video card (Nvidia).

    I'm running Unity and I can't remember what the panel looked like when I first installed Natty Alpha - so I don't remember what the non-Unity menu looked like. In earlier releases you would get to the Additional Drivers page via System, Administration, Additional Drivers. In my case (with an older Nvidia GS 7600) Natty found it without problem. As soon as I installed and rebooted Unity worked fine.

    Best of luck.
    Back to Xorg...

    Retired.

  2. #12
    Join Date
    Aug 2007
    Beans
    66

    Re: HOWTO: Boot & Install Ubuntu from the Grub Rescue Prompt

    hi, noob here, not sure this thread can help me.

    i have a linux livecd iso, and a laptop running ubuntu. i want to install this is to the hard drive from inside linux (or at the linux boot prompt,which i gather is possible?)

    any suggestions?

    thanks!

  3. #13
    Join Date
    Nov 2011
    Beans
    5

    Re: HOWTO: Boot & Install Ubuntu from the Grub Rescue Prompt

    Quote Originally Posted by drs305 View Post
    If you are still having problems, try to add the module by using the entire address:
    Code:
    insmod (hd0,2)/boot/grub/linux.mod
    For what you have posted, you can try this sequence to boot:

    Code:
    set prefix=(hd0,2)/boot/grub
    set root=(hd0,2)
    insmod (hd0,2)/boot/grub/linux.mod
    linux /vmlinuz root=/dev/sda2 ro
    initrd /initrd.img
    boot
    Thank you so much!
    I had ubuntu installed and messed up something and ended up getting grub command (grub>) anytime I booted, I nearly grabbed the live cd to give up and completely reinstall the whole thing.

    the other commands weren't working as in I couldn't find any ubuntu .iso file so it was giving errors.

    By entering the commands you specified there with some minor adjustments as to what my drives are named, I am now able to boot back into ubuntu!!!! Thank you very much drs305, you are hereby my hero!


    (btw, somehow my drives are named like: (hd0,msdos1) and (hd1,msdos1) I would love to get rid of this msdos text if possible, if only for the looks of it, I hate everything MS, so that includes msdos.... but I guess these steps require advanced techniques which would probably make me end up in the same situation again (grub>))

  4. #14
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: Boot & Install Ubuntu from the Grub Rescue Prompt

    Quote Originally Posted by Flashyman View Post
    (btw, somehow my drives are named like: (hd0,msdos1) and (hd1,msdos1) I would love to get rid of this msdos text if possible, if only for the looks of it, I hate everything MS, so that includes msdos.... but I guess these steps require advanced techniques which would probably make me end up in the same situation again (grub>))
    Yes the partitions are now named 'msdos'... The good news is that if you have problems in the future you may be able to avoid the command line entirely and use the Boot Repair app to fix things. It's been developed within the past year and does a very good job of salvaging Grub 2 problems.

    Boot-Repair-Disk
    Back to Xorg...

    Retired.

  5. #15
    Join Date
    Nov 2011
    Beans
    5

    Re: HOWTO: Boot & Install Ubuntu from the Grub Rescue Prompt

    Ok, I installed 10.04 on an external hard drive, and used grubrescue to boot it. I decided that I didn't want 10.04, so I installed 11.10 on my hard drive. Now, when I try to load the grub modules, grub can't find the files. I know that they are there, because when I boot up with a live cd, I can find them. Any suggestions?

  6. #16
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: Boot & Install Ubuntu from the Grub Rescue Prompt

    Quote Originally Posted by volinkov View Post
    Ok, I installed 10.04 on an external hard drive, and used grubrescue to boot it. I decided that I didn't want 10.04, so I installed 11.10 on my hard drive. Now, when I try to load the grub modules, grub can't find the files. I know that they are there, because when I boot up with a live cd, I can find them. Any suggestions?
    volinkov,

    Welcome to the Ubuntu Forums. We need more information. Please download and run the boot info script. Copy the contents of the RESULTS.txt it generates and post it here. The file will show us the status of your boot files and help us determine what went wrong.

    Boot Info Script
    Back to Xorg...

    Retired.

  7. #17
    Join Date
    Nov 2011
    Beans
    5

    Re: HOWTO: Boot & Install Ubuntu from the Grub Rescue Prompt

    When I try to run the script, it returns:
    boot_info_script version 0.60

    "gawk could not be found, using "busybox awk" instead.
    This may lead to unreliable results.

    [: 326: busybox awk: unexpected operator
    boot_info_script.sh: 353: syntax error: "(" unexpected ( expecting "fi")

    I tried running the script straight from the downloads directory while booted with a live cd, and then I put the files onto my external drive and tried running them from the home directory there. I got the same error both times.

  8. #18
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: Boot & Install Ubuntu from the Grub Rescue Prompt

    volinkov,

    You can install 'gawk' although the script can run with 'awk'.

    You might try installing and running the Boot Repair Tool. It may be able to fix your grub problem by itself, and if not it contains the Boot Info Script files and the script will run from within that app.

    Boot Repair Tool
    Back to Xorg...

    Retired.

  9. #19
    Join Date
    Nov 2011
    Beans
    5

    Re: HOWTO: Boot & Install Ubuntu from the Grub Rescue Prompt

    Sorry if Im asking you too many questions, but do I install gawk and the boot repair while my computer is booted with a live cd? I guess I forgot to mention that I dont have an internal hard drive. My computer has fried two, so Im trying to boot strictly from an external usb drive. Do I somehow install the boot repair to the usb drive? Thanks for your patience!

  10. #20
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: Boot & Install Ubuntu from the Grub Rescue Prompt

    Quote Originally Posted by volinkov View Post
    Sorry if Im asking you too many questions, but do I install gawk and the boot repair while my computer is booted with a live cd? I guess I forgot to mention that I dont have an internal hard drive. My computer has fried two, so Im trying to boot strictly from an external usb drive. Do I somehow install the boot repair to the usb drive? Thanks for your patience!

    If you are going to run the script from the LiveCD, you can install 'gawk' there as well. It's installation will only last until you reboot. It's not critical to have gawk, but it will eliminate the messages. The same for the Boot Repair app.

    I believe Boot Repair can be installed and run from the LiveCD, but better yet would be to create a Boot Repair CD so you can boot directly from it.

    If you install Boot Repair while running the LiveCD you may be able to fix the problem at that point. Again, once you reboot using the LiveCD the Boot Repair app will no longer be available until you reinstall it.
    Back to Xorg...

    Retired.

Page 2 of 5 FirstFirst 1234 ... LastLast

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
  •