|
|
|
#1 |
|
Advanced Member
Join Date: Nov 2000
Location: wilkes barre, pa
Posts: 782
![]() |
two windoes install folders on C drive.. Which to delete?
What basically happened is way back when, i used the c drive that has the 2 windows installs as the main OS drive. I now have another drive (E) as the OS drive. When I boot up I have to choose between 3 windows installs to load from.. the 2 on the C drive (which is now just storage really) or the main one on E. The Windows folders on C havent been modified in almost 2 years at the latest. Can/should I delete either or both of these?
__________________
SYSTEM SPECS: Win XP SP2/AMD 64x2 +3800/Epox 8npa Delta mobo/Corsair 3GB dual channel xms PC3200 RAM/EVGA geforce 7800GT 256MB/Turtle Beach Santa Cruz sound card/350 GB Maxtor 7200 RPM Hard Drive/Philips 109S 19" monitor/550 watt PSU/stock cooling! Last edited by velvta; 11-05-09 at 11:19 PM. |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Jan 2000
Location: Fairfax, VA
Posts: 9,298
![]() |
What's the 3rd operating system? If all are XP, edit the boot.ini of the main system and then remove the old installs.
If main system Vista or Win7 you will have to "repair" after removing the old installs because both of these place boot references & files on the other drive(s).
__________________
No one has any right to force data on you and command you to believe it or else. If it is not true for you, it isn't true. LRH |
|
|
|
|
|
#3 | |
|
Advanced Member
Join Date: Nov 2000
Location: wilkes barre, pa
Posts: 782
![]() |
Quote:
looks like so: [boot loader] timeout=30 default=multi(0)disk(0)rdisk(1)partition(2)\WINDOWS [operating systems] multi(0)disk(0)rdisk(1)partition(2)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /usepmtimer /NoExecute=OptIn multi(0)disk(0)rdisk(0)partition(1)\WINDOWS.0="Microsoft Windows XP Professional" /usepmtimer multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /usepmtimer=AlwaysOff
__________________
SYSTEM SPECS: Win XP SP2/AMD 64x2 +3800/Epox 8npa Delta mobo/Corsair 3GB dual channel xms PC3200 RAM/EVGA geforce 7800GT 256MB/Turtle Beach Santa Cruz sound card/350 GB Maxtor 7200 RPM Hard Drive/Philips 109S 19" monitor/550 watt PSU/stock cooling! |
|
|
|
|
|
|
#4 | ||||
|
SCSI Dude
Join Date: Apr 2000
Location: Huntington Beach, CA
Posts: 8,405
![]() |
Quote:
Quote:
http://msdn.microsoft.com/en-us/library/ms791480.aspxQuote:
Quote:
as far as what you are after.... if i understand correctly, you just want to boot straight to the most recent windows install, yes? the one on the new drive? its kind of hard to tell which disk is which, so i am assuming the old drive was connected to the primary controller as master (if IDE), or the primary SATA channel, and you added the new drive after that (thus being assigned rdisk(1)). if so, edit the boot.ini read: Code:
[boot loader] timeout=30 default=multi(0)disk(0)rdisk(1)partition(2)\WINDOWS [operating systems] multi(0)disk(0)rdisk(1)partition(2)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect you can delete the other entries. only thing i am unsure about is why it is partition(2). did you create a partition on that drive before you installed windows on the drive (in a second partition)? i ask, as typically it should read partition(1) if its the 1st partition on the drive. anyways, with the above as your boot.ini it should skip the boot menu alltogether and boot straight to the install your pointing it to. you can switch what install by modifying rdisk(*) and partition(*).
__________________
"Today is a black day in the history of mankind." - Leo Szilard Last edited by Faust; 11-06-09 at 01:18 PM. |
||||
|
|
|
|
|
#5 |
|
SCSI Dude
Join Date: Apr 2000
Location: Huntington Beach, CA
Posts: 8,405
![]() |
oh, one other thing...
technically this isnt a clean way to do it (imho). i say this as the proper functioning on the system when it comes to startup is relying on the 1st hard drive to bounce you over to the 2nd drive (after POST, the BIOS looks to the first drive's MBR, then the startup process follows the instruction from that point). if you were to disconnect the 1st drive, the boot process will probably fail. were i in your shoes, i would disconnect the old drive, connect the new drive as the 1st/primary drive, boot to recovery console (XP install CD), run FIXMBR, then run FIXBOOT, then connect the old hdd (now as the 2nd drive). you can then delete the old partitions or whatever.
__________________
"Today is a black day in the history of mankind." - Leo Szilard |
|
|
|
|
|
#6 | |
|
Advanced Member
Join Date: Nov 2000
Location: wilkes barre, pa
Posts: 782
![]() |
Quote:
__________________
SYSTEM SPECS: Win XP SP2/AMD 64x2 +3800/Epox 8npa Delta mobo/Corsair 3GB dual channel xms PC3200 RAM/EVGA geforce 7800GT 256MB/Turtle Beach Santa Cruz sound card/350 GB Maxtor 7200 RPM Hard Drive/Philips 109S 19" monitor/550 watt PSU/stock cooling! |
|
|
|
|
|
|
#7 |
|
SCSI Dude
Join Date: Apr 2000
Location: Huntington Beach, CA
Posts: 8,405
![]() |
no worries, bud. tbh the percieved risk is a non-issue. yes, the boot.ini (or BCD in Vista and newer) file if improperly edited can result in a system not booting, but there are tools to fix this easily.
once the idea behind it and the syntax is understood, you now have full command of the machine (within the scope of booting the OS, of course) rather than being at the mercy of it.
__________________
"Today is a black day in the history of mankind." - Leo Szilard |
|
|
|
|
|
#8 |
|
SG Enthusiast
Join Date: Jan 2002
Location: CYQY
Posts: 2,786
![]() |
msconfig has a "Check All Boot Paths" option under its Boot.ini tab. Once you get your boot drive setup correctly and you have deleted the other windows folders you could use that option to clean out some of the bogus boot path entries. It should be safer than manually picking them and deleting them. You may still have to do that but it might save you some head scratching.
__________________
I don't know the same things you don't know.
|
|
|
|
|
|
#9 | |
|
SCSI Dude
Join Date: Apr 2000
Location: Huntington Beach, CA
Posts: 8,405
![]() |
Quote:
i do agree it would be easier to use than manually deleting unneeded entries. last night i was thinking over the possible oddball outcomes of the recovery console commands and theres still a chance the bogus entries will be there (i cant remember if fixboot writes a fresh one, or just inserts/adds entries), in addition to the newly added (correct) one. thats when i would go in and just manually delete all entries except rdisk(0)partition(1) (or partition(2). still unclear if theres already a partition before the system one on that drive), but i like the msconfig option you pointed out. without that i would probably go back to recovery console, delete the boot.ini, then run bootcfg to write a whole new one. why it is i gravitate towards the more difficult routes ill never know.
__________________
"Today is a black day in the history of mankind." - Leo Szilard |
|
|
|
|
|
|
#10 |
|
SG Enthusiast
Join Date: Jan 2002
Location: CYQY
Posts: 2,786
![]() |
It's handy when someone ends up with an accidental dual boot and the extra WINDOWS.0 folder. Once you delete the WINDOWS.0 folder and run it, it can't find it and removes the entry for it. For people that end up in that situation it's easier than walking them though trying to manually edit the boot.ini.
In this case I'm not sure how effective it will be. If the boot.ini is on the drive he takes out a new one will be written anyway. If the OS of choice is on the second partition of that second drive I'd be inclined just to start over and nuke them all so I have windows on the primary partition of my boot drive. That is after I backup and save all the files I need or want to keep.
__________________
I don't know the same things you don't know.
|
|
|
|
|
|
#11 | |
|
SCSI Dude
Join Date: Apr 2000
Location: Huntington Beach, CA
Posts: 8,405
![]() |
Quote:
![]() or ideally image the system partition, blow out that drive, and remount that partition image as the 1st/primary if the whole reinstall thing isnt appealing.
__________________
"Today is a black day in the history of mankind." - Leo Szilard |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| need help, my file folders from external drive and usb drive became exe fileneed help, my file folders from external drive and usb drive became exe file | wewet | comp.security.firewalls | 0 | 05-22-09 06:57 AM |
| 2 folders in non OS hd just will not delete!! | X-Nemesis | Software Forum | 1 | 03-29-08 09:05 AM |
| Cannot access folders on drive | Randy | Software Forum | 2 | 03-26-08 04:59 PM |
| Umm how does it work? | Rivas | Console Gaming | 17 | 05-11-07 01:27 AM |
| Yummy VISTA Home Premium | Lobo | Broadband Tweaks Help | 2 | 02-04-07 03:57 PM |