Results 1 to 3 of 3

Thread: Unable to boot Ubuntu, tried almost everything

  1. #1
    Join Date
    Mar 2013
    Beans
    2

    Unable to boot Ubuntu, tried almost everything

    I had dual-boot configuration on ma PC: windows7 and ubuntu. Ubuntu was installed after windows7 and everything was working perfectly... But one day I was installing MonoDevelop from Ubuntu Software Center and suddenly every icon dissapeared (sometimes Nautilus errors appeared before) and system got unresponsive, I couldn't even log out or shutdown, so I forcibly restarted pc from restart button. After reboot I end up with this message:

    error: file '/boot/grub/i386-pc/normal.mod' not found.
    grub rescue>


    after that I followed these https://sites.google.com/site/easyli...rwritten-Grub- instructions, afterwards Windows7 was booting automatically;

    Then I used boot-repair utility which cause promting "Minimal BASH-Like line editing is supported.." message at every startup, I thought it's almost done but... not too fast..
    I followed several instructions, but they all share same procedure which I can not execute, e.g. can't run command 'find' or 'root'...
    Anyways here is BootInfo created by boot-repair: http://paste.ubuntu.com/5652017/

    Thanks!
    Last edited by sevteen; March 27th, 2013 at 04:31 PM.

  2. #2
    Join Date
    Nov 2009
    Location
    Catalunya, Spain
    Beans
    14,560
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Unable to boot Ubuntu, tried almost everything

    First I would try to run fsck on sda3 to repair any errors in the filesystem. Boot into live mode with your ubuntu cd and in terminal do:
    Code:
    sudo fsck /dev/sda3
    I hope it's only some small corruption with the partition which makes it not show all the files, because it doesn't show many important system files as present. If they are really missing, it would be difficult to solve this. The better way would be to backup the data and do a new clean installation.

    But do the fsck first and see if it changed anything.

    After the fsck run the boot info again and post the new link.
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  3. #3
    Join Date
    Mar 2013
    Beans
    2

    Re: Unable to boot Ubuntu, tried almost everything

    backup the data and do a new clean installation
    I did so, could not wait anymore

    Thanks

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
  •