Windows 95 Virtualbox Image Centos

If you want to follow along, all you need is VirtualBox (completely free and developed by Oracle), a Windows 95 ISO file and a bootable disk image.

It’s been much longer between my posts than I’d like. We had a re-org at work a little while back and now I’m up for another position that I’m waiting to hear on. It’s like a desktop administrator position but more.

Virtualbox

I have a bit of a nostalgia bug and I found my old copy of Windows 95 a while back. I’ve been wanting to install it in a VM so I could play around with it again and remember old times. I made an ISO from it, mounted it, and attempted an installation. I forgot back then that CD’s weren’t bootable and I didn’t still have the boot disk. I do, however, still have my old Win98 boot disk. I think it has corrupted, however. It wouldn’t matter tho, I don’t think, as I only have an external floppy drive and the software back then didn’t support USB!

So I looked on the net and found some boot disk images. I also did a quick google search to see how complicated it was for other folks. There sure are a lot of folks that had a lot of problems! I found it to be farely simple, to be honest. I did get a few tidbits of info that helped me along in my adventure to figure it out. I’ll have several links at the end of the post. But here’s how I did it:

Start Windows 95 in Linux Hit ESC key to lock or unlock the mouse. You can also insert floppy disk image with.img format. There are also three more buttons on the bottom which can be used to Reset Machine & Delete State, Insert Floppy Disk and Discard State & Boot From Scratch. Before you install Windows 95 in VirtualBox, you can download Windows 95 to your computer at the bottom of the. Since the Windows 95 ISO image is on the R. Step One: Create Your Virtual Machine. We’ll be doing this in, which is completely free to use and available on Windows, macOS, and Linux.

I’m running VirtualBox 4.1.2 r73507 on Windows 7 Ultimate, 64-bit
I have Windows 95 “A” (although the boot disk I found will work for either, I believe)

Boot Disk and Installation CD

Virtualbox
  1. If you don’t have the original boot floppy you’ll need to get a copy of the boot disk image from: http://www.allbootdisks.com/
  2. Make an ISO of your Win95 CD and save it somewhere. You can mount this directly in VirtualBox which is nice. If you don’t want to do it that way, you can make another virtual drive and mount it in MagicDisc (another free app)
  3. An alternative is to create a single ISO that includes the boot disk and Win 95. I’ve outlined that below, or you can skip to step 4.
    1. You can also burn both the boot disk and the Win 95 files to the same disc (but this as issues) to make one, bootable CD!
      1. To do this in ImgBurn launch the program and select “Write files/folders to Disk”
      2. On the window that comes up, the left space is where you add the folders and files (don’t forget both, they are separate icons) from the Win 95 CD. The icons are have magnifying glasses over a sheet of paper and one over a folder. I added the files and then each of the folders individually so that they will be at the root of the file structure. Also add the program xcopy!
      1. Click on the “Advanced” tab on the left and then on “Bootable Disc” below that.
      1. Check the box “Make Image Bootable”
      1. Emulation Type: Floppy Disk 1.44MB
      1. Boot Image: add the .img file you downloaded from above.
  4. That should be it for your discs. I highly recommend having two ISO’s and just mounting them in VB, but hopefully the steps above will help you if for some reason you can’t do that

VirtualBox Setup

Windows 95 Virtualbox Image Download

  1. Started off by creating a new 5GB VDI Hard disk and making it Windows 95
    1. I configured mine to use 512MB of RAM
  2. BEFORE LAUNCHING THE NEW DISK you need to change some configuration.
    1. Right click on the new VDI in your list and go to Settings
    2. Select System on the left and you can configure your RAM size if you didn’t already. Also change the Boot order so that the CD/DVD-ROM is first
    3. Click on the Acceleration tab and UNCHECK “Enable VT-x/AMD-V”
      1. If you don’t do this step, when you go to boot after installation of Win 95 you’ll hang at a black screen.
    4. Click on Storage on the left so we can add the ISO’s we’ll be using.
    5. Click the icon that has a plus sign over a single disk (not a disk stack) to add a CD/DVD Device
      1. Add the Bootable image FIRST so that it is the primary slave (which is what it will try to boot from)
      1. Then add the Win 95 installation iso
    6. Click OK to save the settings
  3. Launch the new VDI!
  4. PAY ATTENTION to the initial boot screen. It’s going to list two drives right above the A:> prompt.
    1. The first drive letter is your Win 95 installation CD (Mine is set to R:).
    2. The boot disc is automatically mounted to the A: drive.
  5. Since this is a brand new VDI there is no partitioned drive. Win95 setup isn’t capable of creating one so you have to do that.
    1. Type format c: at the prompt and hit [enter]. Type Y for yes when it asks if you’re sure and hit [enter]. You can enter anything for the Volume label.
  6. The Win95 setup doesn’t mount your CD drive after you reboot , thus the continued setup for Windows can’t complete because it cant find the Win95 CD. You’ll get a bunch of dll errors. The OS will still boot but it’s a lot of errors. To fix this we need to copy the Win95 CD to the C drive so we can access it later.
    1. From the A:> prompt type xcopy R: C:WIN95 /S
      1. Remember to substitute R: for the drive letter that yours is.
  7. Now switch to your C: drive to run the setup
    1. Type C: and hit [enter]
    2. Type cd win95 and hit [enter]
    3. Type setup and hit [enter]. It will tell you it has to do a scan before it can install, hit [enter] to proceed.
  8. You should now be in the setup wizard for Win 95. I’ll trust you can follow the prompts from here.
  9. When it prompts you to restart after install is a good time to click on “Devices” and unmount your bootable iso. When I restarted after that I got a boot failure, but I just used “Reset” in the Machine menu to reset the box and then it was fine.
  10. It should then proceed with the usual setup and ask you a bit of input.
  11. After another reboot you should be all set to use Windows 95!

Getting on the Internet

I wasn’t sure if this would work but I was easily able to get on the internet. The bad part is most pages are using code that Internet Explorer 4 can’t render. However, if the site still uses just basic HTML you should be able to render it fine.

  1. Please note you’ll have wanted to install the virtual networking driver when you initially installed VirtualBox on your machine.
  2. Launch the “The Internet” icon
  3. Select to connect via your LAN
  4. Use DHCP
  5. Your DNS server will be your router IP
  6. Your Gateway will be your router IP
  7. Save it and reboot like it says

One “old school html” page you can load to try it out is www.bootdisk.com

And that’s it!

Windows 95 Virtualbox Image Centos

I did a lot of trial and error trying to figure out the best way to make the ISO’s and mount. It wasn’t until I got the xcopy idea that it all became beautifully simple. But if I had looked in the first place, I would have seen xcopy was part of the downloaded boot image all along : It was fun though!

Here are the links where I got a few tidbits of info to help me along:

http://www.sevenforums.com/virtualization/10121-installing-windows-95-virtualbox-5.html (this is really the only one that helped me)
http://ubuntuforums.org/showthread.php?t=533611 (sort of, it pointed me in a different direction which made me realize I needed to pursue a different path)
http://www.youtube.com/watch?v=Awo948eU_eE (I tried installing DOS 7.1 first but didn’t want to mess around with mounting my drive)


Windows


Customarily, we’d like to install another operating system on VirtualBox. You may have found that you are unable to copy and paste files between Physical Machine and VirtualBox directly. However, you can transfer files between Windows and VirtualBox by using the following ways.

Way 1: Create a shared folder to transfer files between Windows and VirtualBox

Step 1: Locate to the folder you want to share.

Step 2: Right-click on it and select Properties.

Step 3: Under Sharing tab, click on Advanced Sharing.

Step 4: Check the box of Share this folder and tap on OK. You can also click on Permissions to change permissions for users.

Step 5: Run VirtualBox and press Windows + R to invoke Run dialog box. Type the IP address of your host machine and hit Enter. Now you can share files between Windows and VirtualBox.

Way 2: Transfer files between Windows and VirtualBox by dragging and dropping

Step 1: Navigate to Device > Drag and Drop > Bidirectional.

Step 2: Then you will be able to drag files from guest machine to the VirtualBox.

Note: The files name are required full English.

Way 3: Transfer files from Windows to VirtualBox via Clipboard or USB flash drive

1. Transfer files by Clipboard

Step 1: Click on Devices > Shared Clipboard > Bidirectional.

Step 2: Then you can copy and paste between Windows and VirtualBox.

2. Transfer files through USB flash drive

Step 1: Run VirtualBox and click Settings.

Virtualbox Windows 95 Image

Step 2: Click USB in the left sidebar and then click on Add icon to add your USB flash drive to VirtualBox.