すべての少年は二種類に分類できる
後に大人になる者とオッサンになるものである
大人は少年の心を宿すがオッサンはお子様そのものである
--エヌ
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と書いておいて再チャレンジ。
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ってやったらものすごく遅くなったけど成功した。