Documentation/GuestOperatingSystems/Windows95

From QEMU

Installation

Windows 95 in QEMU can be both nastalgic and fun for someone who wants to remember the 90's, or use a program that only runs in this operating system.

winworldpc.com supplies many iso files for various versions of Windows 95. You can download a file here: https://winworldpc.com/product/windows-95/osr-3

This iso file is not bootable so you need to use a bootable floppy disk image file. This is the file I will use in this tutorial: https://winworldpc.com/product/microsoft-windows-boot-disk/95-osr2x

Note: the information on this page was made with QEMU 2.11 in mind. If you are using a different version you might see different results.

Create a hard drive image file:

 qemu-img create -f qcow2 win95.qcow2 2G

Installation command-line:

 qemu-system-i386 -netdev user,id=mynet0 -device ne2k_isa,netdev=mynet0 -hda win95.qcow2 -soundhw sb16 -m 64 -cpu pentium -vga cirrus -localtime -fda disk01.img -cdrom Win95_OSR25.iso -boot a -soundhw pcspk

When you see this screen, push the return key. The cdrom driver will load.
Win95bootfloppy.png
At the command prompt type this: fdisk

You will then be asked if you want to enable large disk support. Enter y and push the return key.

You should see this screen. Push the return key twice. You then will be asked to reboot.
Fdisk.png
Push the Esc key then reboot QEMU.

At the floppy disk boot menu select option 1 again and push the return key.

At the command prompt type this: format c:

At the "Proceed with Format" option type y then push the return key.

The format should happen quickly. Then you will be given the option to give this volume a label. You may choose to do this or skip it.

Once at the command prompt again type this: d:setup

You should now see this message: "Setup is now going to perform a routine check on your system".

Push the return key.

You should now see this screen:
Win95beginsetup.png

Push the Continue button.

Agree to the license agreement by pushing the Yes button.

Push the Next button at the next screen.

Select where the Windows folder should be installed and push the Next button.

At the Setup Options window push the Next button.

At the "Certificate of Authenticity" window enter the required serial number. You can find several valid numbers to enter at this page: https://forum.winworldpc.com/discussion/6677/redirect/p1

Enter your User Information at the next screen, then push the Next button.

At the "Analyzing Your Computer" screen, check all the checkboxes available. Then push the Next button.

At the "Windows Components" screen, push the Next button. Note: if you wish to customize which software is installed in your VM, then you would click the "Show me the list of components so I can choose" radio button.

Push the Next button at the "Identification" screen.

At the "Startup Disk" screen select the "No, I do not want a startup disk." radio button, then push the Next button.

Push the Next button at the "Start Copying Files" screen.

Windows will now begin to be installed. You will be seeing several windows display while Windows 95 is installed.

Once installation has finished, you will want to remove the floppy disk and cdrom from QEMU. Then push the Finish button.

QEMU will reboot and Windows 95 should begin to run.

Issues:

Networking does not work.
Using newer versions of the x86 processor may lead to compatibility issues. Consider making a backup of your hard drive image file before experimenting.

Software:

Winamp
[ Realplayer]
[Quicktime]
Doom 95 game demo

Contact:

If you have any issues, concerns, suggestions, or anything else you wish to talk about, please contact me.