Решено: Загрузка Ubuntu без монитора

Автор B@F, 21 Мая 2011, 22:16

« предыдущая тема - следующая тема »

0 Пользователей и 1 Гость просматривают эту тему.

B@F

Здравствуйте.

Прочитав кучу форумов и статей нашел решение этой проблемы.

Для GRUB 1 редактируем файл:
ubuntu@ubuntu:~$ sudo nano /boot/grub/menu.lst

Добавляем nomodeset (через пробел) в строку:
kopt="... quiet splash"

получается
kopt="... quiet splash nomodeset"

Для GRUB 2 редактируем файл:
ubuntu@ubuntu:~$ sudo nano /etc/default/grub

Добавляем nomodeset (через пробел) в строку:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

получается
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"

Далее обязательно делаем update-grub, чтобы обновить изменения.


Приводим xorg.conf к такому виду:

Section "Device"
Identifier "Configured Video Device"
Driver  "vesa"
Option  "NoDDC"
Option  "IgnoreEDID" "true"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Modeline "1280x1024" 108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
Option  "ConnectedMonitor" "LCD"
Option  "PreferredMode" "1280x1024"
Horizsync 31.00-81.00
Vertrefresh 56.00-75.00
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor  "Configured Monitor"
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
Device  "Configured Video Device"
EndSection

Обязательно vesa. После перезагрузки все работает   http://linuxforum.kz/public/style_emoticons/<#EMO_DIR#>/rolleyes.gif\' class=\'bbc_emoticon\' alt=\':rolleyes:\' />

П.С. Отдельное спасибо hedgeven.
Поправьте, если я ошибаюсь, буду тока рад.