Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22

Thread: Grub rescue on boot up?

  1. #11
    Join Date
    May 2011
    Beans
    72

    Re: Grub rescue on boot up?

    Quote Originally Posted by oldfred View Post
    Did you run the first commands to create a mount point and mount it?

    Then run the chroot all one line:
    yes, i did ran those all commands.

  2. #12
    Join Date
    May 2011
    Beans
    72

    Re: Grub rescue on boot up?

    I'm getting sick of this. done everything.

  3. #13
    Join Date
    Jul 2005
    Beans
    2,047

    Re: Grub rescue on boot up?

    ~
    Last edited by ahallubuntu; July 2nd, 2013 at 09:15 PM.

  4. #14
    Join Date
    May 2011
    Beans
    72

    Re: Grub rescue on boot up?

    there is a link that explains how to fix this- http://brucencnp.blogspot.com/2010/1...inbash-no.html

    but i don't get the required libraries.

  5. #15
    Join Date
    Jul 2005
    Beans
    2,047

    Re: Grub rescue on boot up?

    ~
    Last edited by ahallubuntu; July 2nd, 2013 at 09:16 PM.

  6. #16
    Join Date
    May 2011
    Beans
    72

    Re: Grub rescue on boot up?

    Quote Originally Posted by ahallubuntu View Post
    Oh, now I understand: you need to mount the partition - say in /mnt/temp - then find the fstab there:

    Code:
    more /mnt/temp/etc/fstab
    and not the one from the live CD.
    this seems to be correct, as you have expected.

    root@ubuntu:/lib64# more /mnt/temp/etc/fstab
    # /etc/fstab: static file system information.
    #
    # Use 'blkid' to print the universally unique identifier for a
    # device; this may be used with UUID= as a more robust way to name devices
    # that works even if disks are added and removed. See fstab(5).
    #
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc nodev,noexec,nosuid 0 0
    # / was on /dev/sda5 during installation
    UUID=7e759d52-ef42-4aa2-8b36-74c5584f482f / ext4 errors=remount
    -ro 0 1
    root@ubuntu:/lib64#

  7. #17
    Join Date
    May 2011
    Beans
    72

    Re: Grub rescue on boot up?

    Quote Originally Posted by ahallubuntu View Post
    Can you give the output of:

    Code:
    ls /mnt/temp
    ?
    root@ubuntu:~# ls /mnt/temp
    bin home media srv vmlinuz
    boot initrd.img proc sys vmlinuz.old
    C:\nppdf32Log\debuglog.txt initrd.img.old run tmp
    dev lib sbin usr
    etc lost+found selinux var
    root@ubuntu:~#

  8. #18
    Join Date
    May 2011
    Beans
    72

    Re: Grub rescue on boot up?

    i never imagined, i would be stuck.

    should i now go ahead with fresh ubuntu installation?

  9. #19
    Join Date
    Jul 2005
    Beans
    2,047

    Re: Grub rescue on boot up?

    OK, the directory looks OK.

    It looks like the chroot worked? You have a root prompt. Or did you login as root to get there?

    If you did the chroot successfully, then do the grub-install and update-grub commands within the chroot environment.

    But you'll have to look at the UUID thing I mentioned before and /mnt/temp/etc/fstab . Look for the line that has just "/" in it. The UUID must match the UUID of the new partition. Otherwise, it's not going to boot even after you've fixed Grub.

  10. #20
    Join Date
    May 2011
    Beans
    72

    Re: Grub rescue on boot up?

    Quote Originally Posted by boy18nj View Post
    i never imagined, i would be stuck.

    should i now go ahead with fresh ubuntu installation?
    I installed fresh ubuntu in 20 minutes after taking backup's.

    Am happy.

    Earlier wasted 2 days in GRUB ubuntu issue.

Page 2 of 3 FirstFirst 123 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
  •