【etch-AMD64】Xen 3.0.3 on Etch (やはり、nVIDIAドライバが使えない)
Debian 4.0 EtchへXen 3.0.3をインストール。
ubuntuと同様、nVIDIAのドライバが使えない。
xorg.confのDriverに"vesa"・"vga"を指定するもX起動しませんでした。挫折 orz
作業履歴を。
# uname -r
2.6.18-5-amd64
# aptitude install xen-linux-system-2.6.18.5-xen-amd64 xen-tools xen-ioemu-3.0.3-1 bridge-utils
(nVIDIAドライバコンパイル用に)
# aptitude install linux-headers-2.6.18-5-xen-amd64
# reboot
/boot/grub/menu.lstも設定してくれます。
Xen用カーネルで起動。
X起動せず。とりあえず、nVIDIAドライバインストールを実施。
エラー発生。やはりXenには対応していないらしい・・・。
ERROR: The kernel you are installing for is a Xen kernel!
The VNIDIA driver does not currently work on Xen kernels.
If you are using astock distribution kernel,please install avariant of this kernel withoutXen support; if this is a custom kernel, please install a standard Linux kernel.
Then try installing the NVIDIA kernel module agein.
VESA・VGAでの起動を試したが、起動せず。
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
# vi /etc/X11/xorg.conf
Driver "nvidia" → Driver "vesa" or "vga"