1 |
|
---|
2 | Test VM - t-nt310 - Windows NT 3.1 no service pack
|
---|
3 | ==================================================
|
---|
4 |
|
---|
5 | Setup:
|
---|
6 | - Configure a VM t-nt310 with using the Windows NT 3.x settings, but with only
|
---|
7 | 64 MiB RAM (can't detect more) and 512 MiB disk (2GiB fails NTFS conversion).
|
---|
8 | - Enable COM1.
|
---|
9 | - Make sure networking is NAT and PCNET.
|
---|
10 | - Make sure you're using BusLogic for both HD and DVD-ROM.
|
---|
11 | - Enable DNS proxying:
|
---|
12 | VBoxManage modifyvm t-nt310 --natdnsproxy1 on.
|
---|
13 | - Optionally set 486 as the CPU profile (may avoid install problems):
|
---|
14 | VBoxManage modifyvm t-nt310 --cpu-profile "Intel 80486"
|
---|
15 | - Install the OS.
|
---|
16 | - PCNet are not included on install media, so get them of the
|
---|
17 | net and install via floppy when it fails to detect NICs.
|
---|
18 | - Use 'password' as Administrator password.
|
---|
19 | - Open the system settings and add an environment variable "SystemDrive" with the
|
---|
20 | value "C:" (NT 3.50 and later sets this automagically).
|
---|
21 | - While in the system settings, reduce the boot wait to 1 second.
|
---|
22 | - Open the network settings and add the TCPIP protocol. Configure it with IP
|
---|
23 | 10.0.2.15/24, gateway 10.0.2.2, and DNS 10.0.2.3 (via "Connections..." button).
|
---|
24 | - Reboot and check that you can ping stuff.
|
---|
25 | - Insert the ValidationKit ISO and install the test execution service, see
|
---|
26 | vboxtxs-readme.txt for details. Needs the NT 3.x bits.
|
---|
27 | - Proceed as shown in readme_first.txt
|
---|