Shinnara's Blog
Talking with Shinnara :: NaraTalk.com

'QEMU'에 해당되는 글 2건

  1. 2009/05/21 Ubuntu install on QEMU Windows
  2. 2009/05/04 QEMU : Open Source 가상화 소프트웨어

I installed QEMU on Windows XP.  QEMU works very wel on my about 5 years old notebook.

To install Ubuntu on QEMU, I downloaded Ubuntu iso file.

The first step is to make hard disk image.

C:\dev\virtual\qemu-0.9.0-windows>qemu-img create -f qcow ubuntu.img 5G
Formating 'ubuntu.img', fmt=qcow, size=5242880 kB

the last argument 5G is the image size.

And next,

C:\dev\virtual\qemu-0.9.0-windows>qemu -L . -cdrom c:\download\ubuntu-9.04-desktop-i386.iso -hda ubuntu.img -m 256 -boot d

"-m 256" means memory is 256MB.
"-boot d" : boot is done by secondary master.

Ubuntu installation is starting.

If you installed QEMU Acceleration, you can add this argument for the fast operation.

-kernel-kqemu


Useful References:




0 Trackback, 0 Comment

TRACKBACK :: http://naratalk.com/trackback/311 관련글 쓰기

댓글을 달아 주세요


다양한 OS를 체험해보기 위해 Virtual Box 를 사용하고 있는데, 오늘 QEMU에 대한 이야기를 들었습니다. Open Source 가상화 소프트웨어이며 매우 강력하다고 합니다.

QEMU 홈페이지

마찬가지로 무료로 지원이 되는 Virtual Box 도 얼마전 호스트가 32 bit 이더라도 64bit OS를 설치할 수 있도록 지원이 되었는데, 하드웨어가 64bit를 지원해야 가능하다고 합니다. 그런데 QEMU의 경우, 소프트웨어적으로 처리하기때문에 하드웨어의 지원여부가 중요하지는 않다고 합니다.

아직 사용을 해보진 못했지만, 꽤나 흥미롭네요~
0 Trackback, 0 Comment

TRACKBACK :: http://naratalk.com/trackback/306 관련글 쓰기

댓글을 달아 주세요

1 
다...... (264)
Computer/Programming (106)
Links (14)
책 읽는 즐거움 (7)
끄적임 (66)
즐거운 과학 나라 (7)
일본 (5)
Study (4)