LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Ubuntu 10.04 Desktop installation stalls (https://www.linuxquestions.org/questions/linux-newbie-8/ubuntu-10-04-desktop-installation-stalls-805340/)

wjazrawi 05-03-2010 11:48 AM

Finally managed to resolve this (with help from the Ubuntu Launchpad folks) by setting noapic/nolapic/nomodeset in /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT="noapic nolapic nomodeset splash quiet"

Had to carry out the following:

sudo nano /etc/default/grub

Ctrl+O to save

Ctrl+X to exit

Then run:

sudo update-grub2

I think that the one that actually made the difference was the nomodeset. Hope that helps someone out there experiencing the same issues.


All times are GMT -5. The time now is 11:04 AM.