How To Install Windows 2000 On Virtualbox Linux

 admin  

How come when installing Windows 2000 guest on VirtualBox I get a boot loop returning me to the setup? I can't break out of it. I've tried to install multiple times.

This problem is a documented in the, When installing Windows 2000 guests, you might run into one of the following issues: Installation reboots, usually during component registration. Installation fills the whole hard disk with empty log files. Installation complains about a failure installing msgina.dll. These problems are all caused by a bug in the hard disk driver of Windows 2000.

After issuing a hard disk request, there is a race condition in the Windows driver code which leads to corruption if the operation completes too fast, i.e. The hardware interrupt from the IDE controller arrives too soon. With physical hardware, there is a guaranteed delay in most systems so the problem is usually hidden there (however it should be possible to reproduce it on physical hardware as well). In a virtual environment, it is possible for the operation to be done immediately (especially on very fast systems with multiple CPUs) and the interrupt is signaled sooner than on a physical system. The solution is to introduce an artificial delay before delivering such interrupts.

This delay can be configured for a VM using the following command: VBoxManage setextradata 'VM name' 'VBoxInternal/Devices/piix3ide/0/Config/IRQDelay' 1 This sets the delay to one millisecond. In case this doesn't help, increase it to a value between 1 and 5 milliseconds.

Please note that this slows down disk performance. After installation, you should be able to remove the key (or set it to 0).

Overview VirtualBox is an Open Source virtualization package developed by Sun Microsystems that allows you to run multiple virtual “machines' on a single physical host. In this article, I’ll discuss installing VirtualBox and setting up a Windows 2000 Server virtual machine. The first step is to download the VirtualBox installer from the VirtualBox. Note – although VirtualBox supports multiple host Operating Systems, we’ll be using a Windows XP host in this article. Once downloaded, run the installer and click Next.

Agree to the license terms and click Next. On the next page (Figure 1) make sure all options are selected to be installed. Check or uncheck the options to create a desktop shortcut and shortcut on the quick launch bar as desired. On the Network Interfaces page (Figure 2), take note that you will lose your network connection momentarily.

When you’re ready, click Yes. On the final page, click the “Install' button to begin installing.

How To Install Windows 2000 Operating System

When the install is finished, click the Finish button. VirtualBox should now start.

Linux

Select the amount of memory you want to allocate to the virtual machine. I’d recommend a minimum of 512MB memory. You are now given the option to create a new virtual hard drive (Figure 4).

Go ahead and keep the default options and click Next. The New Virtual Disk Wizard will start. Keep the default of allowing dynamically expanding storage and click Next. Give a location and size for the new virtual machine. For a basic Windows 2000 server, I’d recommend 8-12GB.

Click Finish on the next two windows. The Virtual Machine will now be displayed in the main VirtualBox interface (Figure 5). You now have a basic “machine' – it still doesn’t have an operating system installed, but the machine is ready for you to install.

The first time you run the new machine, you will be asked where you’d like to install the operating system from – either your physical DVD CD drive or from an ISO image. Pop in a disk or point to an ISO image of your operating system. The standard Windows installer will begin scanning for hardware and the appropriate drivers. After a few moments, you will be shown the main splash screen. Hit ENTER to continue.

The next screen shows the license agreement. Scroll through and press F8 when you're ready to continue. You'll need to create a new partition on the virtual drive, so hit the 'c' button to 'create' one. You should then be given the option to determine how big you want the partition to be. Enter in the full size of the disk as set in step 7 above. Next, you'll be asked to format the partition.

Choose Liunx ISO File

For most purposes, you can select the Quick NTFS format. After a few moments, Windows will start installing. The installer will run for a while - up to 30 minutes before the graphical configuration options appear. This wizard will walk you through setting up the computer name, entering your product key, selecting date and time along with network settings. After basic configuration is done, the computer will reboot into Windows. Using virtual box is a cheap and powerful option for running virtual machines.

How To Install Windows 2000 On Virtualbox Linux

How To Install Windows 2000

Additional information can be found on the VirtualBox website: http://www.virtualbox.org/.

   Coments are closed