I installed LinuxMint 14 (MATE, 64-bit) as a guest OS on my Windows laptop.
Hardware
Hardware: lenovo X230
CPU: Intel i5-3210M 2.50 GHz
Memory: 8.00 GB
Host OS
Windows 7 Professional K
CMOS setup
In order to use 64-bit OS as a virtual guest host, VT-x enabled.
Virtual Machine setting
Memory: 2 GB
Processors: 4
Hard Disk: 20 GB
Download OS installer
http://www.linuxmint.com/download.php
Desktop settings
Monitor resolution: 1360 x 768
Settings for Korean
Input Method Installation
I installed SCIM first, but IBus seems better.
$ apt install ibus-hangul -y
I followed a video:
http://www.youtube.com/watch?v=bBBpApKrVxw
Font Installation
I installed Nunum Gothic Coding font:
1. Open sources.list with command "sudo vi /etc/apt/sources.list" and add below.
deb http://dev.naver.com/repos deb/
2. Update repository.
$ sudo apt-get update
3. Install the font.
$ sudo apt-get install ttf-nanum-coding
For more information, see:
http://dev.naver.com/projects/nanumfont/wiki/Install