Tenia un problema cuando instalé ubuntu 10.10 en una netbook toshiba nb200.
Cuando arrancaba ubuntu, se colgaba la carga y solo avanzaba si presionaba alguna tecla. Todo se resuelve modificando el grub.
GRUB CMDLINE ACPI PROBLEM
sudo gedit /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nohz=off"
or
I'd like to confirm that this bug exists in Ubuntu 11.04 with
Linux 2.6.38-9.43 on a Toshiba nb300.
As a workaround I set
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nolapic_timer clocksource=jiffies"
in /etc/default/grub and then run
sudo update-grub
sudo reboot
Note that the right option name is nolapic_timer, not nolapci_timer as
mentioned above.
No hay comentarios:
Publicar un comentario