1 | While the VirtualBox guest additions does not officially support NT 3.x some
|
---|
2 | of the core drivers and tools happens to work. However, the installer binary
|
---|
3 | (VBoxWindowsAdditions-x86.exe) does not run on anything older than NT 4,
|
---|
4 | making it hard to extract (VBoxWindowsAdditions-x86.exe /extract /D=C:\dir)
|
---|
5 | the necessary files. So, the 32-bit drivers and components that might work
|
---|
6 | on NT 3.x are provided here for convenience.
|
---|
7 |
|
---|
8 | The VBoxAddInstallNt3x.exe program is a simple command line installation
|
---|
9 | utility for NT 3.x guest additions. It automats the steps detailed below.
|
---|
10 |
|
---|
11 |
|
---|
12 | NT 3.51:
|
---|
13 | -------
|
---|
14 |
|
---|
15 | Add VBoxGuest using registry editor (regedt32.exe):
|
---|
16 | - Copy the VBoxGuest.sys file to %SystemRoot%\system32\drivers.
|
---|
17 | - Go to HKEY_LOCAL_MACHINE/System/CurrentControlSet/Service/
|
---|
18 | - Create VBoxGuest key with the following values:
|
---|
19 | DisplayName (REG_SZ) = "VBoxGuest Support Driver"
|
---|
20 | ErrorControl (REG_DWORD) = 0x1
|
---|
21 | Group (REG_SZ) = "System"
|
---|
22 | ImagePath (REG_EXPAND_SZ) = System32\drivers\VBoxGuest.sys
|
---|
23 | Start (REG_DWORD) = 0
|
---|
24 | Type (REG_DWORD) = 0x1
|
---|
25 | - Reboot.
|
---|
26 | - Open the "Devices" in the "Control Panel", locate the VBoxGuest driver
|
---|
27 | and check that it started fine.
|
---|
28 |
|
---|
29 | If FAT file system s/VBoxGuest.sys/VBoxGst.sys/ above.
|
---|
30 |
|
---|
31 |
|
---|
32 | Install VBoxService by copying it to %SystemRoot%\system32 and run
|
---|
33 | "VBoxService --register". Go to "Services" in the "Control Panel" and modify
|
---|
34 | the "VirtualBox Guest Additions Service" to startup "Automatic". If VBoxGuest
|
---|
35 | is already started you can start the service (also possible using
|
---|
36 | "net start VBoxService").
|
---|
37 |
|
---|
38 | Install VBoxMouseNT.sys by copying it %SystemRoot%\system32\drivers and using
|
---|
39 | the registry editor (regedt32.exe) to set (create it if necessary) value
|
---|
40 | HKEY_LOCAL_MACHINE/System/CurrentControlSet/Service/i8042prt/ImagePath
|
---|
41 | (REG_EXPAND_SZ) to "System32\drivers\VBoxGuestNT.sys". (The i8042prt driver
|
---|
42 | is the NT PS/2 mouse + keyboard driver and VBoxGuestNT.sys replaces it.)
|
---|
43 |
|
---|
44 |
|
---|
45 | NT 3.50
|
---|
46 | -------
|
---|
47 |
|
---|
48 | Same as for 3.51.
|
---|
49 |
|
---|
50 |
|
---|
51 | NT 3.1
|
---|
52 | ------
|
---|
53 |
|
---|
54 | Does not currently work.
|
---|