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 | - Edit the storage settings:
|
---|
9 | 1. Remove ATAPI CDROM.
|
---|
10 | 2. Add a BusLogic SCSI controller.
|
---|
11 | 3. Add CDROM to the SCSI controller.
|
---|
12 | - Enable COM1.
|
---|
13 | - Make sure networking is NAT and PCNET.
|
---|
14 | - Enable DNS proxying:
|
---|
15 | VBoxManage modifyvm t-nt310 --natdnsproxy1 on.
|
---|
16 | - Optionally set 486 as the CPU profile (may avoid install problems):
|
---|
17 | VBoxManage modifyvm t-nt310 --cpu-profile "Intel 80486"
|
---|
18 | - Install the OS.
|
---|
19 | - PCNet are not included on install media, so get them of the
|
---|
20 | net and install via floppy when it fails to detect NICs.
|
---|
21 | - Use 'password' as Administrator password.
|
---|
22 | - Once done rebooting after installation open the network settings and
|
---|
23 | add the TCPIP protocol. Configure it with IP 10.0.2.15, gateway 10.0.2.2,
|
---|
24 | and DNS 10.0.2.3 (via "Connections..." button).
|
---|
25 | - Reboot and check that you can ping stuff.
|
---|
26 | - Add regular user 'test' without a password.
|
---|
27 | - Open the system settings and add an environment variable "SystemDrive" with the
|
---|
28 | value "C:" (NT 3.50 and later sets this automagically).
|
---|
29 | - while in the system settings, reduce the boot wait to 1 second.
|
---|
30 | - Insert the ValidationKit ISO and install the test execution service, see
|
---|
31 | vboxtxs-readme.txt for details. Heed the NT 3.x bits.
|
---|
32 | - Eject the CD, reboot and test that the TXS works.
|
---|
33 |
|
---|
34 | Do N O T install guest additions!
|
---|
35 |
|
---|