Archives
- October 2025
- September 2025
- August 2025
- July 2025
- June 2025
- May 2025
- April 2025
- March 2025
- February 2025
- January 2025
- December 2024
- November 2024
- October 2024
- September 2024
- August 2024
- July 2024
- June 2024
- May 2024
- April 2024
- March 2024
- February 2024
- January 2024
- October 2023
- September 2023
- August 2023
- July 2023
- June 2023
- May 2023
- April 2023
- March 2023
- January 2023
- December 2022
- November 2022
- October 2022
- September 2022
- July 2022
- June 2022
- May 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- January 2011
- November 2010
- October 2010
- August 2010
- July 2010
Bad NTAS ISO
This might save someone a bit of head scratching…
Several times, I tried to install Windows NT Advanced Server (NT 3.1 server) straight from CD-ROM (well, ISO) into a clean VM. The installation failed every time, asking for a nonexistent disk.
NT Advanced Server installer asking for nonexistent media
Yet going the longer route—boot DOS, copy files from CD-ROM, create boot floppy, boot from that floppy—worked just fine. The ISO looked legitimate, with no striking signs of being thrown together from random files (notably the metadata in the volume descriptor contained Microsoft information like the real CD-ROM should). What’s more, the same procedure worked for NT 3.1 workstation, so I was reasonably certain I was not doing anything outrageously wrong. So why wouldn’t it work?
Fortunately, a friend provided a slightly different NT Advanced Server ISO which looked almost, but not quite, identical. Comparing the two I quickly zoomed in onto \I386\SETUP.IN_. And then I noticed that on the problem ISO, the file was timestamped in 2003, not 1993. Oops…
Comparing the two INF files the problem was obvious. Someone was trying to be clever and modified the file to remove the silly checks which cause the setup to fail on Pentium Pro and later CPUs (with CPUID family 6 or higher). Unfortunately that person probably took the INF file from the floppy-based file set as a basis and the media list was wrong. Instead of listing one floppy and one CD, the INF file listed a bunch of floppies.
What the INF file contained was this:
[Source Media Descriptions] 1 = "Windows NT Advanced Server Setup Disk #1" , TAGFILE = disk1 2 = "Windows NT Advanced Server Setup Disk #2" , TAGFILE = disk2 3 = "Windows NT Advanced Server Setup Disk #3" , TAGFILE = disk3 4 = "Windows NT Advanced Server Setup Disk #4" , TAGFILE = disk4 5 = "Windows NT Advanced Server Setup Disk #5" , TAGFILE = disk5 6 = "Windows NT Advanced Server Setup Disk #6" , TAGFILE = disk6 7 = "Windows NT Advanced Server Setup Disk #7" , TAGFILE = disk7 ...
… and so on for 29 disks (the actual disk set contains only 23 floppies).
But what should have been there is this:
[Source Media Descriptions] 1 = "Windows NT Advanced Server Setup Disk #1" , TAGFILE = disk1 2 = "Windows NT Advanced Server Setup CD-ROM Disk" , TAGFILE = disk2
Needless to say, the true original ISO has no problem and installs fine onto a clean disk when booting straight from the CD install boot floppy.
To recap, if you have an NT Advanced Server ISO where the file \I386\SETUP.IN_ is not from 1993, it’s a poorly modified copy and not the original, and it may be impossible to install depending on the installation method used.
33 Responses to Bad NTAS ISO
The only two fun questions are… Is it running in SMP configuration?
And with Windows NT 3.1 installed, what fun applications are there for it?
No SMP this time (but it can be done). As for applications... SQL Server? Visual C++? There’s not a lot 🙂
There sure isn’t! I did get Apache 1.3.4 running… although I have nothing interesting to put on it….
I guess it’s like my teamos2.com … but at least it’s actually hosted on OS/2… even if it’s in a VM on Linux.
I felt inspired enough to install on real hardware… it locked up on installing the MSLOOP adapter of all things. I guess the USB keybord/mouse detection and emulation just isn’t good enough.
I may give up, and just go with NT 3.5
NT 4.0 and below don’t do too well with USB HID emulation. The mouse tracking will drive you crazy depending on the board. It was clearly designed as a stop gap until proper drivers are loaded.
NT 3.1 doesn’t even know what PCI is, so it can be hit or miss on anything remotely modern.
I’ve never seen a non-PCI dual x86 board. But I have some Pentium era SMP hardware which I think should be capable of running NT 3.1. Certainly no USB there. The boards have PCI, but should have enough ISA (or EISA) slots to get stuff running. Maybe a project for next winter.
I know compaq had a dual 386 or was it a 486…
Time to read the HCL.
I’m going to some electronic fare today. Afterwards I’ll try to pick up a ps/2 keyboard and mouse…
Or I should just load Windows NT 3.5 … it’s got a far better fleshed out Win32 api, and I’m pretty sure I can find rtl8139 drivers for 3.5 .. Not so sure about 3.1, and I haven’t the slightest idea how to do one on with the ddk…..
On beta archive, there is an ASPI driver they put together. It works too!
https://support.microsoft.com/en-za/kb/121043
The only machine that was supported by Windows NT 3.1 and is now not supported by Windows NT 3.5 is the Compaq Systempro Dual 386/25.
If I remember it had some crazy unique design, and Cutler had to write the hal.. I had a 386 system pro forever ago, and I thought it was dual but the 80385 looked like a 80386.
The second processor was an add on card, that I didn’t have.
I don’t think the old 386 Systempro was actually SMP (but it did support two processors). The 486 Systempros may have been real SMP.
FYI, there are functioning NT 3.1 drivers for PCI variants of AMD PCnet. The driver may be labelled as suitable for NT 3.5, but it works in 3.1 as well. At least in a VM it does 🙂
I did get some USB to ps/2 adapter and completed a 3.1 install using that ASPI driver for 3.1 so that was nice. Even on a p4 3.1 is sluggish though.
I have an Intel pro 100 pci.. It wouldn’t load the driver on 3.1, so I loaded up NT 3.5, it’s much faster. But the the driver I found for the Intel didn’t work. I also have a buffalo rtl8139 but it didn’t work on 3.5 either.
I tried nt 4.0 and it’s shipping epro100 driver worked.
After fighting like crazy… I’m preferring the standard devices emulation provides. I’ll have to see if I can find an amd pcnet card, or a Dec 2114 type card …. Or I should check the ddk. I think the rtl8039 is basically a ne2000 using pci port space, I wonder if I could just make a polling driver… it’s probably way out of my league thought
I saw a DEC 486-based SMP system that predated PCI. I assume it was EISA inside. (This was long before Compaq bought DEC.)
If I recall correctly, the machine had 3 486DX 33MHz CPUs and several SCSI disks. The operating system was SCO System V/386 Release 3.2 Version 4.2.
At some point, I had a bizarre desktop Dell SMP Pentium system that had EISA slots. It had narrow SCSI built into the motherboard. It had Pentium 90Mhz CPUs. NT 4.0 worked on it in SMP out of the box.
I can’t remember if it had PCI or what chipsets it had.
I ordered an amd pcnet-II that is an IBM item.. Hope it works….
Maybe SMP could work with an HP Vectral XU 5/90? That is a dual cpu pentium desktop system with ISA and PCI slots, but AFAIK the BIOS somehow make the PCI slots look like EISA and that makes most (all?) stock Linux kernel to not work. Maybe HP made the BIOS that way to be backwards compatible with some older SMP OS? It sure works fine with NT 4.0 desktop.
I cannot see a difference in NDIS3 drivers for NT3.1 and later 3.5x. For ISA PnP network adapters it could be a problem because of missing support before version 3.5. The better adapters from mid 90ies should work under NT3.1 without problems. There are some options for Fast Ethernet integration: Cogent EM110 (later renamed to Adaptec 6911), Digital EtherWorks DE500 or similar cards from SMC and ZNYX. Of course VG AnyLAN or switched TR will have a better LAN performance in real world.
Please keep us updated 🙂 I think the PCnet-FAST III or III+ should work too. HP sold them as well.
The initial NT release only had a few SMP HALs for proprietary designs. But there was a MPS 1.1 HAL from Intel (I think) that works with regular SMP hardware if the hardware is old enough. It ought to work with a 1994-1995 standard SMP Pentium. I don’t know if the Vectra XU 5/90 supported the MPS spec or not. Some boards did (Intel and ASUS for sure).
The Vectra XU 5/90 is based on Intel’s Neptune chipset (430NX), so it’s definitely MPS and supported with NT 3.5. The drivers (NT3.1) for video and IDE can still be downloaded from HP’s website.
Hey Michal
WinWorld found Citrix Multiuser 1.0 MS-OS/2. Released in 1991 by Citrix Systems, Citrix Multiuser is a customized version of Microsoft OS/2 1.21 that turns it in to a real multi-user operating system. With Citrix Multiuser, users can connect and simultaneously run character cell based applications from remote serial terminals. To prevent users from interfering with each other, it adds security permissions to devices and files. It can use multi-port serial port boards like the Digiboard, or any serial device that has OS/2 1.21 drivers.
Citrix Multiuser OS/2 does *not* support running Presentation Manager based application or DOS executables, and programs can not use graphics modes. It also does not have support for networking. (it looks like you can install LAN Manager, but it won’t use that for communications.) Another limitation is that text-mode applications can not use a mouse.
This product was released just days before the IBM-Microsoft separation, which was an almost instant fatal blow as Citrix was licensing OS/2 code through Microsoft.
Download Link
https://winworldpc.com/product/citrix-multiuser-link
Yea, I know that Citrix was affected by the OS/2 2.0 fiasco for a while now.
Wow so yes, the IBM PCI card works! yay! I just need a good video card, I was thinking an Ati MACH 64 or 32… I think they are both 8514/A backwards compatible? Plus they had all kinds of drivers for things like OS/2, Windows 3.0/3.1 and Autocad… I just need something PCI.
And as I was going to post this, I saw the other comment about Citrix 1.0 being found! I’d asked all kinds of former Citrix people about this, one guy was convinced he had it in his garage, but I never could get him to get it.. even offering to buy it wasn’t motivation enough. sigh. Now to install it….
Congrats!
The Mach32 is 8514/A compatible, the Mach64 is not really. I’m fairly sure there are some old NT drivers for the Mach32, not so sure about the Mach64.
Perhaps it will be easier to find a PCI adapter with S3 928 or better 864/964 chipset. Using here an old Spea V7 Mercury Lite (86C928-P). An ATI Graphics Wonder PCI (mach32) or older Matrox Impression/Ultima cards seem to be collector’s items nowadays.
Wow mach32 PCI cards are crazy expensive!! I guess I got lucky with 9GBP on the nic. I’ll probably go s3 or cirrus logic.
I don’t know about CL PCI adapter drivers for NT 3.1 and their capabilities. Trident had some for their first generation PCI adapters (94xx, 96xx), also Weitek P9100 came at least with beta drivers.
What tool / command-line do you use to re-compress \I386\SETUP.IN_?
I extracted the broken one using EXTRACT, fixed the file and then re-compressed using COMPRESS (from the Windows Resource Kit). However, the resulting file cannot be extract again and fails in setup.
Jim
I didn’t! I got hold of an unmodified ISO so I never tried modifying the bad one. I do seem to recall that there are multiple COMPRESS/EXPAND versions, not all compatible, but that’s all I know I’m afraid.
@Necasek: in me young and stupid days megot as a gift an Olivetti
monster that had two P66’s and only EISA slots. Menever could get it to
run *anything* stably, so, being young and stoopid, mestripped it to
the bone and used the case as a trolley. It’s now rusting away in a
shed >1500km away from me current location…
Meonce reported this to the folks at 2cpu.com, who had claimed quite
explicitly that a Pentium SMP system was impossible. No response,
predictably 😡
Hold on, mesuddenly recalls that their claim was more specific: that it
wouldn’t work w/o special glue logic. The only ‘special’ stuff mecould
detect on the processor board was a second north bridge, identical to
the other. Mereally could find *no* custom logic in there, *at all*. In
that sense, and that sense only, it was a bog-standard machine…
The P66 did not have a built-in local APIC, unlike the P90 and later Pentiums. So yes, it would have needed special glue logic. But there were even SMP 486s, so it’s certainly possible (and highly exotic).
zeurkous:
Note that “special glue logic” refers to how you wire up the logic, not what kind of chips you use.
Btw were the chips really called north bridge and south bridge before PCI?
PCI came around the same time when the chipsets become integrated enough that just two (major) chips were needed. I’m pretty sure some of the EISA chip sets were similarly structured, with one memory controller chip and one I/O chip, and perhaps a few buffer chips around that. I’m not sure when the northbridge/southbridge terminology was first used, I suspect it was after PCI.
PCI seems reasonable as before PCI you’d most likely had ISA bus (or the ISA compatible EISA bus) directly on the “northbridge”-ish. In that situation the “southbridge” would just be a generic ISA multi-I/O chip perhaps with some more peripherals integrated.
With PCI the southbridge is afaik electrically a PCI device that converts the PCI bus to ISA, although it doesen’t use any of the autoconfig rules for PCI but rather maps the ISA bus directly.
In theory you could make a “south bridge” which uses MCA on one side and ISA on the other 🙂
This site uses Akismet to reduce spam. Learn how your comment data is processed.