 |
06-02-2007, 07:35 PM
|
#1 (permalink)
|
|
Broken In
Join Date: Nov 2006
Posts: 131
|
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.
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
06-02-2007, 08:04 PM
|
#2 (permalink)
|
|
gooby pls
Join Date: Apr 2006
Location: Not very far from you
Posts: 4,293
|
Re: Formatting OS
Tell us in detail....
means what are the name of Windows? and which you don't wanna delete?
__________________
:|
|
|
|
06-02-2007, 08:16 PM
|
#3 (permalink)
|
|
Broken In
Join Date: Nov 2006
Posts: 131
|
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
|
|
|
06-02-2007, 08:26 PM
|
#4 (permalink)
|
|
Wise Old Owl
Join Date: Jun 2004
Location: Delhi
Posts: 1,466
|
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.
|
|
|
06-02-2007, 08:39 PM
|
#5 (permalink)
|
|
Security Exp
Join Date: Apr 2006
Posts: 734
|
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
|
|
|
06-02-2007, 09:33 PM
|
#6 (permalink)
|
|
Wise Old Owl
Join Date: Jun 2004
Location: Delhi
Posts: 1,466
|
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.
|
|
|
06-02-2007, 09:46 PM
|
#7 (permalink)
|
|
Security Exp
Join Date: Apr 2006
Posts: 734
|
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
|
|
|
06-02-2007, 10:23 PM
|
#8 (permalink)
|
|
Wise Old Owl
Join Date: Jun 2004
Location: Delhi
Posts: 1,466
|
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.
|
|
|
07-02-2007, 06:31 PM
|
#9 (permalink)
|
|
Broken In
Join Date: Nov 2006
Posts: 131
|
Re: Formatting OS
Thanks shailesh for ur mentorship.
Let me try out ur sayings...
Thanks again in advance..
|
|
|
07-02-2007, 11:09 PM
|
#10 (permalink)
|
|
Fresh Stock Since 2005
Join Date: Feb 2005
Posts: 1,015
|
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
|
|
|
07-02-2007, 11:34 PM
|
#11 (permalink)
|
|
Wise Old Owl
Join Date: Jun 2004
Location: Delhi
Posts: 1,466
|
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.
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|