ComputerForum.com ComputerForum.com  
TigerDirect
 
Go Back   Computer Forum > Computer Software > Operating Systems

Reply
 
LinkBack Thread Tools Display Modes
Old 01-17-2007, 01:54 AM   #1 (permalink)
Bronze Member
 
Join Date: Aug 2006
Posts: 48
Default deleting multiple os?

i accidentally installed another os on my E: (my main is on my C: ). is there a way i can just delete the os on my E:?
.::DuD3::. is offline   Reply With Quote


Old 01-17-2007, 01:58 AM   #2 (permalink)
VIP Member
 
tlarkin's Avatar
 
Join Date: Apr 2006
Location: Kansas City, MO
Posts: 6,056
Default

just delete the files and edit the boot.ini file to only have c:\ as a boot option (assuming you are running windows). If you are using a boot loader you need to wipe out the mbr and rebuild it.
tlarkin is offline   Reply With Quote
Old 01-17-2007, 02:00 AM   #3 (permalink)
Bronze Member
 
Join Date: Aug 2006
Posts: 48
Default

how do i edit the boot.ini file? and what exact files do i need to delete? sorry i just dont want to make another mistake
.::DuD3::. is offline   Reply With Quote
Old 01-17-2007, 02:03 AM   #4 (permalink)
VIP Member
 
tlarkin's Avatar
 
Join Date: Apr 2006
Location: Kansas City, MO
Posts: 6,056
Default

give us the full info on your rig's set up. What OSes are installed and how did you install them? I take it you want to make sure there is no data loss? Can the other HD just be wiped and formatted or is there data on there?
tlarkin is offline   Reply With Quote
Old 01-17-2007, 02:09 AM   #5 (permalink)
Bronze Member
 
Join Date: Aug 2006
Posts: 48
Default

there are two xp pro's installed, one on drive C, that has just about all my important data, and one on drive E, that doesn't really have too much data on it. it only has my music downloads, and a couple movies so i guess i could just reformat it. if i transfer that data to my C drive, should i just reformat it? will that fix the boot problem, will i no longer see both copies of xp when i boot?
.::DuD3::. is offline   Reply With Quote


Old 01-17-2007, 02:16 AM   #6 (permalink)
Diamond Member
 
PC eye's Avatar
 
Join Date: Apr 2006
Location: Inside a pc
Posts: 19,226
Default

What OS are you running on the primary? If you are running XP and have a full install disk for it generally that would be the alternate method other then using the disk management tool found in "Control Panel>Administrative Tools>Computer Management". There you double click on the disk management link to open a screen showing the drives detected on the system.

One more or less universal tool for deleting existing partitions on any drive as well as being able to create new ones is the Linux tool known as the Gnome Partition Editor. While XP if that is OS run has it's own disk management tool in the control panel and tools found in the installer when booting up from that I manage to keep a copy or two of the GParted Live for cd lying around for multi OSing drives here.
PC eye is offline   Reply With Quote
Old 01-17-2007, 02:24 AM   #7 (permalink)
Bronze Member
 
Join Date: Aug 2006
Posts: 48
Default

Quote:
Originally Posted by PC eye View Post
What OS are you running on the primary? If you are running XP and have a full install disk for it generally that would be the alternate method other then using the disk management tool found in "Control Panel>Administrative Tools>Computer Management". There you double click on the disk management link to open a screen showing the drives detected on the system.

One more or less universal tool for deleting existing partitions on any drive as well as being able to create new ones is the Linux tool known as the Gnome Partition Editor. While XP if that is OS run has it's own disk management tool in the control panel and tools found in the installer when booting up from that I manage to keep a copy or two of the GParted Live for cd lying around for multi OSing drives here.
im running the same os as the primary os too. i acutally installed them both from the same disk. i remember messing with this when i partitioned my hard drive a couple months ago. i dont have that partition software you mentioned, but reformatting should pose a problem. if i right click my ( E: ) in the disk management, it has a button that says "format." should i save what i need and just reformat the E drive? and will this delete everything the last os install actually installed? (including the boot sequence)
.::DuD3::. is offline   Reply With Quote
Old 01-17-2007, 03:32 AM   #8 (permalink)
Diamond Member
 
PC eye's Avatar
 
Join Date: Apr 2006
Location: Inside a pc
Posts: 19,226
Default

If you installed XP twice while both drives were plugged in that will mean your mbr will have had changes depending on which installation went first. If you installed to the second drive after the first you can edit the boot.ini file to remove the single entry made there with notepad. You first have to right click on the boot.ini to uncheck the read only and click apply there and then edit that with notepad and choose the save as under the identical name.

The disk management tool is easy enough by referring to the help section under disk management. The following instructions are found there under the contents directory's help topic to explain the method.

To delete a partition or logical drive
Using the Windows interface
  1. Open Computer Management (Local).
  2. In the console tree, click Disk Management. Where?
    • Computer Management (Local)
    • Storage
    • Disk Management
  3. Right-click the partition, logical drive, or volume you want to delete, and then click Delete Partition.
Important
  • When you delete a partition, all data on that deleted partition or logical drive is lost.
  • You cannot recover deleted partitions or logical drives.
Notes
  • To open Computer Management, click Start, and then click Control Panel. Click Performance and Maintenance, click Administrative Tools, and then double-click Computer Management.
  • You must be logged on as an administrator or a member of the Administrators group in order to complete this procedure. If your computer is connected to a network, network policy settings might also prevent you from completing this procedure.
  • You cannot delete the system volume, boot volume, or any volume that contains the active paging file or crash dump (memory dump).
  • You cannot delete an extended partition unless the extended partition is empty. All the logical drives in an extended partition be deleted before you can delete the extended partition.
Using a command line
  1. Open Command Prompt.
  2. Type: diskpart
  3. At the DISKPART prompt, type: list disk
    Make note of the disk number of the disk from which you want to delete the partition.
  4. At the DISKPART prompt, type: select disk n
    Select the disk n from which you want to delete the partition.
  5. At the DISKPART prompt, type: list partition
    Make note of the number of the partition that you want to delete.
  6. At the DISKPART prompt, type: select partition n
    Select the partition n that you want to delete.
  7. At the DISKPART prompt, type: delete partition
Important
  • When you delete a partition, all data on that deleted partition or logical drive is lost.
  • You cannot recover deleted partitions or logical drives.
ValueDescriptionlist diskDisplays a list of disks and information about them, such as their size, amount of available free space, whether the disk is a basic disk, and whether the disk uses the master boot record (MBR) or GUID partition table (GPT) partition style. The disk marked with an asterisk (*) has focus.select diskSelects the specified disk, where n is the disk number, and shifts the focus to it.list partitionDisplays the partitions listed in the partition table of the current disk.select partition nSelects the specified partition and gives it focus. If no partition is specified, the select command lists the current partition with focus.delete partitionOn a basic disk, deletes the partition with focus. You cannot delete the system partition, boot partition, or any partition that contains the active paging file or crash dump (memory dump). Notes
  • To open a command prompt, click Start, point to All Programs, point to Accessories, and then click Command Prompt.
  • You must be logged on as an administrator or a member of the Administrators group in order to complete this procedure. If your computer is connected to a network, network policy settings might also prevent you from completing this procedure.
  • You cannot delete the system volume, boot volume, or any volume that contains the active paging file or crash dump (memory dump).
  • You cannot delete an extended partition unless the extended partition is empty. All the logical drives in an extended partition be deleted before you can delete the extended partition.
  • You cannot delete partitions on removable media using DiskPart.
  • For more information about DiskPart, click Related Topics.
Related Topics
PC eye is offline   Reply With Quote
Old 01-17-2007, 03:54 AM   #9 (permalink)
Bronze Member
 
Join Date: Aug 2006
Posts: 48
Default

ok quick question in modifying the boot.ini file. which one should i delete? i'm not sure, these are the 2 that come up:

multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Micro soft Windows XP Professional" /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP Professional" /noexecute=optin /fastdetect /usepmtimer

and when i delete it, i just save the notepad under the same title right?
.::DuD3::. is offline   Reply With Quote
Old 01-17-2007, 04:38 AM   #10 (permalink)
VIP Member
 
tlarkin's Avatar
 
Join Date: Apr 2006
Location: Kansas City, MO
Posts: 6,056
Default

Quote:
Originally Posted by .::DuD3::. View Post
there are two xp pro's installed, one on drive C, that has just about all my important data, and one on drive E, that doesn't really have too much data on it. it only has my music downloads, and a couple movies so i guess i could just reformat it. if i transfer that data to my C drive, should i just reformat it? will that fix the boot problem, will i no longer see both copies of xp when i boot?
That will get rid of it, you still need to rebuild the boot.ini file. You can right click on my computer and go to properties, then click the advanced tab, then click the start up and recovery button, then click the button that says edit booting manually. this will open up the boot.ini file, and by default it should look like this:
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 Professional" /noexecute=optin /fastdetect
Simply delete the lines containing the second install, save and reboot, should fix the problem. If now we can rebuild it from the command line but you have to boot into recovery console.
tlarkin is offline   Reply With Quote
Reply

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple problems with multiple games?!?! audiobahn1000 General Software 0 08-21-2006 09:22 AM
Multiple problems with multiple games?!?! audiobahn1000 General Software 0 08-21-2006 09:21 AM
Multiple image resizing software tobywuk General Software 1 06-18-2006 08:25 PM
Installed Slave Drive, computer starts deleting files lazyturbo Computer Memory and Hard Drives 7 05-09-2006 11:38 PM
Hijack This Log -- Help please Jameseee Computer Security 20 07-19-2005 08:44 PM


All times are GMT +1. The time now is 03:44 AM.


Powered by: vBulletin Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Copyright © 2002-2007 Computer Forum and Web Design Forum