3

i have Ubuntu 11.10 installed with windows 8 on my Aspire one D257. It restarts with Windows, not with this one.

RolandiXor
  • 51,797

3 Answers3

3

Thanks to Neo Cambell for posting the hyperlink to http://www.expertcore.org/viewtopic.php?f=20&t=3009

Thanks to Saman for the fix

I did the following and it worked

  1. Type the command:
    sudo nano /etc/default/grub

  2. Find GRUB_CMDLINE_LINUX=”” and change it to GRUB_CMDLINE_LINUX=”reboot=efi”

  3. Press Ctrl-O to save and then Ctrl-X to exit.

  4. Type the command:
    sudo update-grub

  5. Shutdown system.

  6. Reboot and then attempt restart.

RolandiXor
  • 51,797
1

I had the same problem and was able to solve it by compiling my own kernel ( 3.1.5 stable ) and creating a patch.

George
  • 11
0

No need to compile or do anything hard. I was having the same problem and found the perfect answer here at How to fix Netbook restart issue with Linux (Ubuntu).