Кажется, это общая проблема с некоторыми графическими картами.
Посмотрите здесь: http://ubuntuforums.org/showthread.php?t=1860359
Надеюсь, поможет.
Я лично починил его, обновив с помощью Ubuntu 11.10 Live-CD на USB-накопителе. Проблема в том, что он даже не загружал графический интерфейс из-за моей графической карты. Поэтому мне пришлось выполнить следующую процедуру, написанную prince_of_death:
Step 1: boot from the live usb and as soon as it displays the ubuntu color screen press 'F6'. this will take u to a boot option page where a pop up bar will appear due to F6 being presses. press 'Esc' key and go up to "try Ubuntu Without Installing" and edit the kernel string to add "poulsbo.asd=1 psb_gfx.asd=1" to the end then press enter. Step 2: the live usb will then boot to the desktop GUI where you can start the installation.
(Я выбрал здесь второй вариант «Обновление с 11.10 до 11.10»)
Step 3: after installation reboot your system and at the GRUB menu press 'e' to edit the first kernel. (this is needed or it wouldn't boot to the desktop GUI) Step 4: modify the kernel string after 'quiet splash' and add "poulsbo.asd=1 psb_gfx.asd=1" then press 'F10' to boot with the modified kernel Step 5: it will now boot to the desktop GUI were you will now install the EMGD driver with :- sudo add-apt-repository ppa:gma500/emgd-1.8 sudo apt-get update sudo apt-get install xorg-emgd emgd-dkms sudo emgd-xorg-conf (once the EMGD driver is installed you no longer need to edit the kernel at boot) Step 6: this step might also be needed to prevent session from not being started. sudo mv /etc/init/plymouth.conf /etc/init/plyouth.conf.disabled