Hi,
I have never eve tried what is offered on this site but using the information here and with your upgrade Cd you may be able to create a working OS CD. If you can, you could then look at slipstreaming It to have the latest upgrades as well.
http://www.howtohaven.com/system/createwindowssetupdisk.shtml
Follow the instructions there and if you are lucky, you will be able to make a new disk
EDIT:-
Maybe the files he had you copy to the other drive were the ones needed by your windows update disc to see you had an old copy of windows and would therefore allow you to update.
Malwarebytes would have cleaned your machine of all traces of mywebsearch problems without the need to format and reinstall.
Bob_180_Bob
Posting Virtuoso
1,725 posts since Apr 2008
Reputation Points: 67
Solved Threads: 132
Skill Endorsements: 0
Hi, billy.
Next time you install Windows don't let it [Setup] see your old installation... ie. disconnect your E: hard drive first. And then it should be happy to install onto C: its boot and system files.
gerbil
Industrious Poster
4,454 posts since May 2005
Reputation Points: 253
Solved Threads: 322
Skill Endorsements: 5
Hi, billy.
Next time you install Windows don't let it [Setup] see your old installation... ie. disconnect your E: hard drive first. And then it should be happy to install onto C: its boot and system files.
Hi gerbil,
his OS Cd is an upgrade version, will he be able to install without an old windows there?
Bob_180_Bob
Posting Virtuoso
1,725 posts since Apr 2008
Reputation Points: 67
Solved Threads: 132
Skill Endorsements: 0
Ah, Bob.. upgrading. That works from within Windows, doesn't it...?
But if he does what I said [disconnects his E: drive with XP on it] then I think his upgrade disc will want to see his original OS [98 ?] cd at a point early in Setup. That being satisfied it should be happy to clean install XP.
gerbil
Industrious Poster
4,454 posts since May 2005
Reputation Points: 253
Solved Threads: 322
Skill Endorsements: 5
Ah, Bob.. upgrading. That works from within Windows, doesn't it...?
But if he does what I said [disconnects his E: drive with XP on it] then I think his upgrade disc will want to see his original OS [98 ?] cd at a point early in Setup. That being satisfied it should be happy to clean install XP.
I have never done an upgrade from within Windows but i assume that with Windows running you could use the OS CD and click setup. (or if the installation program auto started just click "install")and it would update your old OS to XP.
I have always just inserted the OS disc and allowed the computer to upgrade my old Windows copy. In that situation, it would detect my old system and complete the upgrade. If I was trying to do a clean install, it would ask for the location of the old OS before it would start the upgrade.
The OP may have a OS Cd or floppy disks for Windows 98 or ME or whatever, but if he has none, can he do a fresh install with an upgrade disc?
Bob_180_Bob
Posting Virtuoso
1,725 posts since Apr 2008
Reputation Points: 67
Solved Threads: 132
Skill Endorsements: 0
I know of no way to bypass that compliance check, Bob. He either runs Setup.exe from within the original OS [eg, 98, ME], else with no OS on the hard drive he boots from the upgrade cd and inserts a complying cd for the check when it is requested.
Anything else would be cheating.
gerbil
Industrious Poster
4,454 posts since May 2005
Reputation Points: 253
Solved Threads: 322
Skill Endorsements: 5
Heya Billy, for a start, I take NO responsibility if this method fails. You can't find me, anyway....
If it does fail, you will need a Recovery Console [diskpart is in it].
Sure you can copy them [the 3 used by XP are ntldr, ntdetect.com and boot.ini, so COPY them over, and mod that boot.ini in E:].
One other thing....it IS important.
BIOS needs to be able to find those things, and it will look in the partition marked as Active. Check in Comp Mgmnt - Disk Mgmnt; you will see that your C: is marked as (System). It is also the Active partition, but because it contains those boot files it is called System.
You can use Disk Mgmnt to mark any primary partition Active [it complains in some circumstances], but it may not let you remove that setting.
Better to use diskpart in a command window. So.. enter:
diskpart
/? will give you a list of commands. Anyway...
list disk
select disk x - where x is the disk with E: from that list
list partition
select partition y - where y is the partition with the Windows system files, E:.
active
** Your E: is now marked Active. Next we make C: not Active....
select disk p - where p is the disk with C: on it.
list partition
select partition q - where q is the C: partition.
inactive
exit
** You are done. Maybe totally.. :). Disk Mgmnt may not reflect these changes without a reboot. So, your files are copied across, and you have modified boot.ini. Mind that in it, rdisk() counts from zero, partition() from one [rdisk comes from your BIOS disk boot order].
Reboot.
gerbil
Industrious Poster
4,454 posts since May 2005
Reputation Points: 253
Solved Threads: 322
Skill Endorsements: 5
That is just the way M$ denotes those drives. Using M$'s definitions, the "booting" files are on the System drive; system [OS] files are on their Boot drive. Nobody knows....
If booting and system files are on the same drive [volume] then that volume is denoted System.
Use diskpart to render D: inactive. No sense BIOS getting confused about that one.
I do not thik there is any registry key associated with booting; remember that at this stage in loading an OS it is only the BIOS controlling the action, and then handing control seduentially to files on the drive. The registry comes a good deal later in the process.
My boot and sys files are on C:. I have the main paging file [2 GB] on a second disk but also a small [50MB] one on C:. It should speed things up that way, cut disk access to the second somewhat. I think. Anyway, monitoring their activity shows the C: file gets used to capacity quite often
gerbil
Industrious Poster
4,454 posts since May 2005
Reputation Points: 253
Solved Threads: 322
Skill Endorsements: 5
Question Answered as of 1 Year Ago by
gerbil
and
Bob_180_Bob