Forum     

Go Back   Digit Technology Discussion Forum > Software > Software Q&A
Register FAQ Calendar Mark Forums Read

Software Q&A Having trouble with software? Find solutions here


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 06-02-2007, 07:35 PM   #1 (permalink)
Broken In
 
Join Date: Nov 2006
Posts: 131
Default Formatting OS


Friends,
I have installed two operating systems in two different partioned drives.
I need to uninstall the operating system that is next to my logical operating system. How would I do that without affecting my main operating system.
The formatting should be such that during start up the second operating system does not show up.
ritish is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 06-02-2007, 08:04 PM   #2 (permalink)
gooby pls
 
Third Eye's Avatar
 
Join Date: Apr 2006
Location: Not very far from you
Posts: 4,293
Default Re: Formatting OS

Tell us in detail....
means what are the name of Windows? and which you don't wanna delete?
__________________
:|
Third Eye is online now  
Old 06-02-2007, 08:16 PM   #3 (permalink)
Broken In
 
Join Date: Nov 2006
Posts: 131
Default Re: Formatting OS

Ok
in drive C i have XP SP2(older)
in drive D: i have Vista Ultimate(new)
I want to format Vista Ultimate without hampering XP SP2
ritish is offline  
Old 06-02-2007, 08:26 PM   #4 (permalink)
Wise Old Owl
 
Join Date: Jun 2004
Location: Delhi
Posts: 1,466
Default Re: Formatting OS

just format D drive & thats all.
__________________
E6300@3.304Ghz,P5B-Dlx Wifi, 4GB Transcend DDR2 800Mhz, XFX 7600GT,Lenovo 20"Widescreen LCD, Seagate SATA2 HDD 1.5TBx2,Sony DVDRW,Creative 4.1 speakers,APC UPS 800VA,Logitech wireless mouse.
ranjan2001 is offline  
Old 06-02-2007, 08:39 PM   #5 (permalink)
Security Exp
 
47shailesh's Avatar
 
Join Date: Apr 2006
Posts: 734
Default Re: Formatting OS

Quote:
Originally Posted by ranjan2001
just format D drive & thats all.
By Doing this he will loose his MBR also and will unbale to boot into XP

so required is format then.... How to fix the MBR...

after formating Vista drive.. Use ur XP disk to Boot then go to Recovery console..

if you have an administrator password then use it else leave blank

then type following:

bootcfg /rebuild
fixboot
fixmbr


This would solve ur prob...
__________
Alternatively if my first option does'nt help you ou can go for this one

First you must reboot the system from your xp cdrom.
Then when prompted select the option to enter the recovery console. Select the installation to be repaired followed by the administrator password.
Type Fixboot and answer yes to the prompt.
Then type in the following commands and leave all spaces eactly as they appear here.
CD \
ATTRIB -H NTLDR
ATTRIB -S NTLDR
ATTRIB -R NTLDR
ATTRIB -H NTDETECT.COM
ATTRIB -S NTDETECT.COM
ATTRIB -R NTDETECT.COM
COPY X:\I386\NTLDR C:\ ( X IS THE LETTER OF YOUR CDROM )
COPY X:\I386\NTDETECT.COM C:\ ( X IS THE LETTER OF YOUR CDROM )
Afterwards reboot
__________________
We Love Once, And When We do We do it Well

Last edited by 47shailesh; 06-02-2007 at 08:39 PM. Reason: Automerged Doublepost
47shailesh is offline  
Old 06-02-2007, 09:33 PM   #6 (permalink)
Wise Old Owl
 
Join Date: Jun 2004
Location: Delhi
Posts: 1,466
Default Re: Formatting OS

Oh I was not aware of this, what is MBR?
I always though that format will only affect that partition only not any thing else..............need to learn a lot.
I am also thinking of trying to test drive Vista by installing it on D drive but now I know getting rid of that after 30 days is not easy.
Thanks for telling those details.
__________________
E6300@3.304Ghz,P5B-Dlx Wifi, 4GB Transcend DDR2 800Mhz, XFX 7600GT,Lenovo 20"Widescreen LCD, Seagate SATA2 HDD 1.5TBx2,Sony DVDRW,Creative 4.1 speakers,APC UPS 800VA,Logitech wireless mouse.
ranjan2001 is offline  
Old 06-02-2007, 09:46 PM   #7 (permalink)
Security Exp
 
47shailesh's Avatar
 
Join Date: Apr 2006
Posts: 734
Default Re: Formatting OS

@ranjan2001 it depends what ur action will disturb ur MBR

in same case if ritish has to remove XP not vista then only a format of XP wud be enough followed by removing XP entry in BOOT file of vista coz this time boot loader was of vista and u had not touched it... so format will do...

But in case above what ritish has asked for you r formatting Vista and with it the MasterBootRecord will also be lost so u have to again create it to get XP running
Got it
__________________
We Love Once, And When We do We do it Well
47shailesh is offline  
Old 06-02-2007, 10:23 PM   #8 (permalink)
Wise Old Owl
 
Join Date: Jun 2004
Location: Delhi
Posts: 1,466
Default Re: Formatting OS

Ok understood now
Thanks
__________________
E6300@3.304Ghz,P5B-Dlx Wifi, 4GB Transcend DDR2 800Mhz, XFX 7600GT,Lenovo 20"Widescreen LCD, Seagate SATA2 HDD 1.5TBx2,Sony DVDRW,Creative 4.1 speakers,APC UPS 800VA,Logitech wireless mouse.
ranjan2001 is offline  
Old 07-02-2007, 06:31 PM   #9 (permalink)
Broken In
 
Join Date: Nov 2006
Posts: 131
Default Re: Formatting OS

Thanks shailesh for ur mentorship.
Let me try out ur sayings...
Thanks again in advance..
ritish is offline  
Old 07-02-2007, 11:09 PM   #10 (permalink)
Fresh Stock Since 2005
 
Join Date: Feb 2005
Posts: 1,015
Default Re: Formatting OS

Quote:
Originally Posted by 47shailesh
By Doing this he will loose his MBR also and will unbale to boot into XP

so required is format then.... How to fix the MBR...

after formating Vista drive.. Use ur XP disk to Boot then go to Recovery console..

if you have an administrator password then use it else leave blank

then type following:

bootcfg /rebuild
fixboot
fixmbr


This would solve ur prob...
__________
Alternatively if my first option does'nt help you ou can go for this one

First you must reboot the system from your xp cdrom.
Then when prompted select the option to enter the recovery console. Select the installation to be repaired followed by the administrator password.
Type Fixboot and answer yes to the prompt.
Then type in the following commands and leave all spaces eactly as they appear here.
CD \
ATTRIB -H NTLDR
ATTRIB -S NTLDR
ATTRIB -R NTLDR
ATTRIB -H NTDETECT.COM
ATTRIB -S NTDETECT.COM
ATTRIB -R NTDETECT.COM
COPY X:\I386\NTLDR C:\ ( X IS THE LETTER OF YOUR CDROM )
COPY X:\I386\NTDETECT.COM C:\ ( X IS THE LETTER OF YOUR CDROM )
Afterwards reboot
As XP is in C:, formatting D: should do, and it should not hamper Bootsector or MBR as it is in C:.

After formatting D:, the only trace of Vista will be in hidden system file c:\boot.ini. So to edit it open XP, just do Start>Run>c:\boot.ini and delete make it look like the following:
Code:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP" /noexecute=optin /fastdetect
And save it. Thats it...
__________________
http://www.khattam.info
khattam_ is offline  
Old 07-02-2007, 11:34 PM   #11 (permalink)
Wise Old Owl
 
Join Date: Jun 2004
Location: Delhi
Posts: 1,466
Default Re: Formatting OS

Thats what I thought so but I am not so knowledgeable so dont know for sure,great if it does by formatting the D drive.
__________________
E6300@3.304Ghz,P5B-Dlx Wifi, 4GB Transcend DDR2 800Mhz, XFX 7600GT,Lenovo 20"Widescreen LCD, Seagate SATA2 HDD 1.5TBx2,Sony DVDRW,Creative 4.1 speakers,APC UPS 800VA,Logitech wireless mouse.
ranjan2001 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by Who
- by Sujeet
- by clmlbx
- by Tenida

Advertisement




All times are GMT +5.5. The time now is 07:18 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2