BetaArchive Logo
Total Current Archive Size: 4765.54GB in 15409 files
Navigation Home Screenshots Image Uploader Server Info FTP Servers Wiki Forum RSS Feed Rules Please Donate
UP: 12d, 6h, 8m | CPU: 40% | MEM: 5462MB of 12279MB used
{The community for beta collectors}

Post new topic Reply to topic  [ 14 posts ] 
Author Message
 PostPost subject: Windows NT 3.1 : Processor        Posted: Mon Jan 09, 2012 5:34 pm 
Pro Beta Collector
Pro Beta Collector
User avatar
Offline

Joined
Wed Jun 22, 2011 10:27 am

Posts
376

Location
In my defined location.

Favourite OS
2428,1411,612
Hello betaarchive.

I was installing the floppy version of Windows NT 3.1.
The installation failed after file copy.
It said:
Windows cannot install on this processor.
Setup cannot continue.

I am using AMD Athlon XP on 1.66 GHz.

Any help is very thankful.

_________________
Multimedia Fusion 2 App Developer


Top  Profile  WWW
 PostPost subject: Re: Windows NT 3.1 : Processor        Posted: Mon Jan 09, 2012 6:56 pm 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Wed Feb 23, 2011 12:11 am

Posts
2834

Location
Italy

Favourite OS
NT Oct91, Dec91, XP 2509
can you at least search it on Google?
Anyways, after the text-based installation, open up the VHD or use MS-DOS with edit.com in it and edit the following lines of the following files:

from:
[ProcessorVar] STF_PROCESSOR = "" ? $(!LIBHANDLE) GetProcessor

to:
[ProcessorVar] STF_PROCESSOR = $(ProcessorID_I586)

on both setup.inf and initial.inf in the system32 folder.

Note: this also applies for Windows NT 3.5 and 3.51 Build 944

_________________
Tutorials, Video Games, Windows, basically geeky stuff!


Top  Profile  WWW
 PostPost subject: Re: Windows NT 3.1 : Processor        Posted: Mon Jan 09, 2012 7:27 pm 
Newbie Beta Collector
Newbie Beta Collector
User avatar
Offline

Joined
Fri Dec 23, 2011 8:04 pm

Posts
41

Favourite OS
6.1.7601.17514
@TheCollector1988, you could at least be friendly to the new members.

Anyway.
What TheCollector1998 typed is correct, but that is only part of it.
I have found a nice tutorial on my favorite information site.

If you follow it, all of your installs are done smoothly and fast.

_________________
~ MSFacts101.


Top  Profile
 PostPost subject: Re: Windows NT 3.1 : Processor        Posted: Wed Jan 11, 2012 5:24 pm 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Wed Feb 23, 2011 12:11 am

Posts
2834

Location
Italy

Favourite OS
NT Oct91, Dec91, XP 2509
Most new people here should know how to partition and format a drive, that is why I didn't include that part of the tutorial.

_________________
Tutorials, Video Games, Windows, basically geeky stuff!


Top  Profile  WWW
 PostPost subject: Re: Windows NT 3.1 : Processor        Posted: Wed Jan 11, 2012 5:34 pm 
1337 Beta Collector
1337 Beta Collector
Offline

Joined
Tue Dec 14, 2010 4:02 pm

Posts
5359
MSFacts101 wrote:
@TheCollector1988, you could at least be friendly to the new members.


I would consider that mostly their own fault, as they fail to use common sense as well as search engines...

_________________
Image
BA Wiki page | Development blog


Top  Profile
 PostPost subject: Re: Windows NT 3.1 : Processor        Posted: Wed Jan 11, 2012 6:08 pm 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Thu Nov 29, 2007 11:33 pm

Posts
3067

Location
Where do you want to go today?

Favourite OS
All Microsoft operating systems!
Remember, though, that not everyone is from the First World West (the United States, Canada, Western Europe, Australia, and New Zealand), or even places of which are closely tied with that part of the world as you might be, and that as such, although English is still largely the sole universal language of the world, there are people from other parts of the world of whom may have trouble speaking it, and as such, may not even know thw words for certain things, including technology-related items.

As such, they may not feel comfortable (at least not at first) with even doing Google searches (or searches using other search engines, mostly if not almost certainly similar ones), or even what others would normally regard as "common sense". It's also possible that they are actually trying to do such, yet cannot even get their points accross to us.

Also, how would you like it, if you were new to something, and someone else acted as if understanding it should have been taken for granted. No offence to anyone at all, I'm just asking.

_________________
Main operating system: Windows 8 Enterprise (Evaluation)
Windows 8 real life sightings (not counting Windows Phone 8): 2 (Client)
Image


Top  Profile  WWW
 PostPost subject: Re: Windows NT 3.1 : Processor        Posted: Wed Jan 11, 2012 6:15 pm 
1337 Beta Collector
1337 Beta Collector
Offline

Joined
Tue Dec 14, 2010 4:02 pm

Posts
5359
To answer your question: I would first look into it before posting/speaking/etc...

_________________
Image
BA Wiki page | Development blog


Top  Profile
 PostPost subject: Re: Windows NT 3.1 : Processor        Posted: Thu Jan 12, 2012 2:56 pm 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Sun Oct 18, 2009 2:04 am

Posts
1662

Favourite OS
2428
What emulator are you using, VPC2007, VmWare, etc? That system sounds way too new to run it natively.

_________________
Image


Top  Profile
 PostPost subject: Re: Windows NT 3.1 : Processor        Posted: Thu Jan 19, 2012 3:22 pm 
Guru Beta Collector
Guru Beta Collector
Offline

Joined
Mon Feb 12, 2007 12:50 pm

Posts
920

Location
Lancashire

Favourite OS
First Edition UNIX
TheCollector1988 wrote:
can you at least search it on Google?
Anyways, after the text-based installation, open up the VHD or use MS-DOS with edit.com in it and edit the following lines of the following files:

from:
[ProcessorVar] STF_PROCESSOR = "" ? $(!LIBHANDLE) GetProcessor

to:
[ProcessorVar] STF_PROCESSOR = $(ProcessorID_I586)

on both setup.inf and initial.inf in the system32 folder.

Note: this also applies for Windows NT 3.5 and 3.51 Build 944

Don't forget ncpashel.inf.

_________________
Image - Toots (Resigtered Linux User #463237).
Image


Top  Profile  WWW
 PostPost subject: Re: Windows NT 3.1 : Processor        Posted: Thu Jan 19, 2012 5:56 pm 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Wed Feb 23, 2011 12:11 am

Posts
2834

Location
Italy

Favourite OS
NT Oct91, Dec91, XP 2509
marktuson wrote:
TheCollector1988 wrote:
can you at least search it on Google?
Anyways, after the text-based installation, open up the VHD or use MS-DOS with edit.com in it and edit the following lines of the following files:

from:
[ProcessorVar] STF_PROCESSOR = "" ? $(!LIBHANDLE) GetProcessor

to:
[ProcessorVar] STF_PROCESSOR = $(ProcessorID_I586)

on both setup.inf and initial.inf in the system32 folder.

Note: this also applies for Windows NT 3.5 and 3.51 Build 944

Don't forget ncpashel.inf.


that file isn't required to be fixed

_________________
Tutorials, Video Games, Windows, basically geeky stuff!


Top  Profile  WWW
 PostPost subject: Re: Windows NT 3.1 : Processor        Posted: Tue Feb 14, 2012 8:37 pm 
Pro Beta Collector
Pro Beta Collector
User avatar
Offline

Joined
Wed Jun 22, 2011 10:27 am

Posts
376

Location
In my defined location.

Favourite OS
2428,1411,612
Thanks for help. I use VPC2004.

_________________
Multimedia Fusion 2 App Developer


Top  Profile  WWW
 PostPost subject: Re: Windows NT 3.1 : Processor        Posted: Tue Feb 21, 2012 12:11 pm 
Guru Beta Collector
Guru Beta Collector
Offline

Joined
Mon Feb 12, 2007 12:50 pm

Posts
920

Location
Lancashire

Favourite OS
First Edition UNIX
TheCollector1988 wrote:
marktuson wrote:
TheCollector1988 wrote:
can you at least search it on Google?
Anyways, after the text-based installation, open up the VHD or use MS-DOS with edit.com in it and edit the following lines of the following files:

from:
[ProcessorVar] STF_PROCESSOR = "" ? $(!LIBHANDLE) GetProcessor

to:
[ProcessorVar] STF_PROCESSOR = $(ProcessorID_I586)

on both setup.inf and initial.inf in the system32 folder.

Note: this also applies for Windows NT 3.5 and 3.51 Build 944

Don't forget ncpashel.inf.


that file isn't required to be fixed

Always better to do a whole job than a half-arsed job.

_________________
Image - Toots (Resigtered Linux User #463237).
Image


Top  Profile  WWW
 PostPost subject: Re: Windows NT 3.1 : Processor        Posted: Thu Apr 19, 2012 10:33 am 
Newbie Beta Collector
Newbie Beta Collector
User avatar
Offline

Joined
Thu Apr 19, 2012 9:03 am

Posts
38

Favourite OS
NT 5.0.2195
qemu can handle the installation natively without any modification. It is compiled with quite a few types of CPU, from 486 to Pentium3 and Core 2 Duo, even with CPUs of other archetectures.
In addition, it is possible to modify those two files in installation CD or floppy image (compressed with cab), and then there will no longer errors during installation.


Top  Profile
 PostPost subject: Re: Windows NT 3.1 : Processor        Posted: Mon May 28, 2012 8:30 pm 
Pro Beta Collector
Pro Beta Collector
User avatar
Offline

Joined
Wed Jun 22, 2011 10:27 am

Posts
376

Location
In my defined location.

Favourite OS
2428,1411,612
Now i realize that i need the PII patch as NT 3.1 and 3.5 won't install without modifying and that was fixed in 3.51.

_________________
Multimedia Fusion 2 App Developer


Top  Profile  WWW
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 




Who is online

Users browsing this forum: 3155ffGd, Google [Bot], Kobi and 12 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

All views expressed in these forums are those of the author and do not necessarily represent the views of the BetaArchive site owner.

Powered by phpBB® Forum Software © phpBB Group

Copyright © 2006-2013

 

Sitemap | XML | RSS