0

I have an aspire one laptop with Ubuntu on it (installed by a friend). It worked fine and I loved it! One day I tried to boot my laptop and the message on the screen was:

Elf header smaller than expected  
Grub rescue>

I have tried everything my laptop does not have a CDROM so I am stuck. I have no idea where to go from here please help me.

landroni
  • 5,941
  • 7
  • 36
  • 58

1 Answers1

0

When you do not have a CDROM to boot then you can use alternatives, such as a floppy disk, an USB pendrive or boot from the network.

In your case booting from USB is probably the easiest solution.

Once you are booted from the alternative media you can use repair your system. I never did this with Ubuntu, but according to https://help.ubuntu.com/community/Boot-Repair is is as easy as:

  1. Booting from the pen drive,
  2. Opening a shell and using installting bootrepair with this command:
    sudo add-apt-repository ppa:yannubuntu/boot-repair
  3. Once it is installed ed sudo apt-get update && sudo apt-get install -y boot-repair && (boot-repair &)

Regardless of these actions or how you fix it, something broke it in the first place. Try to remember what happened prior to the bootloader failing. Did it run out of battery? Did you shut it down hard without unmounting volumes? ...

Hennes
  • 1,233