Skip to content

Instantly share code, notes, and snippets.

@sangheestyle
Last active August 29, 2015 14:01
Show Gist options
  • Save sangheestyle/c1df83f8379bdaef621b to your computer and use it in GitHub Desktop.
Save sangheestyle/c1df83f8379bdaef621b to your computer and use it in GitHub Desktop.
During installing debian Wheezy in recent hardware, I needed to do something to boot the system correctly without pending.

Install NVidia driver

During installing debian, you need to set CMS disable at your BIOS menu. Also after installing done, press e on grub(recovery mode) and modify following line, and then press F10.

Go to linux line and then add following value

nouveau.modeset=0

Open network port and install build tools and linux headers

$ dhclient eth0
$ apt-get install binutils
$ apt-get build-dep linux
$ sudo apt-get install linux-headers-`uname -r`

Check recent NVidia driver and get URL

Boot up with recovery mode

$ wget http://us.download.nvidia.com/XFree86/Linux-x86_64/331.67/NVIDIA-Linux-x86_64-331.67.run
$ bash NVIDIA-Linux-x86_64-331.67.run

Reboot!

Etc

Need to install pavucontrol to choose audio device

Install Korean font to use Korean character.

$ aptitude install ttf-unfonts-core ttf-unfonts-extra

Install nabi to use Korean keyboard and im-config to choose nabi

$ sudo apt-get install nabi im-config
$ im-config -c

Please refer to http://pat.im/1052

@sangheestyle
Copy link
Author

Little more

  • install vim
  • visudo for adding someone to be allowed to use sudo

@sangheestyle
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment