Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Hardware Support > Hard Drive Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Hard Drive Support Support Forum for hard drives; Western Digital, Seagate, Maxtor, Toshiba

Reply
 
LinkBack Thread Tools
Old 05-06-2009, 02:40 PM   #1 (permalink)
Registered User
 
philheckler's Avatar
 
Join Date: Apr 2005
Posts: 114
OS: xp

My System

multiple o/s boot question.

A question about hard drives and multiple o/s..

I currently have three hard drives in my system 1 x 250gb / 2 x 80gb.

the first older 80gb drive is my original which contains windows xp - xp install is hardly used these days(first o/s installed)
the 250gb drive has vista ultimate and is currently the main drive/ o/s that i use
the 2nd 80gb drive is mainly for data storage / picture / video backup , but also has an install of windows 7 beta.

In effect my system is tri boot!

I'm pretty happy with vista now and would like to get rid of the oldest 'xp' disk - which incidentally makes clunking noise every so often which is worrying me!

My problem is that the xp disk is the primary 'boot' disk - without it my system does not boot - how do i remove the xp disk and make the vista 250gb disk bootable ?
philheckler is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 05-06-2009, 03:17 PM   #2 (permalink)
God (TSF Enthusiast)
 
ahmorrow's Avatar
 
Join Date: May 2009
Location: Jeffersonville, IN
Posts: 903
OS: Ubuntu 9.10 [Karmic Koala]

My System

Send a message via AIM to ahmorrow Send a message via Yahoo to ahmorrow
Re: multiple o/s boot question.

Have you tried booting without the hard drive physically being in the case? If you haven't it's always worth a shot.
ahmorrow is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-06-2009, 03:21 PM   #3 (permalink)
Registered User
 
philheckler's Avatar
 
Join Date: Apr 2005
Posts: 114
OS: xp

My System

Re: multiple o/s boot question.

Yes - unplugged the xp disk just now - no boot - the primary xp disk has the only boot partition unfortunately..
philheckler is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-06-2009, 03:40 PM   #4 (permalink)
Registered User
 
philheckler's Avatar
 
Join Date: Apr 2005
Posts: 114
OS: xp

My System

Re: multiple o/s boot question.

I've got a copy of easy bcd and i think i found what i am looking for in the overview section..

see below - i'm going to give this a try tomorrow..


----------------------------------------------------

On most PCs, the boot drive picked during Windows Vista setup will be the first NTFS partition on the first drive.
Why Would I Change Want a Different Boot Partition?

Imagine your PC has two hard drives, one with Windows XP and the other with Windows Vista. Since XP was installed first, the boot partition is the partition Windows XP is on.

You want to remove that hard drive from your PC, leaving just Windows Vista.. But if you did that, you wouldn't be able to boot into Windows Vista anymore! The Windows XP drive - since it contains the boot partition - has the files Windows Vista needs to turn on.

This guide will help you change your boot drive so that you can remove drives as you like.
Changing the Boot Partition

1. While in Windows, launch EasyBCD, and select "EasyBCD Power Console" from the "Utilities" page.
2. Type the following at the command prompt window, replacing "D:\" with the letter of the drive or partition you want to become the new boot drive. Replace "/drive 0" in the second line with the number of the drive with the new boot partition. If you're not sure of the number, repeat that line each time using a new number from 0 to 5 (it won't hurt anything if you run it for the wrong drive).

bootsect.exe /nt60 all /force
mbrfix.exe /drive 0 fixmbr /vista /yes
xcopy %systemroot%\Boot\PCAT\* D:\Boot\ /K /Y /R /H /E /I
move D:\Boot\bootmgr D:\bootmgr
bcdedit /set {bootmgr} device boot
bcdedit /export D:\Boot\BCD
exit

3. Open the Control Panel -> Administrative Tools -> Computer Management
4. Click on "Disk Management" in the sidebar on the left.
5. Right click on drive D:\ (or whichever drive it is you want to become the new boot drive) and choose "Mark Partition As Active". If this option is grayed out, don't worry - that means its already active and you can skip on ahead to the next step.
6. Close EasyBCD & restart your computer.
7. If the new boot partition is on a different physical drive, enter your BIOS setup and change the "first boot device" to the hard disk the new boot partition is on. If you want to remove the old drive, you may do so now.[/b]
philheckler is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-06-2009, 03:46 PM   #5 (permalink)
Registered User
 
philheckler's Avatar
 
Join Date: Apr 2005
Posts: 114
OS: xp

My System

Re: multiple o/s boot question.

I've got a copy of easy bcd and i think i found what i am looking for in the overview section..

see below - i'm going to give this a try tomorrow..


----------------------------------------------------

On most PCs, the boot drive picked during Windows Vista setup will be the first NTFS partition on the first drive.
Why Would I Change Want a Different Boot Partition?

Imagine your PC has two hard drives, one with Windows XP and the other with Windows Vista. Since XP was installed first, the boot partition is the partition Windows XP is on.

You want to remove that hard drive from your PC, leaving just Windows Vista.. But if you did that, you wouldn't be able to boot into Windows Vista anymore! The Windows XP drive - since it contains the boot partition - has the files Windows Vista needs to turn on.

This guide will help you change your boot drive so that you can remove drives as you like.
Changing the Boot Partition

1. While in Windows, launch EasyBCD, and select "EasyBCD Power Console" from the "Utilities" page.
2. Type the following at the command prompt window, replacing "D:\" with the letter of the drive or partition you want to become the new boot drive. Replace "/drive 0" in the second line with the number of the drive with the new boot partition. If you're not sure of the number, repeat that line each time using a new number from 0 to 5 (it won't hurt anything if you run it for the wrong drive).

bootsect.exe /nt60 all /force
mbrfix.exe /drive 0 fixmbr /vista /yes
xcopy %systemroot%\Boot\PCAT\* D:\Boot\ /K /Y /R /H /E /I
move D:\Boot\bootmgr D:\bootmgr
bcdedit /set {bootmgr} device boot
bcdedit /export D:\Boot\BCD
exit

3. Open the Control Panel -> Administrative Tools -> Computer Management
4. Click on "Disk Management" in the sidebar on the left.
5. Right click on drive D:\ (or whichever drive it is you want to become the new boot drive) and choose "Mark Partition As Active". If this option is grayed out, don't worry - that means its already active and you can skip on ahead to the next step.
6. Close EasyBCD & restart your computer.
7. If the new boot partition is on a different physical drive, enter your BIOS setup and change the "first boot device" to the hard disk the new boot partition is on. If you want to remove the old drive, you may do so now.[/b]
philheckler is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-06-2009, 08:44 PM   #6 (permalink)
God (TSF Enthusiast)
 
ahmorrow's Avatar
 
Join Date: May 2009
Location: Jeffersonville, IN
Posts: 903
OS: Ubuntu 9.10 [Karmic Koala]

My System

Send a message via AIM to ahmorrow Send a message via Yahoo to ahmorrow
Re: multiple o/s boot question.

If that doesn't work, download the free version of xxclone, install it on any of your hard drives that supports msi--any windows version will--and whatever you do, DO NOT copy the drive. Instead go to the cool tools tab or whatever it was called and make [whichever drive] bootable. Then try booting without that first hard drive in it.
ahmorrow is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

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 Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 08:08 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85