How to install Windows 2000/XP/2003 guests with SATA support
5 posts • Page 1 of 1
How to install Windows 2000/XP/2003 guests with SATA support
I'll show how to install Windows 2000, XP, or 2003 on a SATA disk without much hassle. Additionally, when you use this with Windows 2000, you avoid the Win2k IDE driver bug which can cause installation failures as described in the VirtualBox manual section 11.2.2; you will not need to provide any delayed writing in order to install it on a fast computer.
You need:
1. Sun xVM VirtualBox version 1.6.0 or higher (this process has only been tested on 2.2.0, however)
2. Windows 2000, XP, or 2003 installation CD-ROM; any release/edition should do, although this process has only been tested on the latest service packs
3a. If you need Windows XP or 2003: Download the drivers from Intel
3b. If you need Windows 2000: There are no official drivers, however you may use unofficial drivers as described in an MSFN forum post. WARNING, of course, that using these drivers comes with a certain amount of risk; scan with virus checkers and back up important data inside the VM periodically, I cannot guarantee the safety of these drivers.
For Windows 2000, you need to create a floppy disk (real or image) from the unofficial files you downloaded; all the files should be placed in the root directory of the disk.
(Under Windows, I am unfortunately not well-versed enough to understand how to create floppy images using native tools, however the GNU/Linux instructions should work under Cygwin as well)
To create an appropriate image under GNU/Linux hosts, you will need the unzip and mtools software packages installed (check your local package manager):
(note the position of the quotes on the last command, the asterisk cannot be placed inside quotes!)
For Windows XP/2003, you need to extract the f6flpy32.zip Zip file. Inside it is an EXE; all it does is write an image to a real floppy; if you're already using Windows and want to make a real floppy disk, go ahead and use it, otherwise just use an UnZip utility to extract the image (named F32.IMA).
Just create a virtual machine now for Windows, and change the virtual hard disk so it uses SATA instead of the default IDE. Mount the floppy in VBox (either real or the disk image, the latter is faster), and make sure that the floppy drive is not set as one of the boot devices (or press F12 when you start the VM and boot the CD-ROM manually).
Press F6 when Windows Setup prompts you if you want to load additional drivers. It doesn't seem to take effect immediately, but just wait a few seconds. Once that is done, this screen will come up:
Press S, and select "Intel(R) 82801HEM/HBM SATA AHCI Controller (Mobile ICH8M-E/M)" as the driver to load:
After that's done, just press Enter to continue installing Windows as normal. Be sure to remove the floppy disk after the text mode portion of the installation is completed, or you may encounter boot issues (the floppy is not bootable itself of course).
Windows 2000 in the graphical portion of the setup might warn about unsigned drivers being loaded, this is normal as the drivers in use are not official ones from Intel.
You need:
1. Sun xVM VirtualBox version 1.6.0 or higher (this process has only been tested on 2.2.0, however)
2. Windows 2000, XP, or 2003 installation CD-ROM; any release/edition should do, although this process has only been tested on the latest service packs
3a. If you need Windows XP or 2003: Download the drivers from Intel
3b. If you need Windows 2000: There are no official drivers, however you may use unofficial drivers as described in an MSFN forum post. WARNING, of course, that using these drivers comes with a certain amount of risk; scan with virus checkers and back up important data inside the VM periodically, I cannot guarantee the safety of these drivers.
For Windows 2000, you need to create a floppy disk (real or image) from the unofficial files you downloaded; all the files should be placed in the root directory of the disk.
(Under Windows, I am unfortunately not well-versed enough to understand how to create floppy images using native tools, however the GNU/Linux instructions should work under Cygwin as well)
To create an appropriate image under GNU/Linux hosts, you will need the unzip and mtools software packages installed (check your local package manager):
- Code: Select all Expand viewCollapse view
$ unzip AHCI_v7.0.0.1020_for_ICH8.zip
$ dd if=/dev/zero of="Win2000 SATA.img" bs=1k count=1440
$ mformat -i "Win2000 SATA.img" -f 1440 ::
$ mcopy -i "Win2000 SATA.img" "AHCI v7.0.0.1020 for ICH8"/* ::
(note the position of the quotes on the last command, the asterisk cannot be placed inside quotes!)
For Windows XP/2003, you need to extract the f6flpy32.zip Zip file. Inside it is an EXE; all it does is write an image to a real floppy; if you're already using Windows and want to make a real floppy disk, go ahead and use it, otherwise just use an UnZip utility to extract the image (named F32.IMA).
Just create a virtual machine now for Windows, and change the virtual hard disk so it uses SATA instead of the default IDE. Mount the floppy in VBox (either real or the disk image, the latter is faster), and make sure that the floppy drive is not set as one of the boot devices (or press F12 when you start the VM and boot the CD-ROM manually).
Press F6 when Windows Setup prompts you if you want to load additional drivers. It doesn't seem to take effect immediately, but just wait a few seconds. Once that is done, this screen will come up:
Press S, and select "Intel(R) 82801HEM/HBM SATA AHCI Controller (Mobile ICH8M-E/M)" as the driver to load:
After that's done, just press Enter to continue installing Windows as normal. Be sure to remove the floppy disk after the text mode portion of the installation is completed, or you may encounter boot issues (the floppy is not bootable itself of course).
Windows 2000 in the graphical portion of the setup might warn about unsigned drivers being loaded, this is normal as the drivers in use are not official ones from Intel.
- chungy
- Volunteer
- Posts: 132
- Joined: 26. Jan 2008, 10:27
Thanks, I will sticky it. This is for 2000, XP and 2003 Guest systems, as Vista and above already has the ICH8 driver. Older Windows Guests will not be able to use SATA in this way. They might be able to see and read/write it, but that is currently unknown.
Usually, I advise people to use nLite to integrate it, but this is also an option and saves the trouble of extracting the iso/copy the cd to the hard drive. Great Howto.
As it's a howto, I will also lock it so it won't be cluttered with questions and all, that is for a separate topic.
Usually, I advise people to use nLite to integrate it, but this is also an option and saves the trouble of extracting the iso/copy the cd to the hard drive. Great Howto.
As it's a howto, I will also lock it so it won't be cluttered with questions and all, that is for a separate topic.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions + Xorg config
Howto: Use Shared Folders
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
PMs asking for help will be ignored. Create a topic instead.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions + Xorg config
Howto: Use Shared Folders
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
PMs asking for help will be ignored. Create a topic instead.
- Sasquatch
- Site Moderator
- Posts: 13701
- Joined: 17. Mar 2008, 13:41
- Location: Netherlands
- Primary OS: Ubuntu other
- VBox Version: PUEL
- Guest OSses: Windows XP, Linux
Re: How to install Windows 2000/XP/2003 guests with SATA support
The original link to Intel SATA driver no longer works.
Any updated link ?
Any updated link ?
- Technologov
- Site Moderator
- Posts: 1782
- Joined: 10. May 2007, 16:59
- Location: Israel
Re: How to install Windows 2000/XP/2003 guests with SATA support
Attached the .zip of the driver, version 7.8 which works with the VB SATA controller because the link no longer works.
- Attachments
-
- Intel Storage Manager 7.8 Floppy.zip
- Intel Matrox Storage driver floppy files
- (205.99 KiB) Downloaded 113 times
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions + Xorg config
Howto: Use Shared Folders
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
PMs asking for help will be ignored. Create a topic instead.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions + Xorg config
Howto: Use Shared Folders
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
PMs asking for help will be ignored. Create a topic instead.
- Sasquatch
- Site Moderator
- Posts: 13701
- Joined: 17. Mar 2008, 13:41
- Location: Netherlands
- Primary OS: Ubuntu other
- VBox Version: PUEL
- Guest OSses: Windows XP, Linux
Re: How to install Windows 2000/XP/2003 guests with SATA support
Technologov wrote:The original link to Intel SATA driver no longer works.
Any updated link ?
5 results: there are F6 drivers for 32 and 64bit as well as the full blown ones =>
http://downloadcenter.intel.com/SearchR ... amilyId=40
Nenhum comentário:
Postar um comentário