すべての少年は二種類に分類できる
後に大人になる者とオッサンになるものである
大人は少年の心を宿すがオッサンはお子様そのものである
--エヌ
手動でドライバをインストールする場合lspci | grep VGAでドライバを調べ、nvidia のページからドライバをダウンロードしてきてインストールする。
ERROR: The Nouveau kernel driver is currently in use by your system. This
driver is incompatible with the NVIDIA driver, and must be disabled
before proceeding. Please consult the NVIDIA driver README and your
Linux distribution's documentation for details on how to correctly
disable the Nouveau kernel driver.みたいなことを言われたら、/etc/modprobe.d/blacklist-nouveau.confにblacklist nouveau options nouveau modeset=0と書いておいて再チャレンジ。
インストール用 usb メモリの作成sudo dd if=path/to/hoge.iso of=/dev/sdz bs=4M status=progressとかやってもうまくいかずに途中で止まってしまう。色々試して、
sudo dd if=path/to/hoge.iso of=/dev/sdz bs=4M conv=fsync oflag=direct status=progressってやったらものすごく遅くなったけど成功した。