우분투에 VirtualBox를 설치하고 윈도우를 인스톨했다. 내가 필요한것은 쉘상에서 가상머신을 구동 시키는것! 

윈도우 관리는 윈도우터미널접속하면 되니까 말이다.
검색을 해보니 콘솔 명령어가 있다 그중 VM 구동에 관련 되는항목은 아래와 같다.
VBoxManage startvm          <uuid>|<name>
                            [-type gui|vrdp]

VBoxManage controlvm        <uuid>|<name>
                            pause|resume|reset|poweroff|savestate|
                            acpipowerbutton|acpisleepbutton|
                            keyboardputscancode <hex> [<hex> ...]|
                            injectnmi|
                            setlinkstate<1-4> on|off |
                            usbattach <uuid>|<address> |
                            usbdetach <uuid>|<address> |
                            dvdattach none|<uuid>|<filename>|host:<drive> |
                            floppyattach none|<uuid>|<filename>|host:<drive> |
                            vrdp on|off] |
                            setvideomodehint <xres> <yres> <bpp> [display]|
                            setcredentials <username> <password> <domain>
                                           [-allowlocallogon <yes|no>]


검색해보니 둘중 하나로 구동하면 될듯
VBoxVRDP -startvm “Your VM” 
- 이건 프로세스가 떠 있으니 구동후 백그라운드로 돌리면 될것이고

VBoxManage startvm “Your VM” -type vrdp
-이건 알아서 백그라운드로 돌아간다.

구동시키고 부팅완료되길 기다렸다가 터미널 접속하면 끝!  버츄얼박스 맘에든다.





'지식창고 > 리눅스' 카테고리의 다른 글

freenx 설정  (0) 2009.04.05
vsftpd 한글 인코딩 소스 수정하는 방법  (2) 2009.04.04
우분투에서 ntfs 마운트  (0) 2009.04.02
Wubi 를 이용한 우분투 맛보기  (0) 2009.04.01
ubuntu, centos 를 VMWare에 설치  (0) 2008.04.28