Using QEMU on Windows: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
 
(48 intermediate revisions by 22 users not shown)
Line 1: Line 1:
''< [[Emulating the XO]] | [[Emulating the XO/Quick Start|Quick Start]]''
The step-by-step guide below has worked for builds 59 and 182, see [[User_Feedback_on_Images#QEMU_on_Windows]]
{{Translations}}
{{cleanup}}
{{__TOCright__}}


'''QEMU''' is a popular emulation environment for Windows and Linux. This page describes how to set it up on a Windows machine.


In order to use the [[Build images|provided OLPC images]] in a Windows computer, first install an emulator: [[QEMU]] which is an open-source processor emulator. The accelerator for QEMU named KQEMU, while not required, is highly recommended as a performance booster.
== Download QEMU emulator and accelerator ==


'''Note:''' people have converted some QEMU images to work with [[OS images for emulation#VMware Player|VMWare Player]], but regular OLPC builds are for [[QEMU]].
Download QEMU for Windows from
http://www.h7.dion.ne.jp/~qemu-win/<BR>
QEMU is an open source processor emulator. (Note that people have converted some QEMU images to work with [[OS_images_for_emulation#VMware_Player|VMWare Player]], but the regular OLPC builds are for QEMU.)


Unzip it, and place the files in<BR>
<I>C:\Program Files\Qemu</I><BR>
(There is no setup or installation step.)


== Getting started ==
Then download the QEMU Accelerator Module from
http://fabrice.bellard.free.fr/qemu/download.html<BR>
KQEMU is a driver allowing the QEMU PC emulator to run much faster when emulating a PC on an x86 host. The latest stable is currently ''kqemu-1.3.0pre9.tar.gz''.


=== Option 1) [[Emulating_the_XO/Quick_Start/Windows|Windows Quick Start]] ===
Then uncompress the <tt>kqemu-''version''.tar.gz</tt> file. You may need to uncompress it twice, using an application like 7Zip, available from
Instead of downloading QEMU, KQEMU and a filesystem image separately, this '''[[Emulating the XO/Quick Start/Windows|all-in-one version]]''' has everything in one download.
http://www.7-zip.org/<BR>
It is a 190MB download that will then use about 1.5G of your disk after it is unzipped and installed.
You can place the kqemu-''version'' directory in ''C:\Program Files\Qemu''.
The disk space used is approximately the same for all three options.
<nowiki>=== Opción 1) [[Emulating_the_XO / Quick_Start / Windows | Windows de inicio rápido]] ===
En lugar de descargar QEMU, KQEMU y una imagen de sistema de archivos por separado,
este'''[[ Emulando la XO / Quick Start / Windows | todos -en una versión ]]'''
tiene todo en una sola descarga. Es una descarga de 190MB, que luego se usan cerca de 1.5G de su disco
después de descomprimido e instalado. El espacio en disco utilizado es de aproximadamente el mismo para las tres opciones.</nowiki>


=== Option 2) QEMU Manager for beginners ===
Look through the unzipped files, and right-click on the one called <I>kqemu.inf</I><BR>
Choose "Install" and wait a few seconds.


#First, download this Manager for QEMU: [http://www.davereyn.co.uk/download.htm QEMU Manager] It will install QEMU as well.
Then in a command prompt type
#*Newer (Sept 2008) OLPC builds use the 2.6.25 kernel which checks for the availability of AMD's 3DNow extension and if the kernel does not find them it refuses to boot. More recent QEMU and KQEMU code in [http://savannah.nongnu.org/svn/?group=qemu SVN] emulates the 3DNow instructions. A newer Windows binary build is available from the [http://n2.nabble.com/Emulating-8.2-images-on-QEMU-for-windows-td1115692.html OLPC forum at Nabble]. (I don't know if QEMU Manager supports the newe emulator+accelerator versions that have 3DNow support - [[User:Mwarren]]).
net start kqemu
#Then create a new virtual machine (red plus on the toolbar).
You should get a message saying<BR>
#QEMU Manager has a menu option to install the accelerator driver.
<I>The KQEMU virtualisation module for QEMU service was started successfully.</I>
#Then set up the virtual machine options (hammer on the toolbar) to match the following (it worked for me):

<gallery>
Image:QEMU_Manager_Image_Setting1.png
Image:QEMU_Manager_Image_Setting2.png
Image:QEMU_Manager_Image_Setting3.png
Image:QEMU_Manager_Image_Setting4.png
</gallery>

Press the play icon on the toolbar to start the virtual machine. With these network settings it will able to install packages by using the "yum" command.

=== Option 3) Piecemeal installation ===
====QEMU Emulator====

#Download QEMU for Windows from [http://www.h7.dion.ne.jp/~qemu-win/ here]. (Note: You want the binary installer, with a name like "qemu-0.9.0-windows.zip".)
#Since there's no installation step, just [[unzip]] it into any directory (ie: <tt>C:\Program Files\Qemu</tt>)
#if you want, proceed with the accelerator below, if not go to [[Using QEMU on Windows XP#Download an OLPC image|downloading the image]]

==== Accelerator for QEMU (named KQEMU) ====

The [http://bellard.org/qemu/kqemu-doc.html Accelerator for QEMU (named KQEMU)] is a driver allowing the QEMU PC emulator to run much faster when emulating a PC on an x86 host. The latest stable is currently <tt>kqemu-1.3.0pre11.tar.gz</tt>. For newer versions of QEMU with 3DNow support, use <tt>[http://bellard.org/qemu/download.html kqemu-1.4.0pre1.tar.gz]</tt>.

:''kqemu is also available from the same source as qemu. Is there some reason we are using the following instead? [[User:MitchellNCharity|MitchellNCharity]] 15:11, 22 October 2007 (EDT)''
::''The kqemu release on http://www.h7.dion.ne.jp/~qemu-win/ is an installer. Whereas this release is a simple, portable folder. That's probably why it's preferred'' - BP 20th Nov 2007

#Download the QEMU Accelerator Module from [http://bellard.org/qemu/download.html here]
#[[Unzip]] the <tt>kqemu-''version''.tar.gz</tt> file into a directory (ie: <tt>C:\Program Files\Qemu\KQemu-''version''</tt>)
#*may have to [[unzip]] it twice given the file format.
#In the target directory on Windows XP, locate <tt>kqemu.inf</tt> and install it (menu/right-click and select <tt>Install</tt>). Let it finish (it'll take just a couple of seconds).
#*In Windows Vista, install KQEMU with this command line from an Administrator CMD prompt:<br /><tt>rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 kqemu.inf</tt>
#Open a <tt>command prompt</tt> (aka <tt>cmd.exe</tt>) and type
#*<tt>net start kqemu</tt>
#*If everything went fine, you should see the following message:
#**<tt>The KQEMU virtualisation module for QEMU service was started successfully.</tt>

''You can also use an [[Emulating the XO/Quick Start/Windows|all-in-one version]]; see above.''


== Download an OLPC image ==
== Download an OLPC image ==

Then you need to download a drive image, so go to [[Build_images#Latest_Stable_Build|Latest Stable Build on the OS Images page]] and navigate to the <tt>ext3</tt> subdirectory (this has images for the ''ext3'' filesystem; if you want to use development tools, navigate to <tt>devel_ext3</tt>).
To download the latest OLPC environment (aka drive image), visit [[Build_images#Latest_Stable_Build|Latest Stable Build on the OS Images page]] and navigate to the <tt>ext3</tt> subdirectory (this has images for the ''ext3'' filesystem; if you want to use development tools, navigate to <tt>devel_ext3</tt>).
The image you want will be named something like
The image you want will be named something like
<tt>olpc-redhat-stream-development-build-''num''-''date''_ext3.img.bz2</tt>
<tt>olpc-redhat-stream-development-build-''num''-''date''_ext3.img.bz2</tt>


After you've downloaded the image, you must [[unzip]] it (using a program that understands the [http://en.wikipedia.org/wiki/Bz2 bz2] format) and place the <tt>.img</tt> file in the same directory as [[QEMU]] (ie: <tt>C:\Program Files\Qemu</tt>).
This file will need uncompressing with an application like 7Zip, available from
http://www.7-zip.org/


==== Starting the OLPC environment ====
Place the uncompressed ".img" file in the same folder as QEMU.

Before you launch the emulated image, we '''strongly''' recommend reading through the '''[[Getting started]]''' pages that explain how to use the OLPC/Sugar GUI environment -- Sugar does not look like the Windows or Mac operating systems!

Open a <tt>command prompt</tt> (aka <tt>cmd.exe</tt>) in the QEMU directory and launch qemu.exe using the appropriate image and "-L ." as first argument, and further arguments as explained on [[Emulating the XO/Quick Start]]: (At the time of writing, the arguments are as shown below, but this can change/evolve, so please check the Quick Start page for the latest recommended arguments first!)


== Starting OLPC environment ==
In a command prompt type
cd "\Program Files\Qemu"
cd "\Program Files\Qemu"
qemu.exe -L . -m 256 -kernel-kqemu -soundhw es1370 -net user -net nic,model=rtl8139 -hda ''image_name''
The command to start the emulator is <tt>qemu -L . -hda ''image_name''</tt>, where ''image_name'' is the newest version you have downloaded. For example:
Where ''image_name'' is the newest version you have downloaded. For example:
qemu -L . -hda olpc-redhat-stream-development-build-185-20061117_2030-devel_ext3.img
qemu.exe -L . -m 256 -kernel-kqemu -soundhw es1370 -net user -net nic,model=rtl8139 -hda olpc-redhat-stream-development-build-185-20061117_2030-devel_ext3.img

<gallery>
Image:Bootscreen1.png
Image:Bootscreen2.png
Image:Bootscreen3.png
Image:Login.png
</gallery>

The emulator will start in a new window, and will soon display the OLPC 'XO' logo and 'Booting OLPC for qemu target in ''nn'' seconds'. (If it does not, then press any key to go to the GRUB menu and choose the 'OLPC for qemu target' option. You need to boot the emulator, not the OLPC hardware.)

Then you will see a typical Linux boot sequence ending in a dialog asking for your nickname.

As a reminder: pressing <tt>Alt + Ctrl</tt> in the emulator will "liberate" the keyboard and mouse, returning control to Windows.

'''NOTE:''' There are a '''[[Using QEMU on Windows XP#Troubleshooting|some issues]] (mainly for the first timers)''' on how to get the whole enchilada going.

== Closing the OLPC image ==


To close the OLPC "window" you must first go into the QEMU monitor screen and then quit. You do that by:
After a few seconds the emulator will start in a new window, and you will see a boot sequence<BR>
#Make sure the window has the focus (label should say <tt>QEMU - Press Ctrl-Alt to exit grab</tt>).
The screen should soon display the OLPC 'oX' logo and 'Booting OLPC for qemu target in ''nn'' seconds'. (If it does not, then press any key to go to the GRUB menu and choose the 'OLPC for qemu target' option. You need to boot the emulator, not the OLPC hardware.)<BR>
#Press <tt>Alt + Ctrl + 2</tt> to enter the QEMU Monitor (may need shift as well on some computers: <tt>Alt + Ctrl + Shift + 2</tt>)
Then you will see a typical Linux boot sequence.
#Type <tt>quit</tt> or <tt>q</tt> to quit.


'''Please update [[User Feedback on Images#QEMU on Windows]] with your experience'''.
You must read [[Sugar Instructions]] for instructions on how to use the emulated Laptop -- this is not a typical GUI!


== Troubleshooting ==
To close the OLPC "window" press Alt+Ctrl+2; to liberate the pointer press Ctrl+Alt.


See [[Emulating the XO/Help and tips]].
Please update [[User Feedback on Images#QEMU_on_Windows]] with your experience.


From some info found [[http://qemu-forum.ipi.fi/viewtopic.php?t=2645&highlight=olpc here.]]
--[[User:Tomhannen|Tomhannen]] 19:30, 13 August 2006 (EDT)


[[Category:Developers]] [[Category:Software development]]
[[Category:Developers]]
[[Category:Software development]]
[[Category:Emulation]]
[[Category:Translated Pages]]

Latest revision as of 01:24, 22 February 2011

< Emulating the XO | Quick Start

  english | español | francais | 日本語 | 한국어 | português HowTo [ID# 253292]  +/-  


QEMU is a popular emulation environment for Windows and Linux. This page describes how to set it up on a Windows machine.

In order to use the provided OLPC images in a Windows computer, first install an emulator: QEMU which is an open-source processor emulator. The accelerator for QEMU named KQEMU, while not required, is highly recommended as a performance booster.

Note: people have converted some QEMU images to work with VMWare Player, but regular OLPC builds are for QEMU.


Getting started

Option 1) Windows Quick Start

Instead of downloading QEMU, KQEMU and a filesystem image separately, this all-in-one version has everything in one download. It is a 190MB download that will then use about 1.5G of your disk after it is unzipped and installed. The disk space used is approximately the same for all three options.

=== Opción 1) [[Emulating_the_XO / Quick_Start / Windows | Windows de inicio rápido]] ===
En lugar de descargar QEMU, KQEMU y una imagen de sistema de archivos por separado,
este'''[[ Emulando la XO / Quick Start / Windows | todos -en una versión ]]'''
tiene todo en una sola descarga. Es una descarga de 190MB, que luego se usan cerca de 1.5G de su disco
después de descomprimido e instalado. El espacio en disco utilizado es de aproximadamente el mismo para las tres opciones.

Option 2) QEMU Manager for beginners

  1. First, download this Manager for QEMU: QEMU Manager It will install QEMU as well.
    • Newer (Sept 2008) OLPC builds use the 2.6.25 kernel which checks for the availability of AMD's 3DNow extension and if the kernel does not find them it refuses to boot. More recent QEMU and KQEMU code in SVN emulates the 3DNow instructions. A newer Windows binary build is available from the OLPC forum at Nabble. (I don't know if QEMU Manager supports the newe emulator+accelerator versions that have 3DNow support - User:Mwarren).
  2. Then create a new virtual machine (red plus on the toolbar).
  3. QEMU Manager has a menu option to install the accelerator driver.
  4. Then set up the virtual machine options (hammer on the toolbar) to match the following (it worked for me):

Press the play icon on the toolbar to start the virtual machine. With these network settings it will able to install packages by using the "yum" command.

Option 3) Piecemeal installation

QEMU Emulator

  1. Download QEMU for Windows from here. (Note: You want the binary installer, with a name like "qemu-0.9.0-windows.zip".)
  2. Since there's no installation step, just unzip it into any directory (ie: C:\Program Files\Qemu)
  3. if you want, proceed with the accelerator below, if not go to downloading the image

Accelerator for QEMU (named KQEMU)

The Accelerator for QEMU (named KQEMU) is a driver allowing the QEMU PC emulator to run much faster when emulating a PC on an x86 host. The latest stable is currently kqemu-1.3.0pre11.tar.gz. For newer versions of QEMU with 3DNow support, use kqemu-1.4.0pre1.tar.gz.

kqemu is also available from the same source as qemu. Is there some reason we are using the following instead? MitchellNCharity 15:11, 22 October 2007 (EDT)
The kqemu release on http://www.h7.dion.ne.jp/~qemu-win/ is an installer. Whereas this release is a simple, portable folder. That's probably why it's preferred - BP 20th Nov 2007
  1. Download the QEMU Accelerator Module from here
  2. Unzip the kqemu-version.tar.gz file into a directory (ie: C:\Program Files\Qemu\KQemu-version)
    • may have to unzip it twice given the file format.
  3. In the target directory on Windows XP, locate kqemu.inf and install it (menu/right-click and select Install). Let it finish (it'll take just a couple of seconds).
    • In Windows Vista, install KQEMU with this command line from an Administrator CMD prompt:
      rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 kqemu.inf
  4. Open a command prompt (aka cmd.exe) and type
    • net start kqemu
    • If everything went fine, you should see the following message:
      • The KQEMU virtualisation module for QEMU service was started successfully.

You can also use an all-in-one version; see above.

Download an OLPC image

To download the latest OLPC environment (aka drive image), visit Latest Stable Build on the OS Images page and navigate to the ext3 subdirectory (this has images for the ext3 filesystem; if you want to use development tools, navigate to devel_ext3). The image you want will be named something like olpc-redhat-stream-development-build-num-date_ext3.img.bz2

After you've downloaded the image, you must unzip it (using a program that understands the bz2 format) and place the .img file in the same directory as QEMU (ie: C:\Program Files\Qemu).

Starting the OLPC environment

Before you launch the emulated image, we strongly recommend reading through the Getting started pages that explain how to use the OLPC/Sugar GUI environment -- Sugar does not look like the Windows or Mac operating systems!

Open a command prompt (aka cmd.exe) in the QEMU directory and launch qemu.exe using the appropriate image and "-L ." as first argument, and further arguments as explained on Emulating the XO/Quick Start: (At the time of writing, the arguments are as shown below, but this can change/evolve, so please check the Quick Start page for the latest recommended arguments first!)

cd "\Program Files\Qemu"
qemu.exe -L . -m 256 -kernel-kqemu -soundhw es1370 -net user -net nic,model=rtl8139 -hda image_name

Where image_name is the newest version you have downloaded. For example:

qemu.exe -L . -m 256 -kernel-kqemu -soundhw es1370 -net user -net nic,model=rtl8139 -hda olpc-redhat-stream-development-build-185-20061117_2030-devel_ext3.img

The emulator will start in a new window, and will soon display the OLPC 'XO' logo and 'Booting OLPC for qemu target in nn seconds'. (If it does not, then press any key to go to the GRUB menu and choose the 'OLPC for qemu target' option. You need to boot the emulator, not the OLPC hardware.)

Then you will see a typical Linux boot sequence ending in a dialog asking for your nickname.

As a reminder: pressing Alt + Ctrl in the emulator will "liberate" the keyboard and mouse, returning control to Windows.

NOTE: There are a some issues (mainly for the first timers) on how to get the whole enchilada going.

Closing the OLPC image

To close the OLPC "window" you must first go into the QEMU monitor screen and then quit. You do that by:

  1. Make sure the window has the focus (label should say QEMU - Press Ctrl-Alt to exit grab).
  2. Press Alt + Ctrl + 2 to enter the QEMU Monitor (may need shift as well on some computers: Alt + Ctrl + Shift + 2)
  3. Type quit or q to quit.

Please update User Feedback on Images#QEMU on Windows with your experience.

Troubleshooting

See Emulating the XO/Help and tips.

From some info found [here.]