Skip to content

EN_Install_WinNT4_MIPS_EmuGUI

Nicolas Lucien edited this page Jan 2, 2023 · 1 revision

How to install Windows NT 4.0 MIPS on QEMU with EmuGUI

Windows NT 4.0 is an operating system released by Microsoft in 29th July, 1996 as the successor of Windows NT 3.51. It runs on i386, PowerPC, Alpha and - the architecture that we cover here - MIPS machines. Today we are going to run the MIPS version of Windows NT 4.0 in QEMU with the help of EmuGUI. Let's get into it!

The MIPS port of Windows NT 4.0 Workstation running on QEMU. (Nicolas Lucien)

Notes

  1. Only few commercial programs run on the MIPS version of Windows NT, so it is more of a curiosity than something you could work with. However, some programs have been ported to Windows NT 4.0 MIPS.
  2. Generally, every edition of Windows NT 4.0 MIPS should run, but using Windows NT 4.0 Workstation Service Pack 1 is recommended.

Installation

BIOS

After you have QEMU and EmuGUI ready, you must download an external BIOS for Windows to work. For copyright reasons, it is not included in these programs.

  1. Click here to download the required ZIP file.
  2. Extract the ZIP file and navigate to the extracted content.
  3. Rename the file "NTPROM.RAW" to "mipsel_bios.bin".
  4. Copy the file "mipsel_bios.bin" to where the EmuGUI executable is stored.
  5. Start EmuGUI as usual.

Creating the virtual machine

After preparing the required files, you are now ready to create the Windows NT MIPS virtual machine.

  1. Click on "New Virtual Machine"
  2. Type in a suitable name for the virtual machine, select the "mips64el" architecture and click "Next".
  3. Select "magnum" as the machine and set the CPU as "Let QEMU decide". Give the VM between 64 and 128 MB of RAM and click "Next".
  4. Select the desired path for the virtual disk and make sure it is going to be in the qcow2 format. The maximum amount of space this version of Windows is going to work with is 2 GB. Click "Next" when everything is done.
  5. For VGA, let QEMU decide. Select "dp83932" as the network adapter. Click "Next" with the USB device tablet unchecked.
  6. For the BIOS location, just type in a dot and click "Next".
  7. Before you click "Finish", add the following additional arguments: -global ds1225y.filename=nvram -global ds1225y.size=8200

Preparing the BIOS

After a wait of up to ten seconds, you should see the Windows NT 4.0 virtual machine you just created.

  1. Select that VM and click on "Start Selected Virtual Machine".
  2. Select your Windows NT 4.0 ISO file as the inserted cdrom.
  3. Leave the date as it is, select "Let QEMU decide" for boot and click on "Start VM".
  4. A QEMU window should now popup. Press Enter when you see the error message telling that the NVRAM has not been initialized yet.
  5. Navigate to "Run setup", then to "Initialize system" and from there to "Set default configuration".
  6. Just press Enter in the corresponding options. What the BIOS suggests has proven to run well.
  7. Back in the "Initialize system" menu, navigate to "Set default environments" and select the "Scsi Hard Disk". Leave everything else at what the BIOS recommends.
  8. If you accidentally clicked on "Set to system" when you started the VM, go to "Set time" and type in "01-01-99" as a date and "00:00:00" as a time. Leaving the date at 2022 will cause the NVRAM to reset itself all over again.
  9. Now, navigate to "Set ethernet address" and leave everything as the BIOS suggests.
  10. Navigate to "Return to main menu" and then to "Exit". If the VM hangs, restart it with the variables mentioned earlier.

Installing Windows

Now for the best part, we are going to install Windows.

  1. If the NVRAM shows the error from earlier again, go back to the last part.
  2. If that error didn't occur, go to "Run a program" and type: cd:\mips\arcinst
  3. Navigate to "Configure Partitions" and then to "Create system partition".
  4. Type in the maximum size possible, press Enter and do it again as soon as it wants you to do so. After that partition is formatted, press Enter again.
  5. Select "Run a program" again but this time, type: cd:\mips\setupldr
  6. Now, install it as usual until you come to the hardware selection.
  7. There, set your keyboard layout and after that, navigate to "The above list matches my computer".
  8. Select the partition we created earlier. Press enter to use that partition and leave the current file system intact!
  9. After the first part of installation is complete, you might need to restart the VM as a whole again. Start it with the variables mentioned above.
  10. With Windows booted, go through Setup as usual, let Windows detect the network adapter.
  11. After Setup is complete, have fun.