i have Ubuntu 11.10 installed with windows 8 on my Aspire one D257. It restarts with Windows, not with this one.
Asked
Active
Viewed 2,999 times
3 Answers
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
Type the command:
sudo nano /etc/default/grubFind
GRUB_CMDLINE_LINUX=””and change it toGRUB_CMDLINE_LINUX=”reboot=efi”Press Ctrl-O to save and then Ctrl-X to exit.
Type the command:
sudo update-grubShutdown system.
Reboot and then attempt restart.
RolandiXor
- 51,797
user42095
- 31
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).